Home
last modified time | relevance | path

Searched defs:callingWindow (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DLocation.cpp139 void Location::setHref(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String& … in setHref()
146 void Location::setProtocol(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const Stri… in setProtocol()
158 void Location::setHost(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String& … in setHost()
167 void Location::setHostname(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const Stri… in setHostname()
176 void Location::setPort(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String& … in setPort()
185 void Location::setPathname(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const Stri… in setPathname()
194 void Location::setSearch(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String… in setSearch()
203 void Location::setHash(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String& … in setHash()
221 void Location::assign(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String& u… in assign()
228 void Location::replace(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String& … in replace()
[all …]
DLocalDOMWindow.cpp1683 void LocalDOMWindow::setLocation(const String& urlString, LocalDOMWindow* callingWindow, LocalDOMWi… in setLocation()
1727 String LocalDOMWindow::sanitizedCrossDomainAccessErrorMessage(LocalDOMWindow* callingWindow) in sanitizedCrossDomainAccessErrorMessage()
1746 String LocalDOMWindow::crossDomainAccessErrorMessage(LocalDOMWindow* callingWindow) in crossDomainAccessErrorMessage()
1790 bool LocalDOMWindow::isInsecureScriptAccess(LocalDOMWindow& callingWindow, const String& urlString) in isInsecureScriptAccess()
1815 LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow) in open()
1873LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, PrepareDialogFunction function, void… in showModalDialog()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DBindingSecurity.cpp44 …tic bool isDocumentAccessibleFromDOMWindow(Document* targetDocument, LocalDOMWindow* callingWindow) in isDocumentAccessibleFromDOMWindow()
60 LocalDOMWindow* callingWindow = callingDOMWindow(isolate); in canAccessDocument() local
71 LocalDOMWindow* callingWindow = callingDOMWindow(isolate); in canAccessDocument() local
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLDocument.cpp275 void HTMLDocument::write(LocalDOMWindow* callingWindow, const Vector<String>& text, ExceptionState&… in write()
284 void HTMLDocument::writeln(LocalDOMWindow* callingWindow, const Vector<String>& text, ExceptionStat… in writeln()
/external/chromium_org/third_party/WebKit/Source/core/page/
DCreateWindow.cpp118LocalDOMWindow& callingWindow, LocalFrame& firstFrame, LocalFrame& openerFrame, LocalDOMWindow::Pr… in createWindow()