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

  /external/webkit/WebKit/haiku/WebCoreSupport/
ChromeClientHaiku.cpp 122 bool ChromeClientHaiku::canRunModal()
  /external/webkit/WebKit/wx/WebKitSupport/
ChromeClientWx.cpp 165 bool ChromeClientWx::canRunModal()
  /external/webkit/WebKitTools/WinLauncher/
PrintWebUIDelegate.h 96 virtual HRESULT STDMETHODCALLTYPE canRunModal(IWebView*, BOOL*) { return E_NOTIMPL; }
  /external/webkit/WebCore/page/
Chrome.cpp 181 bool Chrome::canRunModal() const
183 return m_client->canRunModal();
190 return canRunModal() && !ResourceHandle::loadsBlocked();
  /external/webkit/WebKit/qt/WebCoreSupport/
ChromeClientQt.cpp 177 bool ChromeClientQt::canRunModal()
  /external/webkit/WebKit/win/WebCoreSupport/
WebInspectorDelegate.h 284 virtual HRESULT STDMETHODCALLTYPE canRunModal(
WebChromeClient.cpp 230 bool WebChromeClient::canRunModal()
234 delegate->canRunModal(m_webView, &result);
  /external/webkit/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 191 bool ChromeClientAndroid::canRunModal() { notImplemented(); return false; }
  /external/webkit/WebKit/chromium/src/
ChromeClientImpl.cpp 290 bool ChromeClientImpl::canRunModal()
  /external/webkit/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 145 bool ChromeClient::canRunModal()
  /external/webkit/WebKitTools/DumpRenderTree/win/
UIDelegate.cpp 340 HRESULT STDMETHODCALLTYPE UIDelegate::canRunModal(
  /external/webkit/WebCore/loader/
EmptyClients.h 88 virtual bool canRunModal() { return false; }

Completed in 435 milliseconds