Searched refs:tabsToLinks (Results 1 – 13 of 13) sorted by relevance
70 tabsToLinks = false; in reset()
1661 prefs->tabsToLinks = cppVariantToBool(value); in overridePreference()
68 bool tabsToLinks; member
37 to->tabs_to_links = from.tabsToLinks; in ExportLayoutTestSpecificPreferences()
224 return page->chrome().client().tabsToLinks(); in isKeyboardFocusable()
138 virtual bool tabsToLinks() = 0;
136 virtual bool tabsToLinks() const = 0;
114 virtual bool tabsToLinks();
471 bool ChromeClientImpl::tabsToLinks() in tabsToLinks() function in blink::ChromeClientImpl473 return m_webView->tabsToLinks(); in tabsToLinks()
196 virtual bool tabsToLinks() const;
3824 bool WebViewImpl::tabsToLinks() const in tabsToLinks() function in blink::WebViewImpl
129 virtual bool tabsToLinks() OVERRIDE { return false; } in tabsToLinks() function
162 if (!page->chrome().client().tabsToLinks()) in isKeyboardFocusable()