Home
last modified time | relevance | path

Searched refs:isAutomaticQuoteSubstitutionEnabled (Results 1 – 13 of 13) sorted by relevance

/external/webkit/WebCore/page/
DEditorClient.h154 virtual bool isAutomaticQuoteSubstitutionEnabled() = 0;
/external/webkit/WebKit/mac/WebCoreSupport/
DWebEditorClient.h84 virtual bool isAutomaticQuoteSubstitutionEnabled();
DWebEditorClient.mm356 bool WebEditorClient::isAutomaticQuoteSubstitutionEnabled() function
358 return [m_webView isAutomaticQuoteSubstitutionEnabled];
/external/webkit/WebKit/mac/WebView/
DWebViewPrivate.h485 - (BOOL)isAutomaticQuoteSubstitutionEnabled;
DWebHTMLView.mm340 - (BOOL)isAutomaticQuoteSubstitutionEnabled; method in WebHTMLViewTextCheckingInternal
2678 [menuItem setState:[self isAutomaticQuoteSubstitutionEnabled] ? NSOnState : NSOffState];
5113 - (BOOL)isAutomaticQuoteSubstitutionEnabled
5115 return [[self _webView] isAutomaticQuoteSubstitutionEnabled];
DWebView.mm3673 BOOL checkMark = [self isAutomaticQuoteSubstitutionEnabled];
4500 - (BOOL)isAutomaticQuoteSubstitutionEnabled
4558 [self setAutomaticQuoteSubstitutionEnabled:![self isAutomaticQuoteSubstitutionEnabled]];
/external/webkit/WebCore/editing/
DEditor.h211 bool isAutomaticQuoteSubstitutionEnabled();
DEditor.cpp1170 bool Editor::isAutomaticQuoteSubstitutionEnabled() in isAutomaticQuoteSubstitutionEnabled() function in WebCore::Editor
1172 return client() && client()->isAutomaticQuoteSubstitutionEnabled(); in isAutomaticQuoteSubstitutionEnabled()
2160 bool performTextCheckingReplacements = isAutomaticQuoteSubstitutionEnabled() in markMisspellingsAfterTypingToPosition()
2387 if (isAutomaticQuoteSubstitutionEnabled()) in markAllMisspellingsAndBadGrammarInRanges()
DTypingCommand.cpp290 && !document()->frame()->editor()->isAutomaticQuoteSubstitutionEnabled() in markMisspellingsAfterTyping()
/external/webkit/WebCore/loader/
DEmptyClients.h388 virtual bool isAutomaticQuoteSubstitutionEnabled() { return false; } in isAutomaticQuoteSubstitutionEnabled() function
/external/webkit/WebCore/platform/
DContextMenu.cpp693 shouldCheck = frame->editor()->isAutomaticQuoteSubstitutionEnabled(); in checkOrEnableIfNeeded()
/external/webkit/WebKit/mac/
DWebKit.order1082 -[WebView(WebViewTextChecking) isAutomaticQuoteSubstitutionEnabled]
DChangeLog2846 (WebEditorClient::isAutomaticQuoteSubstitutionEnabled):
2873 (-[WebHTMLView isAutomaticQuoteSubstitutionEnabled]):
2895 (-[WebView isAutomaticQuoteSubstitutionEnabled]):