Home
last modified time | relevance | path

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

/external/webkit/WebKit/mac/WebCoreSupport/
DWebChromeClient.mm398 bool WebChromeClient::tabsToLinks() const function
/external/webkit/WebKit/wx/WebKitSupport/
DChromeClientWx.cpp275 bool ChromeClientWx::tabsToLinks() const in tabsToLinks() function in WebCore::ChromeClientWx
/external/webkit/WebKit/android/WebCoreSupport/
DChromeClientAndroid.cpp211 bool ChromeClientAndroid::tabsToLinks() const { return false; } in tabsToLinks() function in android::ChromeClientAndroid
/external/webkit/WebKit/qt/WebCoreSupport/
DChromeClientQt.cpp294 bool ChromeClientQt::tabsToLinks() const in tabsToLinks() function in WebCore::ChromeClientQt
/external/webkit/WebKit/gtk/WebCoreSupport/
DChromeClientGtk.cpp285 bool ChromeClient::tabsToLinks() const in tabsToLinks() function in WebKit::ChromeClient
/external/webkit/WebKit/win/WebCoreSupport/
DWebChromeClient.cpp400 bool WebChromeClient::tabsToLinks() const in tabsToLinks() function in WebChromeClient
/external/webkit/WebKit/mac/WebView/
DWebPreferences.mm707 {
/external/webkit/WebKit/win/
DWebPreferences.cpp873 HRESULT STDMETHODCALLTYPE WebPreferences::tabsToLinks( in tabsToLinks() function in WebPreferences
/external/webkit/WebCore/page/
DEventHandler.cpp2139 bool EventHandler::tabsToLinks(KeyboardEvent* event) const in tabsToLinks() function in WebCore::EventHandler
/external/webkit/WebCore/loader/
DEmptyClients.h109 virtual bool tabsToLinks() const { return false; } in tabsToLinks() function