Searched defs:canRunBeforeUnloadConfirmPanel (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
H A DWebPageCreationParameters.h71 bool canRunBeforeUnloadConfirmPanel; member in struct:WebKit::WebPageCreationParameters
/external/webkit/Source/WebKit2/UIProcess/
H A DWebUIClient.cpp250 bool WebUIClient::canRunBeforeUnloadConfirmPanel() const function in class:WebKit::WebUIClient
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DChromeClientHaiku.cpp210 bool ChromeClientHaiku::canRunBeforeUnloadConfirmPanel() function in class:WebCore::ChromeClientHaiku
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DChromeClientWinCE.cpp181 bool ChromeClientWinCE::canRunBeforeUnloadConfirmPanel() function in class:WebKit::ChromeClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DChromeClientWx.cpp251 bool ChromeClientWx::canRunBeforeUnloadConfirmPanel() function in class:WebCore::ChromeClientWx
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.h385 bool canRunBeforeUnloadConfirmPanel() const { return m_canRunBeforeUnloadConfirmPanel; } function in class:WebKit::WebPage
386 void setCanRunBeforeUnloadConfirmPanel(bool canRunBeforeUnloadConfirmPanel) { m_canRunBeforeUnloadConfirmPanel = canRunBeforeUnloadConfirmPanel; } argument
/external/webkit/Source/WebCore/page/
H A DChrome.cpp264 bool Chrome::canRunBeforeUnloadConfirmPanel() function in class:WebCore::Chrome
266 return m_client->canRunBeforeUnloadConfirmPanel();
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.cpp242 bool ChromeClientAndroid::canRunBeforeUnloadConfirmPanel() { return true; } function in class:android::ChromeClientAndroid
/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.cpp416 bool ChromeClientImpl::canRunBeforeUnloadConfirmPanel() function in class:WebKit::ChromeClientImpl
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.cpp260 bool ChromeClientEfl::canRunBeforeUnloadConfirmPanel() function in class:WebCore::ChromeClientEfl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.cpp306 bool ChromeClient::canRunBeforeUnloadConfirmPanel() function in class:WebKit::ChromeClient
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.cpp299 bool ChromeClientQt::canRunBeforeUnloadConfirmPanel() function in class:WebCore::ChromeClientQt
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebChromeClient.cpp350 bool WebChromeClient::canRunBeforeUnloadConfirmPanel() function in class:WebChromeClient
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp253 bool WebChromeClient::canRunBeforeUnloadConfirmPanel() function in class:WebKit::WebChromeClient
255 return m_page->canRunBeforeUnloadConfirmPanel();
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h135 virtual bool canRunBeforeUnloadConfirmPanel() { return false; } function in class:WebCore::EmptyChromeClient

Completed in 63 milliseconds