Searched defs:canTakeFocus (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Tools/WinLauncher/
H A DPrintWebUIDelegate.h80 virtual HRESULT STDMETHODCALLTYPE canTakeFocus(IWebView*, BOOL, BOOL*) { return E_NOTIMPL; } function in class:PrintWebUIDelegate
/external/webkit/Tools/DumpRenderTree/win/
H A DUIDelegate.h223 virtual HRESULT STDMETHODCALLTYPE canTakeFocus( function in class:UIDelegate
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DChromeClientHaiku.cpp96 bool ChromeClientHaiku::canTakeFocus(FocusDirection) function in class:WebCore::ChromeClientHaiku
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebInspectorDelegate.h216 virtual HRESULT STDMETHODCALLTYPE canTakeFocus( function in class:WebInspectorDelegate
H A DWebChromeClient.cpp146 bool WebChromeClient::canTakeFocus(FocusDirection direction) function in class:WebChromeClient
152 uiDelegate->canTakeFocus(m_webView, bForward, &result);
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DChromeClientWinCE.cpp162 bool ChromeClientWinCE::canTakeFocus(FocusDirection) function in class:WebKit::ChromeClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DChromeClientWx.cpp125 bool ChromeClientWx::canTakeFocus(FocusDirection) function in class:WebCore::ChromeClientWx
/external/webkit/Source/WebCore/page/
H A DChrome.cpp158 bool Chrome::canTakeFocus(FocusDirection direction) const function in class:WebCore::Chrome
160 return m_client->canTakeFocus(direction);
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.cpp164 bool ChromeClientAndroid::canTakeFocus(FocusDirection direction) function in class:android::ChromeClientAndroid
/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.cpp228 bool ChromeClientImpl::canTakeFocus(FocusDirection) function in class:WebKit::ChromeClientImpl
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.cpp248 bool ChromeClientEfl::canTakeFocus(FocusDirection) function in class:WebCore::ChromeClientEfl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.cpp288 bool ChromeClient::canTakeFocus(FocusDirection) function in class:WebKit::ChromeClient
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.cpp168 bool ChromeClientQt::canTakeFocus(FocusDirection) function in class:WebCore::ChromeClientQt
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp132 bool WebChromeClient::canTakeFocus(FocusDirection) function in class:WebKit::WebChromeClient
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h107 virtual bool canTakeFocus(FocusDirection) { return false; } function in class:WebCore::EmptyChromeClient

Completed in 409 milliseconds