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

  /external/chromium_org/third_party/WebKit/Source/core/page/
Chrome.h 106 bool runBeforeUnloadConfirmPanel(const String& message, Frame*);
ChromeClient.h 130 virtual bool runBeforeUnloadConfirmPanel(const String& message, Frame*) = 0;
Chrome.cpp 218 bool Chrome::runBeforeUnloadConfirmPanel(const String& message, Frame* frame)
225 bool ok = m_client->runBeforeUnloadConfirmPanel(message, frame);
  /external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.h 105 virtual bool runBeforeUnloadConfirmPanel(
ChromeClientImpl.cpp 398 bool ChromeClientImpl::runBeforeUnloadConfirmPanel(const String& message, Frame* frame)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 112 virtual bool runBeforeUnloadConfirmPanel(const String&, Frame*) OVERRIDE { return true; }
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]

Completed in 185 milliseconds