Home
last modified time | relevance | path

Searched refs:isAutomaticLinkDetectionEnabled (Results 1 – 20 of 20) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/mac/
DTextCheckerMac.mm65 …textCheckerState.isAutomaticLinkDetectionEnabled = [[NSUserDefaults standardUserDefaults] boolForK…
154 void TextChecker::setAutomaticLinkDetectionEnabled(bool isAutomaticLinkDetectionEnabled)
156 if (state().isAutomaticLinkDetectionEnabled == isAutomaticLinkDetectionEnabled)
159 textCheckerState.isAutomaticLinkDetectionEnabled = isAutomaticLinkDetectionEnabled;
160 …[[NSUserDefaults standardUserDefaults] setBool:isAutomaticLinkDetectionEnabled forKey:WebAutomatic…
/external/webkit/Source/WebKit2/Shared/
DTextCheckerState.h41 bool isAutomaticLinkDetectionEnabled; member
/external/webkit/Source/WebCore/page/
DEditorClient.h149 virtual bool isAutomaticLinkDetectionEnabled() = 0;
DContextMenuController.cpp1169 shouldCheck = frame->editor()->isAutomaticLinkDetectionEnabled(); in checkOrEnableIfNeeded()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
DWebEditorClientMac.mm198 bool WebEditorClient::isAutomaticLinkDetectionEnabled()
200 return WebProcess::shared().textCheckerState().isAutomaticLinkDetectionEnabled;
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebEditorClient.h116 virtual bool isAutomaticLinkDetectionEnabled();
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebEditorClient.h91 virtual bool isAutomaticLinkDetectionEnabled();
DWebEditorClient.mm442 bool WebEditorClient::isAutomaticLinkDetectionEnabled() function
444 return [m_webView isAutomaticLinkDetectionEnabled];
/external/webkit/Source/WebCore/editing/
DEditor.h245 bool isAutomaticLinkDetectionEnabled();
DTypingCommand.cpp327 && !document()->frame()->editor()->isAutomaticLinkDetectionEnabled() in markMisspellingsAfterTyping()
DEditor.cpp1348 bool Editor::isAutomaticLinkDetectionEnabled() in isAutomaticLinkDetectionEnabled() function in WebCore::Editor
1350 return client() && client()->isAutomaticLinkDetectionEnabled(); in isAutomaticLinkDetectionEnabled()
1984 || isAutomaticLinkDetectionEnabled() in markMisspellingsAfterTypingToWord()
3270 if (isAutomaticLinkDetectionEnabled()) in textCheckingTypeMaskFor()
/external/webkit/Source/WebKit/mac/WebView/
DWebViewPrivate.h653 - (BOOL)isAutomaticLinkDetectionEnabled;
DWebHTMLView.mm417 - (BOOL)isAutomaticLinkDetectionEnabled; method in WebHTMLViewTextCheckingInternal
2824 [menuItem setState:[self isAutomaticLinkDetectionEnabled] ? NSOnState : NSOffState];
5306 - (BOOL)isAutomaticLinkDetectionEnabled
5308 return [[self _webView] isAutomaticLinkDetectionEnabled];
DWebView.mm4400 BOOL checkMark = [self isAutomaticLinkDetectionEnabled];
5273 - (BOOL)isAutomaticLinkDetectionEnabled
5336 [self setAutomaticLinkDetectionEnabled:![self isAutomaticLinkDetectionEnabled]];
/external/webkit/Source/WebCore/loader/
DEmptyClients.h515 virtual bool isAutomaticLinkDetectionEnabled() { return false; } in isAutomaticLinkDetectionEnabled() function
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKView.mm679 bool checked = TextChecker::state().isAutomaticLinkDetectionEnabled;
867 - (BOOL)isAutomaticLinkDetectionEnabled
869 return TextChecker::state().isAutomaticLinkDetectionEnabled;
874 if (static_cast<bool>(flag) == TextChecker::state().isAutomaticLinkDetectionEnabled)
883 …xtChecker::setAutomaticLinkDetectionEnabled(!TextChecker::state().isAutomaticLinkDetectionEnabled);
/external/webkit/Source/WebKit/mac/
DWebKit.order1225 -[WebHTMLView(WebInternal) isAutomaticLinkDetectionEnabled]
1226 -[WebView(WebViewTextChecking) isAutomaticLinkDetectionEnabled]
DChangeLog-2010-01-296369 (WebEditorClient::isAutomaticLinkDetectionEnabled):
6397 (-[WebHTMLView isAutomaticLinkDetectionEnabled]):
6417 (-[WebView isAutomaticLinkDetectionEnabled]):
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.cpp2328 …xtChecker::setAutomaticLinkDetectionEnabled(!TextChecker::state().isAutomaticLinkDetectionEnabled); in contextMenuItemSelected()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1610110 (-[WKView isAutomaticLinkDetectionEnabled]):
10133 (WebKit::WebEditorClient::isAutomaticLinkDetectionEnabled):
30506 (WebKit::WebEditorClient::isAutomaticLinkDetectionEnabled):