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

  /external/webkit/Source/WebCore/page/
DOMWindow.cpp 929 bool allowScriptsToCloseWindows = settings && settings->allowScriptsToCloseWindows();
931 if (!(page->openedByDOM() || page->backForward()->count() <= 1 || allowScriptsToCloseWindows))
    [all...]
Settings.h 344 bool allowScriptsToCloseWindows() const { return m_allowScriptsToCloseWindows; }

Completed in 46 milliseconds