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

  /external/chromium_org/third_party/WebKit/Source/core/page/
Chrome.h 102 bool canRunBeforeUnloadConfirmPanel();
ChromeClient.h 129 virtual bool canRunBeforeUnloadConfirmPanel() = 0;
Chrome.cpp 198 bool Chrome::canRunBeforeUnloadConfirmPanel()
200 return m_client->canRunBeforeUnloadConfirmPanel();
  /external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.h 106 virtual bool canRunBeforeUnloadConfirmPanel() OVERRIDE;
ChromeClientImpl.cpp 383 bool ChromeClientImpl::canRunBeforeUnloadConfirmPanel()
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 109 virtual bool canRunBeforeUnloadConfirmPanel() OVERRIDE { return false; }
FrameLoader.cpp     [all...]

Completed in 41 milliseconds