HomeSort by relevance Sort by last modified time
    Searched defs:canRunModal (Results 1 - 18 of 18) sorted by null

  /external/webkit/Source/WebKit2/Shared/
WebPageCreationParameters.h 72 bool canRunModal;
  /external/webkit/Source/WebKit2/UIProcess/
WebUIClient.cpp 346 bool WebUIClient::canRunModal() const
  /external/webkit/Tools/WinLauncher/
PrintWebUIDelegate.h 96 virtual HRESULT STDMETHODCALLTYPE canRunModal(IWebView*, BOOL*) { return E_NOTIMPL; }
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
ChromeClientHaiku.cpp 132 bool ChromeClientHaiku::canRunModal()
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorDelegate.h 278 virtual HRESULT STDMETHODCALLTYPE canRunModal(
WebChromeClient.cpp 242 bool WebChromeClient::canRunModal()
246 delegate->canRunModal(m_webView, &result);
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
ChromeClientWinCE.cpp 98 bool ChromeClientWinCE::canRunModal()
  /external/webkit/Source/WebKit/wx/WebKitSupport/
ChromeClientWx.cpp 174 bool ChromeClientWx::canRunModal()
  /external/webkit/Source/WebCore/page/
Chrome.cpp 197 bool Chrome::canRunModal() const
199 return m_client->canRunModal();
206 return canRunModal() && !ResourceHandle::loadsBlocked();
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 213 bool ChromeClientAndroid::canRunModal() { notImplemented(); return false; }
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
ChromeClientEfl.cpp 165 bool ChromeClientEfl::canRunModal()
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ChromeClientQt.cpp 216 bool ChromeClientQt::canRunModal()
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 388 bool canRunModal() const { return m_canRunModal; }
389 void setCanRunModal(bool canRunModal) { m_canRunModal = canRunModal; }
  /external/webkit/Tools/DumpRenderTree/win/
UIDelegate.cpp 344 HRESULT STDMETHODCALLTYPE UIDelegate::canRunModal(
  /external/webkit/Source/WebKit/chromium/src/
ChromeClientImpl.cpp 342 bool ChromeClientImpl::canRunModal()
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 175 bool ChromeClient::canRunModal()
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.cpp 177 bool WebChromeClient::canRunModal()
179 return m_page->canRunModal();
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 116 virtual bool canRunModal() { return false; }

Completed in 578 milliseconds