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 101 bool runBeforeUnloadConfirmPanel(const String& message, LocalFrame*);
ChromeClient.h 123 virtual bool runBeforeUnloadConfirmPanel(const String& message, LocalFrame*) = 0;
Chrome.cpp 198 bool Chrome::runBeforeUnloadConfirmPanel(const String& message, LocalFrame* frame)
205 bool ok = m_client->runBeforeUnloadConfirmPanel(message, frame);
  /external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.h 104 virtual bool runBeforeUnloadConfirmPanel(
ChromeClientImpl.cpp 394 bool ChromeClientImpl::runBeforeUnloadConfirmPanel(const String& message, LocalFrame* frame)
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 111 virtual bool runBeforeUnloadConfirmPanel(const String&, LocalFrame*) OVERRIDE { return true; }
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]

Completed in 221 milliseconds