Home
last modified time | relevance | path

Searched refs:isInsecureScriptAccess (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/page/
DDOMWindow.cpp1702 if (isInsecureScriptAccess(activeWindow, urlString)) in setLocation()
1740 bool DOMWindow::isInsecureScriptAccess(DOMWindow* activeWindow, const String& urlString) in isInsecureScriptAccess() function in WebCore::DOMWindow
1788 if (newFrame->domWindow()->isInsecureScriptAccess(activeWindow, urlString)) in createWindow()
1838 if (isInsecureScriptAccess(activeWindow, urlString)) in open()
DDOMWindow.h450 bool isInsecureScriptAccess(DOMWindow* activeWindow, const String& urlString);
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1643256 into a new function named isInsecureScriptAccess.
43257 (WebCore::DOMWindow::isInsecureScriptAccess): Here is the new function.
43269 showModalDialog function. Added private createWindow and isInsecureScriptAccess