Lines Matching defs:Location

30 #include "core/frame/Location.h"
44 Location::Location(LocalFrame* frame)
49 void Location::trace(Visitor* visitor)
54 inline const KURL& Location::url() const
65 String Location::href() const
73 String Location::protocol() const
80 String Location::host() const
87 String Location::hostname() const
94 String Location::port() const
101 String Location::pathname() const
108 String Location::search() const
115 String Location::origin() const
122 PassRefPtrWillBeRawPtr<DOMStringList> Location::ancestorOrigins() const
135 String Location::hash() const
143 void Location::setHref(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String& url)
150 void Location::setProtocol(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String& protocol, ExceptionState& exceptionState)
162 void Location::setHost(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String& host)
171 void Location::setHostname(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String& hostname)
180 void Location::setPort(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String& portString)
189 void Location::setPathname(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String& pathname)
198 void Location::setSearch(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String& search)
207 void Location::setHash(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String& hash)
225 void Location::assign(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String& url)
232 void Location::replace(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String& url)
240 void Location::reload(LocalDOMWindow* callingWindow)
249 void Location::setLocation(const String& url, LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow)