Searched refs:enteredWindow (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | Location.cpp | 139 void Location::setHref(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String& … in setHref() argument 143 setLocation(url, callingWindow, enteredWindow); in setHref() 146 void Location::setProtocol(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const Stri… in setProtocol() argument 155 setLocation(url.string(), callingWindow, enteredWindow); in setProtocol() 158 void Location::setHost(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String& … in setHost() argument 164 setLocation(url.string(), callingWindow, enteredWindow); in setHost() 167 void Location::setHostname(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const Stri… in setHostname() argument 173 setLocation(url.string(), callingWindow, enteredWindow); in setHostname() 176 void Location::setPort(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String& … in setPort() argument 182 setLocation(url.string(), callingWindow, enteredWindow); in setPort() [all …]
|
D | Location.h | 53 void setHref(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String&); 56 void assign(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String&); 57 void replace(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String&); 60 …void setProtocol(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String&, Exce… 62 void setHost(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String&); 64 void setHostname(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String&); 66 void setPort(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String&); 68 void setPathname(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String&); 70 void setSearch(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String&); 72 void setHash(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String&); [all …]
|
D | LocalDOMWindow.h | 142 …d setLocation(const String& location, LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, 156 LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow); 160 …LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, PrepareDialogFunction, void* functio…
|
D | LocalDOMWindow.cpp | 1683 …nst String& urlString, LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, SetLocationLo… in setLocation() argument 1696 LocalFrame* firstFrame = enteredWindow->frame(); in setLocation() 1815 LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow) in open() argument 1822 LocalFrame* firstFrame = enteredWindow->frame(); in open() 1826 if (!enteredWindow->allowPopUp()) { in open() 1873 …LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, PrepareDialogFunction function, void… in showModalDialog() argument 1880 LocalFrame* firstFrame = enteredWindow->frame(); in showModalDialog() 1884 if (!canShowModalDialogNow(m_frame) || !enteredWindow->allowPopUp()) in showModalDialog()
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | V8Initializer.cpp | 97 LocalDOMWindow* enteredWindow = enteredDOMWindow(isolate); in messageHandlerInMainThread() local 98 if (!enteredWindow || !enteredWindow->isCurrentlyDisplayedInFrame()) in messageHandlerInMainThread() 111 …String resource = shouldUseDocumentURL ? enteredWindow->document()->url() : toCoreString(resourceN… in messageHandlerInMainThread() 129 LocalFrame* frame = enteredWindow->document()->frame(); in messageHandlerInMainThread() 133 enteredWindow->document()->reportException(event.release(), callStack, corsStatus); in messageHandlerInMainThread()
|