Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DDOMWindow.cpp1670 if (isInsecureScriptAccess(activeWindow, completedURL)) in setLocation()
1708 bool DOMWindow::isInsecureScriptAccess(DOMWindow* activeWindow, const String& urlString) in isInsecureScriptAccess() function in WebCore::DOMWindow
1749 if (newFrame->domWindow()->isInsecureScriptAccess(activeWindow, completedURL)) in createWindow()
1801 if (targetFrame->domWindow()->isInsecureScriptAccess(activeWindow, completedURL)) in open()
H A DDOMWindow.h428 bool isInsecureScriptAccess(DOMWindow* activeWindow, const String& urlString);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A 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