Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/UIProcess/mac/
DTextCheckerMac.mm63 …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…
/external/webkit/Source/WebKit2/Shared/
DTextCheckerState.h39 bool isAutomaticQuoteSubstitutionEnabled; member
/external/webkit/Source/WebCore/page/
DEditorClient.h147 virtual bool isAutomaticQuoteSubstitutionEnabled() = 0;
DContextMenuController.cpp1159 shouldCheck = frame->editor()->isAutomaticQuoteSubstitutionEnabled(); in checkOrEnableIfNeeded()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
DWebEditorClientMac.mm187 bool WebEditorClient::isAutomaticQuoteSubstitutionEnabled()
189 return WebProcess::shared().textCheckerState().isAutomaticQuoteSubstitutionEnabled;
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebEditorClient.h114 virtual bool isAutomaticQuoteSubstitutionEnabled();
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebEditorClient.h89 virtual bool isAutomaticQuoteSubstitutionEnabled();
DWebEditorClient.mm432 bool WebEditorClient::isAutomaticQuoteSubstitutionEnabled() function
434 return [m_webView isAutomaticQuoteSubstitutionEnabled];
/external/webkit/Source/WebCore/editing/
DEditor.h243 bool isAutomaticQuoteSubstitutionEnabled();
DTypingCommand.cpp326 && !document()->frame()->editor()->isAutomaticQuoteSubstitutionEnabled() in markMisspellingsAfterTyping()
DEditor.cpp1337 bool Editor::isAutomaticQuoteSubstitutionEnabled() in isAutomaticQuoteSubstitutionEnabled() function in WebCore::Editor
1339 return client() && client()->isAutomaticQuoteSubstitutionEnabled(); in isAutomaticQuoteSubstitutionEnabled()
1983 && (isAutomaticQuoteSubstitutionEnabled() in markMisspellingsAfterTypingToWord()
3272 if (isAutomaticQuoteSubstitutionEnabled()) in textCheckingTypeMaskFor()
/external/webkit/Source/WebKit/mac/WebView/
DWebViewPrivate.h652 - (BOOL)isAutomaticQuoteSubstitutionEnabled;
DWebHTMLView.mm414 - (BOOL)isAutomaticQuoteSubstitutionEnabled; method in WebHTMLViewTextCheckingInternal
2818 [menuItem setState:[self isAutomaticQuoteSubstitutionEnabled] ? NSOnState : NSOffState];
5291 - (BOOL)isAutomaticQuoteSubstitutionEnabled
5293 return [[self _webView] isAutomaticQuoteSubstitutionEnabled];
DWebView.mm4393 BOOL checkMark = [self isAutomaticQuoteSubstitutionEnabled];
5264 - (BOOL)isAutomaticQuoteSubstitutionEnabled
5322 [self setAutomaticQuoteSubstitutionEnabled:![self isAutomaticQuoteSubstitutionEnabled]];
/external/webkit/Source/WebCore/loader/
DEmptyClients.h513 virtual bool isAutomaticQuoteSubstitutionEnabled() { return false; } in isAutomaticQuoteSubstitutionEnabled() function
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKView.mm667 bool checked = TextChecker::state().isAutomaticQuoteSubstitutionEnabled;
827 - (BOOL)isAutomaticQuoteSubstitutionEnabled
829 return TextChecker::state().isAutomaticQuoteSubstitutionEnabled;
834 if (static_cast<bool>(flag) == TextChecker::state().isAutomaticQuoteSubstitutionEnabled)
843 …r::setAutomaticQuoteSubstitutionEnabled(!TextChecker::state().isAutomaticQuoteSubstitutionEnabled);
/external/webkit/Source/WebKit/mac/
DWebKit.order1221 -[WebHTMLView(WebInternal) isAutomaticQuoteSubstitutionEnabled]
1222 -[WebView(WebViewTextChecking) isAutomaticQuoteSubstitutionEnabled]
DChangeLog-2010-01-296367 (WebEditorClient::isAutomaticQuoteSubstitutionEnabled):
6394 (-[WebHTMLView isAutomaticQuoteSubstitutionEnabled]):
6416 (-[WebView isAutomaticQuoteSubstitutionEnabled]):
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.cpp2318 …r::setAutomaticQuoteSubstitutionEnabled(!TextChecker::state().isAutomaticQuoteSubstitutionEnabled); in contextMenuItemSelected()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1610104 (-[WKView isAutomaticQuoteSubstitutionEnabled]):
10132 (WebKit::WebEditorClient::isAutomaticQuoteSubstitutionEnabled):
30504 (WebKit::WebEditorClient::isAutomaticQuoteSubstitutionEnabled):