Searched defs:canRunModal (Results 1 - 18 of 18) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
H A DWebPageCreationParameters.h72 bool canRunModal; member in struct:WebKit::WebPageCreationParameters
/external/webkit/Tools/WinLauncher/
H A DPrintWebUIDelegate.h96 virtual HRESULT STDMETHODCALLTYPE canRunModal(IWebView*, BOOL*) { return E_NOTIMPL; } function in class:PrintWebUIDelegate
/external/webkit/Source/WebKit2/UIProcess/
H A DWebUIClient.cpp346 bool WebUIClient::canRunModal() const function in class:WebKit::WebUIClient
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DChromeClientHaiku.cpp132 bool ChromeClientHaiku::canRunModal() function in class:WebCore::ChromeClientHaiku
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebInspectorDelegate.h278 virtual HRESULT STDMETHODCALLTYPE canRunModal( function in class:WebInspectorDelegate
H A DWebChromeClient.cpp242 bool WebChromeClient::canRunModal() function in class:WebChromeClient
246 delegate->canRunModal(m_webView, &result);
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DChromeClientWinCE.cpp98 bool ChromeClientWinCE::canRunModal() function in class:WebKit::ChromeClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
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/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();
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.cpp213 bool ChromeClientAndroid::canRunModal() { notImplemented(); return false; } function in class:android::ChromeClientAndroid
/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.cpp342 bool ChromeClientImpl::canRunModal() function in class:WebKit::ChromeClientImpl
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.cpp165 bool ChromeClientEfl::canRunModal() function in class:WebCore::ChromeClientEfl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.cpp175 bool ChromeClient::canRunModal() function in class:WebKit::ChromeClient
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.cpp216 bool ChromeClientQt::canRunModal() function in class:WebCore::ChromeClientQt
/external/webkit/Tools/DumpRenderTree/win/
H A DUIDelegate.cpp344 HRESULT STDMETHODCALLTYPE UIDelegate::canRunModal( function in class:UIDelegate
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp177 bool WebChromeClient::canRunModal() function in class:WebKit::WebChromeClient
179 return m_page->canRunModal();
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h116 virtual bool canRunModal() { return false; } function in class:WebCore::EmptyChromeClient

Completed in 115 milliseconds