HomeSort by relevance Sort by last modified time
    Searched refs:allowScriptsToCloseWindows (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/page/
Settings.cpp 689 void Settings::setAllowScriptsToCloseWindows(bool allowScriptsToCloseWindows)
691 m_allowScriptsToCloseWindows = allowScriptsToCloseWindows;
Settings.h 316 bool allowScriptsToCloseWindows() const { return m_allowScriptsToCloseWindows; }
DOMWindow.cpp 755 bool allowScriptsToCloseWindows = settings && settings->allowScriptsToCloseWindows();
757 if (page->openedByDOM() || page->getHistoryLength() <= 1 || allowScriptsToCloseWindows)
    [all...]

Completed in 90 milliseconds