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

  /external/webkit/Source/WebKit2/UIProcess/
WebUIClient.cpp 252 return m_client.runBeforeUnloadConfirmPanel;
255 bool WebUIClient::runBeforeUnloadConfirmPanel(WebPageProxy* page, const String& message, WebFrameProxy* frame)
257 if (!m_client.runBeforeUnloadConfirmPanel)
260 return m_client.runBeforeUnloadConfirmPanel(toAPI(page), toAPI(message.impl()), toAPI(frame), m_client.clientInfo);
WebPageProxy.cpp     [all...]
  /external/webkit/Tools/WebKitTestRunner/
TestController.cpp 104 static bool runBeforeUnloadConfirmPanel(WKPageRef page, WKStringRef message, WKFrameRef frame, const void *clientInfo)
162 runBeforeUnloadConfirmPanel,
299 runBeforeUnloadConfirmPanel,
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
ChromeClientHaiku.cpp 216 bool ChromeClientHaiku::runBeforeUnloadConfirmPanel(const String& message, Frame* frame)
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
ChromeClientWinCE.cpp 186 bool ChromeClientWinCE::runBeforeUnloadConfirmPanel(const String& message, Frame* frame)
  /external/webkit/Source/WebKit/wx/WebKitSupport/
ChromeClientWx.cpp 257 bool ChromeClientWx::runBeforeUnloadConfirmPanel(const String& string,
  /external/webkit/Source/WebCore/page/
Chrome.cpp 269 bool Chrome::runBeforeUnloadConfirmPanel(const String& message, Frame* frame)
275 return m_client->runBeforeUnloadConfirmPanel(message, frame);
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 240 bool ChromeClientAndroid::runBeforeUnloadConfirmPanel(const String& message, Frame* frame) {
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
ChromeClientEfl.cpp 265 bool ChromeClientEfl::runBeforeUnloadConfirmPanel(const String& message, Frame* frame)
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ChromeClientQt.cpp 304 bool ChromeClientQt::runBeforeUnloadConfirmPanel(const String& message, Frame* frame)
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 360 bool WebChromeClient::runBeforeUnloadConfirmPanel(const String& message, Frame* frame)
  /external/webkit/Source/WebKit/chromium/src/
ChromeClientImpl.cpp 421 bool ChromeClientImpl::runBeforeUnloadConfirmPanel(const String& message, Frame* frame)
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 311 bool ChromeClient::runBeforeUnloadConfirmPanel(const WTF::String& message, WebCore::Frame* frame)
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.cpp 258 bool WebChromeClient::runBeforeUnloadConfirmPanel(const String& message, Frame* frame)
263 if (!WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::RunBeforeUnloadConfirmPanel(message, webFrame->frameID()), Messages::WebPageProxy::RunBeforeUnloadConfirmPanel::Reply(shouldClose), m_page->pageID()))
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.h 213 WKPageRunBeforeUnloadConfirmPanelCallback runBeforeUnloadConfirmPanel;
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 136 virtual bool runBeforeUnloadConfirmPanel(const String&, Frame*) { return true; }

Completed in 729 milliseconds