Searched refs:isAutomaticQuoteSubstitutionEnabled (Results 1 – 20 of 20) sorted by relevance
63 …textCheckerState.isAutomaticQuoteSubstitutionEnabled = [[NSUserDefaults standardUserDefaults] bool…132 void TextChecker::setAutomaticQuoteSubstitutionEnabled(bool isAutomaticQuoteSubstitutionEnabled)134 if (state().isAutomaticQuoteSubstitutionEnabled == isAutomaticQuoteSubstitutionEnabled)137 textCheckerState.isAutomaticQuoteSubstitutionEnabled = isAutomaticQuoteSubstitutionEnabled;138 …[[NSUserDefaults standardUserDefaults] setBool:isAutomaticQuoteSubstitutionEnabled forKey:WebAutom…
39 bool isAutomaticQuoteSubstitutionEnabled; member
147 virtual bool isAutomaticQuoteSubstitutionEnabled() = 0;
1159 shouldCheck = frame->editor()->isAutomaticQuoteSubstitutionEnabled(); in checkOrEnableIfNeeded()
187 bool WebEditorClient::isAutomaticQuoteSubstitutionEnabled()189 return WebProcess::shared().textCheckerState().isAutomaticQuoteSubstitutionEnabled;
114 virtual bool isAutomaticQuoteSubstitutionEnabled();
89 virtual bool isAutomaticQuoteSubstitutionEnabled();
432 bool WebEditorClient::isAutomaticQuoteSubstitutionEnabled() function434 return [m_webView isAutomaticQuoteSubstitutionEnabled];
243 bool isAutomaticQuoteSubstitutionEnabled();
326 && !document()->frame()->editor()->isAutomaticQuoteSubstitutionEnabled() in markMisspellingsAfterTyping()
1337 bool Editor::isAutomaticQuoteSubstitutionEnabled() in isAutomaticQuoteSubstitutionEnabled() function in WebCore::Editor1339 return client() && client()->isAutomaticQuoteSubstitutionEnabled(); in isAutomaticQuoteSubstitutionEnabled()1983 && (isAutomaticQuoteSubstitutionEnabled() in markMisspellingsAfterTypingToWord()3272 if (isAutomaticQuoteSubstitutionEnabled()) in textCheckingTypeMaskFor()
652 - (BOOL)isAutomaticQuoteSubstitutionEnabled;
414 - (BOOL)isAutomaticQuoteSubstitutionEnabled; method in WebHTMLViewTextCheckingInternal2818 [menuItem setState:[self isAutomaticQuoteSubstitutionEnabled] ? NSOnState : NSOffState];5291 - (BOOL)isAutomaticQuoteSubstitutionEnabled5293 return [[self _webView] isAutomaticQuoteSubstitutionEnabled];
4393 BOOL checkMark = [self isAutomaticQuoteSubstitutionEnabled];5264 - (BOOL)isAutomaticQuoteSubstitutionEnabled5322 [self setAutomaticQuoteSubstitutionEnabled:![self isAutomaticQuoteSubstitutionEnabled]];
513 virtual bool isAutomaticQuoteSubstitutionEnabled() { return false; } in isAutomaticQuoteSubstitutionEnabled() function
667 bool checked = TextChecker::state().isAutomaticQuoteSubstitutionEnabled;827 - (BOOL)isAutomaticQuoteSubstitutionEnabled829 return TextChecker::state().isAutomaticQuoteSubstitutionEnabled;834 if (static_cast<bool>(flag) == TextChecker::state().isAutomaticQuoteSubstitutionEnabled)843 …r::setAutomaticQuoteSubstitutionEnabled(!TextChecker::state().isAutomaticQuoteSubstitutionEnabled);
1221 -[WebHTMLView(WebInternal) isAutomaticQuoteSubstitutionEnabled]1222 -[WebView(WebViewTextChecking) isAutomaticQuoteSubstitutionEnabled]
6367 (WebEditorClient::isAutomaticQuoteSubstitutionEnabled):6394 (-[WebHTMLView isAutomaticQuoteSubstitutionEnabled]):6416 (-[WebView isAutomaticQuoteSubstitutionEnabled]):
2318 …r::setAutomaticQuoteSubstitutionEnabled(!TextChecker::state().isAutomaticQuoteSubstitutionEnabled); in contextMenuItemSelected()
10104 (-[WKView isAutomaticQuoteSubstitutionEnabled]):10132 (WebKit::WebEditorClient::isAutomaticQuoteSubstitutionEnabled):30504 (WebKit::WebEditorClient::isAutomaticQuoteSubstitutionEnabled):