Searched defs:tabsToLinks (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebPreferences.h77 bool tabsToLinks; member in struct:WebPreferences
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.cpp363 bool tabsToLinks = true; local
365 tabsToLinks = DumpRenderTreeSupportGtk::linksIncludedInFocusChain();
367 return tabsToLinks ? KeyboardAccessTabsToLinks : KeyboardAccessDefault;
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKPreferences.cpp415 void WKPreferencesSetTabsToLinks(WKPreferencesRef preferencesRef, bool tabsToLinks) argument
417 toImpl(preferencesRef)->setTabsToLinks(tabsToLinks);
422 return toImpl(preferencesRef)->tabsToLinks();
/external/webkit/Source/WebKit/win/
H A DWebPreferences.cpp994 HRESULT STDMETHODCALLTYPE WebPreferences::tabsToLinks( function in class:WebPreferences
/external/webkit/Source/WebCore/page/
H A DEventHandler.cpp2884 bool EventHandler::tabsToLinks(KeyboardEvent* event) const function in class:EventHandler
/external/webkit/Source/WebKit/chromium/src/
H A DWebViewImpl.cpp2272 bool WebViewImpl::tabsToLinks() const function in class:WebKit::WebViewImpl

Completed in 482 milliseconds