Home
last modified time | relevance | path

Searched refs:canTakeFocus (Results 1 – 25 of 35) sorted by relevance

12

/external/webkit/WebCore/page/
DChrome.cpp147 bool Chrome::canTakeFocus(FocusDirection direction) const in canTakeFocus() function in WebCore::Chrome
149 return m_client->canTakeFocus(direction); in canTakeFocus()
DChrome.h87 bool canTakeFocus(FocusDirection) const;
DChromeClient.h87 virtual bool canTakeFocus(FocusDirection) = 0;
DFocusController.cpp196 if (!initialFocus && m_page->chrome()->canTakeFocus(direction)) { in advanceFocus()
/external/webkit/WebKit/haiku/WebCoreSupport/
DChromeClientHaiku.h57 bool canTakeFocus(FocusDirection);
DChromeClientHaiku.cpp90 bool ChromeClientHaiku::canTakeFocus(FocusDirection) in canTakeFocus() function in WebCore::ChromeClientHaiku
/external/webkit/WebKit/wx/WebKitSupport/
DChromeClientWx.h54 virtual bool canTakeFocus(FocusDirection);
DChromeClientWx.cpp119 bool ChromeClientWx::canTakeFocus(FocusDirection) in canTakeFocus() function in WebCore::ChromeClientWx
/external/webkit/WebKit/qt/WebCoreSupport/
DChromeClientQt.h65 virtual bool canTakeFocus(FocusDirection);
DChromeClientQt.cpp135 bool ChromeClientQt::canTakeFocus(FocusDirection) in canTakeFocus() function in WebCore::ChromeClientQt
/external/webkit/WebKit/gtk/WebCoreSupport/
DChromeClientGtk.h47 virtual bool canTakeFocus(WebCore::FocusDirection);
DChromeClientGtk.cpp243 bool ChromeClient::canTakeFocus(FocusDirection) in windowRect() function in WebKit::ChromeClient
/external/webkit/WebKit/android/WebCoreSupport/
DChromeClientAndroid.h70 virtual bool canTakeFocus(FocusDirection);
DChromeClientAndroid.cpp154 bool ChromeClientAndroid::canTakeFocus(FocusDirection) { notImplemented(); return false; } in focus() function in android::ChromeClientAndroid
/external/webkit/WebKit/chromium/src/
DChromeClientImpl.h65 virtual bool canTakeFocus(WebCore::FocusDirection);
DChromeClientImpl.cpp178 bool ChromeClientImpl::canTakeFocus(FocusDirection) in canTakeFocus() function in WebKit::ChromeClientImpl
/external/webkit/WebKit/win/WebCoreSupport/
DWebChromeClient.h55 virtual bool canTakeFocus(WebCore::FocusDirection);
DWebChromeClient.cpp139 bool WebChromeClient::canTakeFocus(FocusDirection direction) in canTakeFocus() function in WebChromeClient
145 uiDelegate->canTakeFocus(m_webView, bForward, &result); in canTakeFocus()
DWebInspectorDelegate.h222 virtual HRESULT STDMETHODCALLTYPE canTakeFocus( in canTakeFocus() function
/external/webkit/WebKit/mac/WebCoreSupport/
DWebChromeClient.h53 virtual bool canTakeFocus(WebCore::FocusDirection);
DWebChromeClient.mm155 bool WebChromeClient::canTakeFocus(FocusDirection) function
/external/webkit/WebKitTools/WinLauncher/
DPrintWebUIDelegate.h80 virtual HRESULT STDMETHODCALLTYPE canTakeFocus(IWebView*, BOOL, BOOL*) { return E_NOTIMPL; } in canTakeFocus() function
/external/webkit/WebKitTools/DumpRenderTree/win/
DUIDelegate.h223 virtual HRESULT STDMETHODCALLTYPE canTakeFocus( in canTakeFocus() function
/external/webkit/WebCore/loader/
DEmptyClients.h80 virtual bool canTakeFocus(FocusDirection) { return false; } in canTakeFocus() function
/external/webkit/WebKit/win/Interfaces/
DIWebUIDelegate.idl620 @method webView:canTakeFocus:
625 HRESULT canTakeFocus([in] IWebView* sender, [in] BOOL forward, [out] BOOL* result);

12