/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebChromeClient.mm | 469 bool WebChromeClient::runBeforeUnloadConfirmPanel(const String& message, Frame* frame) function
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebUIClient.cpp | 255 bool WebUIClient::runBeforeUnloadConfirmPanel(WebPageProxy* page, const String& message, WebFramePr… in runBeforeUnloadConfirmPanel() function in WebKit::WebUIClient
|
D | WebPageProxy.cpp | 2014 void WebPageProxy::runBeforeUnloadConfirmPanel(const String& message, uint64_t frameID, bool& shoul… in runBeforeUnloadConfirmPanel() function in WebKit::WebPageProxy
|
/external/webkit/Tools/WebKitTestRunner/ |
D | TestController.cpp | 104 static bool runBeforeUnloadConfirmPanel(WKPageRef page, WKStringRef message, WKFrameRef frame, cons… in runBeforeUnloadConfirmPanel() function
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
D | ChromeClientWinCE.cpp | 186 bool ChromeClientWinCE::runBeforeUnloadConfirmPanel(const String& message, Frame* frame) in runBeforeUnloadConfirmPanel() function in WebKit::ChromeClientWinCE
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
D | ChromeClientHaiku.cpp | 216 bool ChromeClientHaiku::runBeforeUnloadConfirmPanel(const String& message, Frame* frame) in runBeforeUnloadConfirmPanel() function in WebCore::ChromeClientHaiku
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
D | ChromeClientWx.cpp | 257 bool ChromeClientWx::runBeforeUnloadConfirmPanel(const String& string, in runBeforeUnloadConfirmPanel() function in WebCore::ChromeClientWx
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | ChromeClientQt.cpp | 304 bool ChromeClientQt::runBeforeUnloadConfirmPanel(const String& message, Frame* frame) in runBeforeUnloadConfirmPanel() function in WebCore::ChromeClientQt
|
/external/webkit/Source/WebCore/page/ |
D | Chrome.cpp | 269 bool Chrome::runBeforeUnloadConfirmPanel(const String& message, Frame* frame) in runBeforeUnloadConfirmPanel() function in WebCore::Chrome
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
D | ChromeClientEfl.cpp | 265 bool ChromeClientEfl::runBeforeUnloadConfirmPanel(const String& message, Frame* frame) in runBeforeUnloadConfirmPanel() function in WebCore::ChromeClientEfl
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | ChromeClientAndroid.cpp | 223 bool ChromeClientAndroid::runBeforeUnloadConfirmPanel(const String& message, Frame* frame) { in runBeforeUnloadConfirmPanel() function in android::ChromeClientAndroid
|
/external/webkit/Source/WebKit/chromium/src/ |
D | ChromeClientImpl.cpp | 421 bool ChromeClientImpl::runBeforeUnloadConfirmPanel(const String& message, Frame* frame) in runBeforeUnloadConfirmPanel() function in WebKit::ChromeClientImpl
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebChromeClient.cpp | 258 bool WebChromeClient::runBeforeUnloadConfirmPanel(const String& message, Frame* frame) in runBeforeUnloadConfirmPanel() function in WebKit::WebChromeClient
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | ChromeClientGtk.cpp | 311 bool ChromeClient::runBeforeUnloadConfirmPanel(const WTF::String& message, WebCore::Frame* frame) in runBeforeUnloadConfirmPanel() function in WebKit::ChromeClient
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebChromeClient.cpp | 360 bool WebChromeClient::runBeforeUnloadConfirmPanel(const String& message, Frame* frame) in runBeforeUnloadConfirmPanel() function in WebChromeClient
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
D | WKPage.h | 213 WKPageRunBeforeUnloadConfirmPanelCallback runBeforeUnloadConfirmPanel; member
|
/external/webkit/Source/WebCore/loader/ |
D | EmptyClients.h | 136 virtual bool runBeforeUnloadConfirmPanel(const String&, Frame*) { return true; } in runBeforeUnloadConfirmPanel() function
|