Home
last modified time | relevance | path

Searched refs:tabsToLinks (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/testing/runner/
DWebPreferences.cpp70 tabsToLinks = false; in reset()
DTestRunner.cpp1661 prefs->tabsToLinks = cppVariantToBool(value); in overridePreference()
/external/chromium_org/third_party/WebKit/public/testing/
DWebPreferences.h68 bool tabsToLinks; member
/external/chromium_org/content/shell/common/
Dwebkit_test_helpers.cc37 to->tabs_to_links = from.tabsToLinks; in ExportLayoutTestSpecificPreferences()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAElement.cpp224 return page->chrome().client().tabsToLinks(); in isKeyboardFocusable()
/external/chromium_org/third_party/WebKit/Source/core/page/
DChromeClient.h138 virtual bool tabsToLinks() = 0;
/external/chromium_org/third_party/WebKit/public/web/
DWebView.h136 virtual bool tabsToLinks() const = 0;
/external/chromium_org/third_party/WebKit/Source/web/
DChromeClientImpl.h114 virtual bool tabsToLinks();
DChromeClientImpl.cpp471 bool ChromeClientImpl::tabsToLinks() in tabsToLinks() function in blink::ChromeClientImpl
473 return m_webView->tabsToLinks(); in tabsToLinks()
DWebViewImpl.h196 virtual bool tabsToLinks() const;
DWebViewImpl.cpp3824 bool WebViewImpl::tabsToLinks() const in tabsToLinks() function in blink::WebViewImpl
/external/chromium_org/third_party/WebKit/Source/core/loader/
DEmptyClients.h129 virtual bool tabsToLinks() OVERRIDE { return false; } in tabsToLinks() function
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLAnchorElement.cpp162 if (!page->chrome().client().tabsToLinks()) in isKeyboardFocusable()