Searched refs:isAutomaticQuoteSubstitutionEnabled (Results 1 – 13 of 13) sorted by relevance
154 virtual bool isAutomaticQuoteSubstitutionEnabled() = 0;
84 virtual bool isAutomaticQuoteSubstitutionEnabled();
356 bool WebEditorClient::isAutomaticQuoteSubstitutionEnabled() function358 return [m_webView isAutomaticQuoteSubstitutionEnabled];
485 - (BOOL)isAutomaticQuoteSubstitutionEnabled;
340 - (BOOL)isAutomaticQuoteSubstitutionEnabled; method in WebHTMLViewTextCheckingInternal2678 [menuItem setState:[self isAutomaticQuoteSubstitutionEnabled] ? NSOnState : NSOffState];5113 - (BOOL)isAutomaticQuoteSubstitutionEnabled5115 return [[self _webView] isAutomaticQuoteSubstitutionEnabled];
3673 BOOL checkMark = [self isAutomaticQuoteSubstitutionEnabled];4500 - (BOOL)isAutomaticQuoteSubstitutionEnabled4558 [self setAutomaticQuoteSubstitutionEnabled:![self isAutomaticQuoteSubstitutionEnabled]];
211 bool isAutomaticQuoteSubstitutionEnabled();
1170 bool Editor::isAutomaticQuoteSubstitutionEnabled() in isAutomaticQuoteSubstitutionEnabled() function in WebCore::Editor1172 return client() && client()->isAutomaticQuoteSubstitutionEnabled(); in isAutomaticQuoteSubstitutionEnabled()2160 bool performTextCheckingReplacements = isAutomaticQuoteSubstitutionEnabled() in markMisspellingsAfterTypingToPosition()2387 if (isAutomaticQuoteSubstitutionEnabled()) in markAllMisspellingsAndBadGrammarInRanges()
290 && !document()->frame()->editor()->isAutomaticQuoteSubstitutionEnabled() in markMisspellingsAfterTyping()
388 virtual bool isAutomaticQuoteSubstitutionEnabled() { return false; } in isAutomaticQuoteSubstitutionEnabled() function
693 shouldCheck = frame->editor()->isAutomaticQuoteSubstitutionEnabled(); in checkOrEnableIfNeeded()
1082 -[WebView(WebViewTextChecking) isAutomaticQuoteSubstitutionEnabled]
2846 (WebEditorClient::isAutomaticQuoteSubstitutionEnabled):2873 (-[WebHTMLView isAutomaticQuoteSubstitutionEnabled]):2895 (-[WebView isAutomaticQuoteSubstitutionEnabled]):