Searched refs:runBeforeUnloadConfirmPanel (Results 1 - 25 of 34) sorted by relevance

12

/external/webkit/Tools/WebKitTestRunner/
H A DTestController.cpp104 static bool runBeforeUnloadConfirmPanel(WKPageRef page, WKStringRef message, WKFrameRef frame, const void *clientInfo) function in namespace:WTR
162 runBeforeUnloadConfirmPanel,
299 runBeforeUnloadConfirmPanel,
/external/webkit/Source/WebKit2/UIProcess/
H A DWebUIClient.cpp252 return m_client.runBeforeUnloadConfirmPanel;
255 bool WebUIClient::runBeforeUnloadConfirmPanel(WebPageProxy* page, const String& message, WebFrameProxy* frame) function in class:WebKit::WebUIClient
257 if (!m_client.runBeforeUnloadConfirmPanel)
260 return m_client.runBeforeUnloadConfirmPanel(toAPI(page), toAPI(message.impl()), toAPI(frame), m_client.clientInfo);
H A DWebUIClient.h87 bool runBeforeUnloadConfirmPanel(WebPageProxy*, const String&, WebFrameProxy*);
/external/webkit/Source/WebCore/page/
H A DChrome.h127 bool runBeforeUnloadConfirmPanel(const String& message, Frame* frame);
H A DChrome.cpp269 bool Chrome::runBeforeUnloadConfirmPanel(const String& message, Frame* frame) function in class:WebCore::Chrome
275 return m_client->runBeforeUnloadConfirmPanel(message, frame);
H A DChromeClient.h124 virtual bool runBeforeUnloadConfirmPanel(const String& message, Frame* frame) = 0;
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.h85 virtual bool runBeforeUnloadConfirmPanel(const String& message, Frame* frame);
H A DChromeClientEfl.cpp265 bool ChromeClientEfl::runBeforeUnloadConfirmPanel(const String& message, Frame* frame) function in class:WebCore::ChromeClientEfl
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DChromeClientHaiku.h94 virtual bool runBeforeUnloadConfirmPanel(const String& message, Frame* frame);
H A DChromeClientHaiku.cpp216 bool ChromeClientHaiku::runBeforeUnloadConfirmPanel(const String& message, Frame* frame) function in class:WebCore::ChromeClientHaiku
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DChromeClientWinCE.h83 virtual bool runBeforeUnloadConfirmPanel(const WTF::String& message, WebCore::Frame* frame);
H A DChromeClientWinCE.cpp186 bool ChromeClientWinCE::runBeforeUnloadConfirmPanel(const String& message, Frame* frame) function in class:WebKit::ChromeClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DChromeClientWx.h90 virtual bool runBeforeUnloadConfirmPanel(const String& message,
H A DChromeClientWx.cpp257 bool ChromeClientWx::runBeforeUnloadConfirmPanel(const String& string, function in class:WebCore::ChromeClientWx
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.h101 virtual bool runBeforeUnloadConfirmPanel(const String& message, Frame* frame);
H A DChromeClientAndroid.cpp243 bool ChromeClientAndroid::runBeforeUnloadConfirmPanel(const String& message, Frame* frame) { function in class:android::ChromeClientAndroid
/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.h94 virtual bool runBeforeUnloadConfirmPanel(
H A DChromeClientImpl.cpp421 bool ChromeClientImpl::runBeforeUnloadConfirmPanel(const String& message, Frame* frame) function in class:WebKit::ChromeClientImpl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.h85 virtual bool runBeforeUnloadConfirmPanel(const WTF::String& message, WebCore::Frame* frame);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebChromeClient.h82 virtual bool runBeforeUnloadConfirmPanel(const WTF::String& message, WebCore::Frame* frame);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.h102 virtual bool runBeforeUnloadConfirmPanel(const String& message, Frame*);
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebChromeClient.h86 virtual bool runBeforeUnloadConfirmPanel(const WTF::String& message, WebCore::Frame* frame);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.h98 virtual bool runBeforeUnloadConfirmPanel(const String& message, WebCore::Frame* frame);
/external/webkit/Tools/MiniBrowser/mac/
H A DBrowserWindowController.m514 static bool runBeforeUnloadConfirmPanel(WKPageRef page, WKStringRef message, WKFrameRef frame, const void* clientInfo)
641 runBeforeUnloadConfirmPanel,
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h132 virtual bool runBeforeUnloadConfirmPanel(const String&, Frame*) { return true; } function in class:WebCore::EmptyChromeClient

Completed in 412 milliseconds

12