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 100 bool canRunBeforeUnloadConfirmPanel();
ChromeClient.h 122 virtual bool canRunBeforeUnloadConfirmPanel() = 0;
Chrome.cpp 193 bool Chrome::canRunBeforeUnloadConfirmPanel()
195 return m_client->canRunBeforeUnloadConfirmPanel();
  /external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.h 103 virtual bool canRunBeforeUnloadConfirmPanel() OVERRIDE;
ChromeClientImpl.cpp 389 bool ChromeClientImpl::canRunBeforeUnloadConfirmPanel()
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 110 virtual bool canRunBeforeUnloadConfirmPanel() OVERRIDE { return false; }
FrameLoader.cpp     [all...]

Completed in 88 milliseconds