/external/webkit/Source/WebKit2/UIProcess/ |
D | WebUIClient.cpp | 252 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()
|
D | WebUIClient.h | 87 bool runBeforeUnloadConfirmPanel(WebPageProxy*, const String&, WebFrameProxy*);
|
/external/webkit/Tools/WebKitTestRunner/ |
D | TestController.cpp | 104 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/ |
D | Chrome.h | 127 bool runBeforeUnloadConfirmPanel(const String& message, Frame* frame);
|
D | Chrome.cpp | 269 bool Chrome::runBeforeUnloadConfirmPanel(const String& message, Frame* frame) in runBeforeUnloadConfirmPanel() function in WebCore::Chrome 275 return m_client->runBeforeUnloadConfirmPanel(message, frame); in runBeforeUnloadConfirmPanel()
|
D | ChromeClient.h | 124 virtual bool runBeforeUnloadConfirmPanel(const String& message, Frame* frame) = 0;
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
D | ChromeClientWx.h | 90 virtual bool runBeforeUnloadConfirmPanel(const String& message,
|
D | ChromeClientWx.cpp | 257 bool ChromeClientWx::runBeforeUnloadConfirmPanel(const String& string, in runBeforeUnloadConfirmPanel() function in WebCore::ChromeClientWx
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
D | ChromeClientHaiku.h | 94 virtual bool runBeforeUnloadConfirmPanel(const String& message, Frame* frame);
|
D | ChromeClientHaiku.cpp | 216 bool ChromeClientHaiku::runBeforeUnloadConfirmPanel(const String& message, Frame* frame) in runBeforeUnloadConfirmPanel() function in WebCore::ChromeClientHaiku
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
D | ChromeClientEfl.h | 85 virtual bool runBeforeUnloadConfirmPanel(const String& message, Frame* frame);
|
D | ChromeClientEfl.cpp | 265 bool ChromeClientEfl::runBeforeUnloadConfirmPanel(const String& message, Frame* frame) in runBeforeUnloadConfirmPanel() function in WebCore::ChromeClientEfl
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | ChromeClientQt.h | 102 virtual bool runBeforeUnloadConfirmPanel(const String& message, Frame*);
|
D | ChromeClientQt.cpp | 304 bool ChromeClientQt::runBeforeUnloadConfirmPanel(const String& message, Frame* frame) in runBeforeUnloadConfirmPanel() function in WebCore::ChromeClientQt
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
D | ChromeClientWinCE.h | 83 virtual bool runBeforeUnloadConfirmPanel(const WTF::String& message, WebCore::Frame* frame);
|
D | ChromeClientWinCE.cpp | 186 bool ChromeClientWinCE::runBeforeUnloadConfirmPanel(const String& message, Frame* frame) in runBeforeUnloadConfirmPanel() function in WebKit::ChromeClientWinCE
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | ChromeClientAndroid.h | 102 virtual bool runBeforeUnloadConfirmPanel(const String& message, Frame* frame);
|
D | ChromeClientAndroid.cpp | 243 bool ChromeClientAndroid::runBeforeUnloadConfirmPanel(const String& message, Frame* frame) { in runBeforeUnloadConfirmPanel() function in android::ChromeClientAndroid
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | ChromeClientGtk.h | 85 virtual bool runBeforeUnloadConfirmPanel(const WTF::String& message, WebCore::Frame* frame);
|
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.h | 86 virtual bool runBeforeUnloadConfirmPanel(const WTF::String& message, WebCore::Frame* frame);
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebChromeClient.h | 82 virtual bool runBeforeUnloadConfirmPanel(const WTF::String& message, WebCore::Frame* frame);
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebChromeClient.h | 98 virtual bool runBeforeUnloadConfirmPanel(const String& message, WebCore::Frame* frame);
|
/external/webkit/Source/WebKit/chromium/src/ |
D | ChromeClientImpl.h | 94 virtual bool runBeforeUnloadConfirmPanel(
|
/external/webkit/Tools/MiniBrowser/mac/ |
D | BrowserWindowController.m | 514 static bool runBeforeUnloadConfirmPanel(WKPageRef page, WKStringRef message, WKFrameRef frame, cons… 641 runBeforeUnloadConfirmPanel,
|