Searched refs:isAutomaticDashSubstitutionEnabled (Results 1 – 20 of 20) sorted by relevance
64 …textCheckerState.isAutomaticDashSubstitutionEnabled = [[NSUserDefaults standardUserDefaults] boolF…143 void TextChecker::setAutomaticDashSubstitutionEnabled(bool isAutomaticDashSubstitutionEnabled)145 if (state().isAutomaticDashSubstitutionEnabled == isAutomaticDashSubstitutionEnabled)148 textCheckerState.isAutomaticDashSubstitutionEnabled = isAutomaticDashSubstitutionEnabled;149 …[[NSUserDefaults standardUserDefaults] setBool:isAutomaticDashSubstitutionEnabled forKey:WebAutoma…
40 bool isAutomaticDashSubstitutionEnabled; member
151 virtual bool isAutomaticDashSubstitutionEnabled() = 0;
1164 shouldCheck = frame->editor()->isAutomaticDashSubstitutionEnabled(); in checkOrEnableIfNeeded()
209 bool WebEditorClient::isAutomaticDashSubstitutionEnabled()211 return WebProcess::shared().textCheckerState().isAutomaticDashSubstitutionEnabled;
118 virtual bool isAutomaticDashSubstitutionEnabled();
93 virtual bool isAutomaticDashSubstitutionEnabled();
452 bool WebEditorClient::isAutomaticDashSubstitutionEnabled() function454 return [m_webView isAutomaticDashSubstitutionEnabled];
247 bool isAutomaticDashSubstitutionEnabled();
328 && !document()->frame()->editor()->isAutomaticDashSubstitutionEnabled() in markMisspellingsAfterTyping()
1359 bool Editor::isAutomaticDashSubstitutionEnabled() in isAutomaticDashSubstitutionEnabled() function in WebCore::Editor1361 return client() && client()->isAutomaticDashSubstitutionEnabled(); in isAutomaticDashSubstitutionEnabled()1985 || isAutomaticDashSubstitutionEnabled() in markMisspellingsAfterTypingToWord()3274 if (isAutomaticDashSubstitutionEnabled()) in textCheckingTypeMaskFor()
654 - (BOOL)isAutomaticDashSubstitutionEnabled;
420 - (BOOL)isAutomaticDashSubstitutionEnabled; method in WebHTMLViewTextCheckingInternal2830 [menuItem setState:[self isAutomaticDashSubstitutionEnabled] ? NSOnState : NSOffState];5321 - (BOOL)isAutomaticDashSubstitutionEnabled5323 return [[self _webView] isAutomaticDashSubstitutionEnabled];
4407 BOOL checkMark = [self isAutomaticDashSubstitutionEnabled];5282 - (BOOL)isAutomaticDashSubstitutionEnabled5350 [self setAutomaticDashSubstitutionEnabled:![self isAutomaticDashSubstitutionEnabled]];
517 virtual bool isAutomaticDashSubstitutionEnabled() { return false; } in isAutomaticDashSubstitutionEnabled() function
673 bool checked = TextChecker::state().isAutomaticDashSubstitutionEnabled;847 - (BOOL)isAutomaticDashSubstitutionEnabled849 return TextChecker::state().isAutomaticDashSubstitutionEnabled;854 if (static_cast<bool>(flag) == TextChecker::state().isAutomaticDashSubstitutionEnabled)863 …ker::setAutomaticDashSubstitutionEnabled(!TextChecker::state().isAutomaticDashSubstitutionEnabled);
1223 -[WebHTMLView(WebInternal) isAutomaticDashSubstitutionEnabled]1224 -[WebView(WebViewTextChecking) isAutomaticDashSubstitutionEnabled]
6371 (WebEditorClient::isAutomaticDashSubstitutionEnabled):6400 (-[WebHTMLView isAutomaticDashSubstitutionEnabled]):6418 (-[WebView isAutomaticDashSubstitutionEnabled]):
2323 …ker::setAutomaticDashSubstitutionEnabled(!TextChecker::state().isAutomaticDashSubstitutionEnabled); in contextMenuItemSelected()
10107 (-[WKView isAutomaticDashSubstitutionEnabled]):10134 (WebKit::WebEditorClient::isAutomaticDashSubstitutionEnabled):30508 (WebKit::WebEditorClient::isAutomaticDashSubstitutionEnabled):