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

  /external/webkit/WebKit/haiku/WebCoreSupport/
ChromeClientHaiku.h 92 bool runBeforeUnloadConfirmPanel(const String& message, Frame* frame);
ChromeClientHaiku.cpp 206 bool ChromeClientHaiku::runBeforeUnloadConfirmPanel(const String& message, Frame* frame)
  /external/webkit/WebKit/wx/WebKitSupport/
ChromeClientWx.h 88 virtual bool runBeforeUnloadConfirmPanel(const String& message,
ChromeClientWx.cpp 248 bool ChromeClientWx::runBeforeUnloadConfirmPanel(const String& string,
  /external/webkit/WebCore/page/
Chrome.h 114 bool runBeforeUnloadConfirmPanel(const String& message, Frame* frame);
ChromeClient.h 119 virtual bool runBeforeUnloadConfirmPanel(const String& message, Frame* frame) = 0;
Chrome.cpp 253 bool Chrome::runBeforeUnloadConfirmPanel(const String& message, Frame* frame)
259 return m_client->runBeforeUnloadConfirmPanel(message, frame);
Frame.cpp     [all...]
  /external/webkit/WebKit/android/WebCoreSupport/
ChromeClientAndroid.h 102 virtual bool runBeforeUnloadConfirmPanel(const String& message, Frame* frame);
ChromeClientAndroid.cpp 216 bool ChromeClientAndroid::runBeforeUnloadConfirmPanel(const String& message, Frame* frame) {
  /external/webkit/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.h 77 virtual bool runBeforeUnloadConfirmPanel(const WebCore::String& message, WebCore::Frame* frame);
ChromeClientGtk.cpp 266 bool ChromeClient::runBeforeUnloadConfirmPanel(const WebCore::String& message, WebCore::Frame* frame)
  /external/webkit/WebKit/qt/WebCoreSupport/
ChromeClientQt.h 94 virtual bool runBeforeUnloadConfirmPanel(const String& message, Frame* frame);
ChromeClientQt.cpp 266 bool ChromeClientQt::runBeforeUnloadConfirmPanel(const String& message, Frame* frame)
  /external/webkit/WebKit/chromium/src/
ChromeClientImpl.h 87 virtual bool runBeforeUnloadConfirmPanel(
ChromeClientImpl.cpp 369 bool ChromeClientImpl::runBeforeUnloadConfirmPanel(const String& message, Frame* frame)
  /external/webkit/WebKit/mac/WebCoreSupport/
WebChromeClient.h 81 virtual bool runBeforeUnloadConfirmPanel(const WebCore::String& message, WebCore::Frame* frame);
WebChromeClient.mm 338 bool WebChromeClient::runBeforeUnloadConfirmPanel(const String& message, Frame* frame)
  /external/webkit/WebKit/win/WebCoreSupport/
WebChromeClient.h 83 virtual bool runBeforeUnloadConfirmPanel(const WebCore::String& message, WebCore::Frame* frame);
WebChromeClient.cpp 348 bool WebChromeClient::runBeforeUnloadConfirmPanel(const String& message, Frame* frame)
  /external/webkit/WebCore/loader/
EmptyClients.h 108 virtual bool runBeforeUnloadConfirmPanel(const String&, Frame*) { return true; }

Completed in 325 milliseconds