Searched refs:isAutomaticLinkDetectionEnabled (Results 1 – 20 of 20) sorted by relevance
65 …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…
41 bool isAutomaticLinkDetectionEnabled; member
149 virtual bool isAutomaticLinkDetectionEnabled() = 0;
1169 shouldCheck = frame->editor()->isAutomaticLinkDetectionEnabled(); in checkOrEnableIfNeeded()
198 bool WebEditorClient::isAutomaticLinkDetectionEnabled()200 return WebProcess::shared().textCheckerState().isAutomaticLinkDetectionEnabled;
116 virtual bool isAutomaticLinkDetectionEnabled();
91 virtual bool isAutomaticLinkDetectionEnabled();
442 bool WebEditorClient::isAutomaticLinkDetectionEnabled() function444 return [m_webView isAutomaticLinkDetectionEnabled];
245 bool isAutomaticLinkDetectionEnabled();
327 && !document()->frame()->editor()->isAutomaticLinkDetectionEnabled() in markMisspellingsAfterTyping()
1348 bool Editor::isAutomaticLinkDetectionEnabled() in isAutomaticLinkDetectionEnabled() function in WebCore::Editor1350 return client() && client()->isAutomaticLinkDetectionEnabled(); in isAutomaticLinkDetectionEnabled()1984 || isAutomaticLinkDetectionEnabled() in markMisspellingsAfterTypingToWord()3270 if (isAutomaticLinkDetectionEnabled()) in textCheckingTypeMaskFor()
653 - (BOOL)isAutomaticLinkDetectionEnabled;
417 - (BOOL)isAutomaticLinkDetectionEnabled; method in WebHTMLViewTextCheckingInternal2824 [menuItem setState:[self isAutomaticLinkDetectionEnabled] ? NSOnState : NSOffState];5306 - (BOOL)isAutomaticLinkDetectionEnabled5308 return [[self _webView] isAutomaticLinkDetectionEnabled];
4400 BOOL checkMark = [self isAutomaticLinkDetectionEnabled];5273 - (BOOL)isAutomaticLinkDetectionEnabled5336 [self setAutomaticLinkDetectionEnabled:![self isAutomaticLinkDetectionEnabled]];
515 virtual bool isAutomaticLinkDetectionEnabled() { return false; } in isAutomaticLinkDetectionEnabled() function
679 bool checked = TextChecker::state().isAutomaticLinkDetectionEnabled;867 - (BOOL)isAutomaticLinkDetectionEnabled869 return TextChecker::state().isAutomaticLinkDetectionEnabled;874 if (static_cast<bool>(flag) == TextChecker::state().isAutomaticLinkDetectionEnabled)883 …xtChecker::setAutomaticLinkDetectionEnabled(!TextChecker::state().isAutomaticLinkDetectionEnabled);
1225 -[WebHTMLView(WebInternal) isAutomaticLinkDetectionEnabled]1226 -[WebView(WebViewTextChecking) isAutomaticLinkDetectionEnabled]
6369 (WebEditorClient::isAutomaticLinkDetectionEnabled):6397 (-[WebHTMLView isAutomaticLinkDetectionEnabled]):6417 (-[WebView isAutomaticLinkDetectionEnabled]):
2328 …xtChecker::setAutomaticLinkDetectionEnabled(!TextChecker::state().isAutomaticLinkDetectionEnabled); in contextMenuItemSelected()
10110 (-[WKView isAutomaticLinkDetectionEnabled]):10133 (WebKit::WebEditorClient::isAutomaticLinkDetectionEnabled):30506 (WebKit::WebEditorClient::isAutomaticLinkDetectionEnabled):