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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.h 268 bool hasAllowedNavigationViaBeforeUnloadConfirmationPanel() const { return m_hasAllowedNavigationViaBeforeUnloadConfirmationPanel; }
269 void didAllowNavigationViaBeforeUnloadConfirmationPanel() { m_hasAllowedNavigationViaBeforeUnloadConfirmationPanel = true; }
270 void clearAllowNavigationViaBeforeUnloadConfirmationPanel() { m_hasAllowedNavigationViaBeforeUnloadConfirmationPanel = false; }
353 bool m_hasAllowedNavigationViaBeforeUnloadConfirmationPanel;
FrameLoader.cpp 176 , m_hasAllowedNavigationViaBeforeUnloadConfirmationPanel(false)
    [all...]

Completed in 26 milliseconds