Searched refs:tabsToLinks (Results 1 - 25 of 32) sorted by relevance

12

/external/webkit/WebKit/mac/WebView/
H A DWebPreferences.h371 @abstract If tabsToLinks is YES, the tab key will focus links and form controls.
377 @method tabsToLinks
379 - (BOOL)tabsToLinks;
/external/webkit/WebCore/wml/
H A DWMLAElement.cpp92 if (!document()->frame()->eventHandler()->tabsToLinks(event))
/external/webkit/WebKit/haiku/WebCoreSupport/
H A DChromeClientHaiku.h102 bool tabsToLinks() const;
H A DChromeClientHaiku.cpp246 bool ChromeClientHaiku::tabsToLinks() const function in class:WebCore::ChromeClientHaiku
/external/webkit/WebKit/wx/WebKitSupport/
H A DChromeClientWx.h99 virtual bool tabsToLinks() const;
H A DChromeClientWx.cpp327 bool ChromeClientWx::tabsToLinks() const function in class:WebCore::ChromeClientWx
/external/webkit/WebCore/svg/
H A DSVGAElement.cpp209 return document()->frame()->eventHandler()->tabsToLinks(event);
/external/webkit/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.h111 virtual bool tabsToLinks() const;
H A DChromeClientAndroid.cpp275 bool ChromeClientAndroid::tabsToLinks() const { return false; } function in class:android::ChromeClientAndroid
/external/webkit/WebKit/chromium/public/
H A DWebView.h84 virtual bool tabsToLinks() const = 0;
/external/webkit/WebKit/chromium/src/
H A DChromeClientImpl.h97 virtual bool tabsToLinks() const;
H A DChromeClientImpl.cpp447 bool ChromeClientImpl::tabsToLinks() const function in class:WebKit::ChromeClientImpl
450 // This method is used in a convoluted fashion by EventHandler::tabsToLinks.
454 return m_webView->tabsToLinks();
H A DWebViewImpl.h107 virtual bool tabsToLinks() const;
/external/webkit/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.h86 virtual bool tabsToLinks() const;
H A DChromeClientGtk.cpp316 bool ChromeClient::tabsToLinks() const function in class:WebKit::ChromeClient
/external/webkit/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.h105 virtual bool tabsToLinks() const;
H A DChromeClientQt.cpp320 bool ChromeClientQt::tabsToLinks() const function in class:WebCore::ChromeClientQt
/external/webkit/WebCore/page/
H A DChromeClient.h128 virtual bool tabsToLinks() const = 0;
H A DEventHandler.h138 bool tabsToLinks(KeyboardEvent*) const;
/external/webkit/WebKit/mac/WebCoreSupport/
H A DWebChromeClient.h90 virtual bool tabsToLinks() const;
H A DWebChromeClient.mm429 bool WebChromeClient::tabsToLinks() const
431 return [[m_webView preferences] tabsToLinks];
/external/webkit/WebKit/win/WebCoreSupport/
H A DWebChromeClient.h93 virtual bool tabsToLinks() const;
/external/webkit/WebKit/win/Interfaces/
H A DIWebPreferences.idl145 HRESULT tabsToLinks([out, retval] BOOL* enabled);
/external/webkit/WebCore/html/
H A DHTMLAnchorElement.cpp102 if (!document()->frame()->eventHandler()->tabsToLinks(event))
/external/webkit/WebKit/win/
H A DWebPreferences.h199 virtual HRESULT STDMETHODCALLTYPE tabsToLinks(

Completed in 70 milliseconds

12