/external/webkit/Source/WebKit2/Shared/ |
D | WebPageCreationParameters.h | 71 bool canRunBeforeUnloadConfirmPanel; member
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | WebPage.h | 385 bool canRunBeforeUnloadConfirmPanel() const { return m_canRunBeforeUnloadConfirmPanel; } in canRunBeforeUnloadConfirmPanel() function 386 …void setCanRunBeforeUnloadConfirmPanel(bool canRunBeforeUnloadConfirmPanel) { m_canRunBeforeUnload… in setCanRunBeforeUnloadConfirmPanel()
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebChromeClient.mm | 464 bool WebChromeClient::canRunBeforeUnloadConfirmPanel() function
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebUIClient.cpp | 250 bool WebUIClient::canRunBeforeUnloadConfirmPanel() const in canRunBeforeUnloadConfirmPanel() function in WebKit::WebUIClient
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
D | ChromeClientWinCE.cpp | 181 bool ChromeClientWinCE::canRunBeforeUnloadConfirmPanel() in canRunBeforeUnloadConfirmPanel() function in WebKit::ChromeClientWinCE
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
D | ChromeClientHaiku.cpp | 210 bool ChromeClientHaiku::canRunBeforeUnloadConfirmPanel() in canRunBeforeUnloadConfirmPanel() function in WebCore::ChromeClientHaiku
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
D | ChromeClientWx.cpp | 251 bool ChromeClientWx::canRunBeforeUnloadConfirmPanel() in canRunBeforeUnloadConfirmPanel() function in WebCore::ChromeClientWx
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | ChromeClientQt.cpp | 299 bool ChromeClientQt::canRunBeforeUnloadConfirmPanel() in canRunBeforeUnloadConfirmPanel() function in WebCore::ChromeClientQt
|
/external/webkit/Source/WebCore/page/ |
D | Chrome.cpp | 264 bool Chrome::canRunBeforeUnloadConfirmPanel() in canRunBeforeUnloadConfirmPanel() function in WebCore::Chrome
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
D | ChromeClientEfl.cpp | 260 bool ChromeClientEfl::canRunBeforeUnloadConfirmPanel() in canRunBeforeUnloadConfirmPanel() function in WebCore::ChromeClientEfl
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | ChromeClientAndroid.cpp | 222 bool ChromeClientAndroid::canRunBeforeUnloadConfirmPanel() { return true; } in canRunBeforeUnloadConfirmPanel() function in android::ChromeClientAndroid
|
/external/webkit/Source/WebKit/chromium/src/ |
D | ChromeClientImpl.cpp | 416 bool ChromeClientImpl::canRunBeforeUnloadConfirmPanel() in canRunBeforeUnloadConfirmPanel() function in WebKit::ChromeClientImpl
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebChromeClient.cpp | 253 bool WebChromeClient::canRunBeforeUnloadConfirmPanel() in canRunBeforeUnloadConfirmPanel() function in WebKit::WebChromeClient
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | ChromeClientGtk.cpp | 306 bool ChromeClient::canRunBeforeUnloadConfirmPanel() in canRunBeforeUnloadConfirmPanel() function in WebKit::ChromeClient
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebChromeClient.cpp | 350 bool WebChromeClient::canRunBeforeUnloadConfirmPanel() in canRunBeforeUnloadConfirmPanel() function in WebChromeClient
|
/external/webkit/Source/WebCore/loader/ |
D | EmptyClients.h | 135 virtual bool canRunBeforeUnloadConfirmPanel() { return false; } in canRunBeforeUnloadConfirmPanel() function
|