Search completed in 1.23 seconds.
2 results for "nsIDOMLocation":
Mozilla DOM Hacking Guide
MozillaMozilla DOM Hacking
this is because, if we had a setlocation() method, it would take an nsidomlocation parameter, and not a url string.
...if that is the case, we call nsidomlocation::sethref().
...the default behavior would be that xpconnect expects a nsidomlocation object.
...And 4 more matches
nsIDOMWindowInternal
MozillaTechXPCOMReferenceInterfacensIDOMWindowInternal
location nsidomlocation readonly: returns a nsidomlocation object, which contains information about the url of the document.