Searched refs:canRunModal (Results 1 - 25 of 39) sorted by relevance

12

/external/webkit/Source/WebKit2/Shared/
H A DWebPageCreationParameters.h72 bool canRunModal; member in struct:WebKit::WebPageCreationParameters
H A DWebPageCreationParameters.cpp53 encoder->encode(canRunModal);
101 if (!decoder->decode(parameters.canRunModal))
/external/webkit/Source/WebKit2/UIProcess/
H A DWebUIClient.h104 bool canRunModal() const;
/external/webkit/Source/WebCore/page/
H A DChrome.cpp197 bool Chrome::canRunModal() const function in class:WebCore::Chrome
199 return m_client->canRunModal();
206 return canRunModal() && !ResourceHandle::loadsBlocked();
H A DChrome.h108 bool canRunModal() const;
H A DChromeClient.h104 virtual bool canRunModal() = 0;
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.h61 virtual bool canRunModal();
H A DChromeClientEfl.cpp165 bool ChromeClientEfl::canRunModal() function in class:WebCore::ChromeClientEfl
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DChromeClientHaiku.h68 virtual bool canRunModal();
H A DChromeClientHaiku.cpp132 bool ChromeClientHaiku::canRunModal() function in class:WebCore::ChromeClientHaiku
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DChromeClientWinCE.h63 virtual bool canRunModal();
H A DChromeClientWinCE.cpp98 bool ChromeClientWinCE::canRunModal() function in class:WebKit::ChromeClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DChromeClientWx.h65 virtual bool canRunModal();
H A DChromeClientWx.cpp174 bool ChromeClientWx::canRunModal() function in class:WebCore::ChromeClientWx
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.h388 bool canRunModal() const { return m_canRunModal; } function in class:WebKit::WebPage
389 void setCanRunModal(bool canRunModal) { m_canRunModal = canRunModal; } argument
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.h82 virtual bool canRunModal();
/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.h78 virtual bool canRunModal();
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.h63 virtual bool canRunModal();
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebChromeClient.h62 virtual bool canRunModal();
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.h82 virtual bool canRunModal();
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebChromeClient.h66 virtual bool canRunModal();
H A DWebInspectorDelegate.h278 virtual HRESULT STDMETHODCALLTYPE canRunModal( function in class:WebInspectorDelegate
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.h78 virtual bool canRunModal();
H A DWebChromeClient.cpp177 bool WebChromeClient::canRunModal() function in class:WebKit::WebChromeClient
179 return m_page->canRunModal();
/external/webkit/Tools/WinLauncher/
H A DPrintWebUIDelegate.h96 virtual HRESULT STDMETHODCALLTYPE canRunModal(IWebView*, BOOL*) { return E_NOTIMPL; } function in class:PrintWebUIDelegate

Completed in 270 milliseconds

12