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

12

  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 311 bool ChromeClient::runBeforeUnloadConfirmPanel(const WTF::String& message, WebCore::Frame* frame)
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ChromeClientQt.cpp 304 bool ChromeClientQt::runBeforeUnloadConfirmPanel(const String& message, Frame* frame)
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.h 213 WKPageRunBeforeUnloadConfirmPanelCallback runBeforeUnloadConfirmPanel;
  /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/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 360 bool WebChromeClient::runBeforeUnloadConfirmPanel(const String& message, Frame* frame)
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 568 void runBeforeUnloadConfirmPanel(const String& message, uint64_t frameID, bool& shouldClose);
    [all...]
WebPageProxy.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.mm 469 bool WebChromeClient::runBeforeUnloadConfirmPanel(const String& message, Frame* frame)
    [all...]
  /external/webkit/Source/WebCore/loader/
FrameLoader.cpp     [all...]

Completed in 394 milliseconds

12