Home
last modified time | relevance | path

Searched defs:tabsToLinks (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DChromeClientImpl.cpp472 bool ChromeClientImpl::tabsToLinks() in tabsToLinks() function in blink::ChromeClientImpl
DWebViewImpl.cpp4021 bool WebViewImpl::tabsToLinks() const in tabsToLinks() function in blink::WebViewImpl
/external/chromium_org/third_party/WebKit/Source/core/loader/
DEmptyClients.h126 virtual bool tabsToLinks() OVERRIDE { return false; } in tabsToLinks() function