Home
last modified time | relevance | path

Searched defs:isAutomaticLinkDetectionEnabled (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm366 bool WebEditorClient::isAutomaticLinkDetectionEnabled() function
/external/webkit/WebKit/mac/WebView/
DWebHTMLView.mm348 - (BOOL)isAutomaticLinkDetectionEnabled; method in WebHTMLViewTextCheckingInternal
5172 {
DWebView.mm4735 {
/external/webkit/WebCore/loader/
DEmptyClients.h409 virtual bool isAutomaticLinkDetectionEnabled() { return false; } in isAutomaticLinkDetectionEnabled() function
/external/webkit/WebCore/editing/
DEditor.cpp1191 bool Editor::isAutomaticLinkDetectionEnabled() in isAutomaticLinkDetectionEnabled() function in WebCore::Editor