Searched refs:isInsecureScriptAccess (Results 1 – 3 of 3) sorted by relevance
1702 if (isInsecureScriptAccess(activeWindow, urlString)) in setLocation()1740 bool DOMWindow::isInsecureScriptAccess(DOMWindow* activeWindow, const String& urlString) in isInsecureScriptAccess() function in WebCore::DOMWindow1788 if (newFrame->domWindow()->isInsecureScriptAccess(activeWindow, urlString)) in createWindow()1838 if (isInsecureScriptAccess(activeWindow, urlString)) in open()
450 bool isInsecureScriptAccess(DOMWindow* activeWindow, const String& urlString);
43256 into a new function named isInsecureScriptAccess.43257 (WebCore::DOMWindow::isInsecureScriptAccess): Here is the new function.43269 showModalDialog function. Added private createWindow and isInsecureScriptAccess