HomeSort by relevance Sort by last modified time
    Searched refs:canTakeFocus (Results 1 - 25 of 31) sorted by null

1 2

  /external/webkit/Source/WebCore/page/
Chrome.h 99 bool canTakeFocus(FocusDirection) const;
Chrome.cpp 158 bool Chrome::canTakeFocus(FocusDirection direction) const
160 return m_client->canTakeFocus(direction);
ChromeClient.h 89 virtual bool canTakeFocus(FocusDirection) = 0;
FocusController.cpp 244 if (!initialFocus && m_page->chrome()->canTakeFocus(direction)) {
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
ChromeClientEfl.h 52 virtual bool canTakeFocus(FocusDirection);
ChromeClientEfl.cpp 248 bool ChromeClientEfl::canTakeFocus(FocusDirection)
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
ChromeClientHaiku.h 58 virtual bool canTakeFocus(FocusDirection);
ChromeClientHaiku.cpp 96 bool ChromeClientHaiku::canTakeFocus(FocusDirection)
  /external/webkit/Source/WebKit/wx/WebKitSupport/
ChromeClientWx.h 55 virtual bool canTakeFocus(FocusDirection);
ChromeClientWx.cpp 125 bool ChromeClientWx::canTakeFocus(FocusDirection)
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.h 69 virtual bool canTakeFocus(FocusDirection);
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.h 54 virtual bool canTakeFocus(WebCore::FocusDirection);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ChromeClientQt.h 73 virtual bool canTakeFocus(FocusDirection);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.h 57 virtual bool canTakeFocus(WebCore::FocusDirection);
WebInspectorDelegate.h 216 virtual HRESULT STDMETHODCALLTYPE canTakeFocus(
WebChromeClient.cpp 146 bool WebChromeClient::canTakeFocus(FocusDirection direction)
152 uiDelegate->canTakeFocus(m_webView, bForward, &result);
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
ChromeClientWinCE.h 50 virtual bool canTakeFocus(WebCore::FocusDirection);
ChromeClientWinCE.cpp 162 bool ChromeClientWinCE::canTakeFocus(FocusDirection)
  /external/webkit/Source/WebKit/chromium/src/
ChromeClientImpl.h 71 virtual bool canTakeFocus(WebCore::FocusDirection);
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.h 53 virtual bool canTakeFocus(WebCore::FocusDirection);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.h 65 virtual bool canTakeFocus(WebCore::FocusDirection);
  /external/webkit/Tools/WinLauncher/
PrintWebUIDelegate.h 80 virtual HRESULT STDMETHODCALLTYPE canTakeFocus(IWebView*, BOOL, BOOL*) { return E_NOTIMPL; }
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 107 virtual bool canTakeFocus(FocusDirection) { return false; }
  /external/webkit/Tools/DumpRenderTree/win/
UIDelegate.h 223 virtual HRESULT STDMETHODCALLTYPE canTakeFocus(
  /external/webkit/Source/WebKit/win/Interfaces/
IWebUIDelegate.idl 620 @method webView:canTakeFocus:
625 HRESULT canTakeFocus([in] IWebView* sender, [in] BOOL forward, [out] BOOL* result);
    [all...]

Completed in 1091 milliseconds

1 2