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

  /external/webkit/WebKit/haiku/WebCoreSupport/
ChromeClientHaiku.cpp 90 bool ChromeClientHaiku::canTakeFocus(FocusDirection)
  /external/webkit/WebKit/wx/WebKitSupport/
ChromeClientWx.cpp 119 bool ChromeClientWx::canTakeFocus(FocusDirection)
  /external/webkit/WebKitTools/DumpRenderTree/win/
UIDelegate.h 223 virtual HRESULT STDMETHODCALLTYPE canTakeFocus(
  /external/webkit/WebKitTools/WinLauncher/
PrintWebUIDelegate.h 80 virtual HRESULT STDMETHODCALLTYPE canTakeFocus(IWebView*, BOOL, BOOL*) { return E_NOTIMPL; }
  /external/webkit/WebCore/page/
Chrome.cpp 147 bool Chrome::canTakeFocus(FocusDirection direction) const
149 return m_client->canTakeFocus(direction);
  /external/webkit/WebKit/qt/WebCoreSupport/
ChromeClientQt.cpp 135 bool ChromeClientQt::canTakeFocus(FocusDirection)
  /external/webkit/WebKit/win/WebCoreSupport/
WebInspectorDelegate.h 222 virtual HRESULT STDMETHODCALLTYPE canTakeFocus(
WebChromeClient.cpp 139 bool WebChromeClient::canTakeFocus(FocusDirection direction)
145 uiDelegate->canTakeFocus(m_webView, bForward, &result);
  /external/webkit/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 154 bool ChromeClientAndroid::canTakeFocus(FocusDirection) { notImplemented(); return false; }
  /external/webkit/WebKit/chromium/src/
ChromeClientImpl.cpp 178 bool ChromeClientImpl::canTakeFocus(FocusDirection)
  /external/webkit/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 243 bool ChromeClient::canTakeFocus(FocusDirection)
  /external/webkit/WebCore/loader/
EmptyClients.h 80 virtual bool canTakeFocus(FocusDirection) { return false; }

Completed in 597 milliseconds