Home | History | Annotate | Download | only in page

Lines Matching refs:firstWindow

51     void setHref(const String&, DOMWindow* activeWindow, DOMWindow* firstWindow);
54 void assign(const String&, DOMWindow* activeWindow, DOMWindow* firstWindow);
55 void replace(const String&, DOMWindow* activeWindow, DOMWindow* firstWindow);
58 void setProtocol(const String&, DOMWindow* activeWindow, DOMWindow* firstWindow, ExceptionCode&);
60 void setHost(const String&, DOMWindow* activeWindow, DOMWindow* firstWindow);
62 void setHostname(const String&, DOMWindow* activeWindow, DOMWindow* firstWindow);
64 void setPort(const String&, DOMWindow* activeWindow, DOMWindow* firstWindow);
66 void setPathname(const String&, DOMWindow* activeWindow, DOMWindow* firstWindow);
68 void setSearch(const String&, DOMWindow* activeWindow, DOMWindow* firstWindow);
70 void setHash(const String&, DOMWindow* activeWindow, DOMWindow* firstWindow);