tabsToLinks       160 Source/core/html/HTMLAnchorElement.cpp     if (isLink() && !document().frameHost()->chrome().client().tabsToLinks())
tabsToLinks       126 Source/core/loader/EmptyClients.h     virtual bool tabsToLinks() OVERRIDE { return false; }
tabsToLinks       138 Source/core/page/ChromeClient.h     virtual bool tabsToLinks() = 0;
tabsToLinks       203 Source/core/svg/SVGAElement.cpp         return page->chrome().client().tabsToLinks();
tabsToLinks       464 Source/web/ChromeClientImpl.cpp     return m_webView->tabsToLinks();
tabsToLinks       116 Source/web/ChromeClientImpl.h     virtual bool tabsToLinks() OVERRIDE;
tabsToLinks       182 Source/web/WebViewImpl.h     virtual bool tabsToLinks() const OVERRIDE;
tabsToLinks       129 public/web/WebView.h     virtual bool tabsToLinks() const = 0;