Home
last modified time | relevance | path

Searched refs:runBeforeUnloadConfirmPanel (Results 1 – 25 of 46) sorted by relevance

12

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

12