Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/UIProcess/mac/
DTextCheckerMac.mm64 …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…
/external/webkit/Source/WebKit2/Shared/
DTextCheckerState.h40 bool isAutomaticDashSubstitutionEnabled; member
/external/webkit/Source/WebCore/page/
DEditorClient.h151 virtual bool isAutomaticDashSubstitutionEnabled() = 0;
DContextMenuController.cpp1164 shouldCheck = frame->editor()->isAutomaticDashSubstitutionEnabled(); in checkOrEnableIfNeeded()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
DWebEditorClientMac.mm209 bool WebEditorClient::isAutomaticDashSubstitutionEnabled()
211 return WebProcess::shared().textCheckerState().isAutomaticDashSubstitutionEnabled;
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebEditorClient.h118 virtual bool isAutomaticDashSubstitutionEnabled();
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebEditorClient.h93 virtual bool isAutomaticDashSubstitutionEnabled();
DWebEditorClient.mm452 bool WebEditorClient::isAutomaticDashSubstitutionEnabled() function
454 return [m_webView isAutomaticDashSubstitutionEnabled];
/external/webkit/Source/WebCore/editing/
DEditor.h247 bool isAutomaticDashSubstitutionEnabled();
DTypingCommand.cpp328 && !document()->frame()->editor()->isAutomaticDashSubstitutionEnabled() in markMisspellingsAfterTyping()
DEditor.cpp1359 bool Editor::isAutomaticDashSubstitutionEnabled() in isAutomaticDashSubstitutionEnabled() function in WebCore::Editor
1361 return client() && client()->isAutomaticDashSubstitutionEnabled(); in isAutomaticDashSubstitutionEnabled()
1985 || isAutomaticDashSubstitutionEnabled() in markMisspellingsAfterTypingToWord()
3274 if (isAutomaticDashSubstitutionEnabled()) in textCheckingTypeMaskFor()
/external/webkit/Source/WebKit/mac/WebView/
DWebViewPrivate.h654 - (BOOL)isAutomaticDashSubstitutionEnabled;
DWebHTMLView.mm420 - (BOOL)isAutomaticDashSubstitutionEnabled; method in WebHTMLViewTextCheckingInternal
2830 [menuItem setState:[self isAutomaticDashSubstitutionEnabled] ? NSOnState : NSOffState];
5321 - (BOOL)isAutomaticDashSubstitutionEnabled
5323 return [[self _webView] isAutomaticDashSubstitutionEnabled];
DWebView.mm4407 BOOL checkMark = [self isAutomaticDashSubstitutionEnabled];
5282 - (BOOL)isAutomaticDashSubstitutionEnabled
5350 [self setAutomaticDashSubstitutionEnabled:![self isAutomaticDashSubstitutionEnabled]];
/external/webkit/Source/WebCore/loader/
DEmptyClients.h517 virtual bool isAutomaticDashSubstitutionEnabled() { return false; } in isAutomaticDashSubstitutionEnabled() function
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKView.mm673 bool checked = TextChecker::state().isAutomaticDashSubstitutionEnabled;
847 - (BOOL)isAutomaticDashSubstitutionEnabled
849 return TextChecker::state().isAutomaticDashSubstitutionEnabled;
854 if (static_cast<bool>(flag) == TextChecker::state().isAutomaticDashSubstitutionEnabled)
863 …ker::setAutomaticDashSubstitutionEnabled(!TextChecker::state().isAutomaticDashSubstitutionEnabled);
/external/webkit/Source/WebKit/mac/
DWebKit.order1223 -[WebHTMLView(WebInternal) isAutomaticDashSubstitutionEnabled]
1224 -[WebView(WebViewTextChecking) isAutomaticDashSubstitutionEnabled]
DChangeLog-2010-01-296371 (WebEditorClient::isAutomaticDashSubstitutionEnabled):
6400 (-[WebHTMLView isAutomaticDashSubstitutionEnabled]):
6418 (-[WebView isAutomaticDashSubstitutionEnabled]):
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.cpp2323 …ker::setAutomaticDashSubstitutionEnabled(!TextChecker::state().isAutomaticDashSubstitutionEnabled); in contextMenuItemSelected()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1610107 (-[WKView isAutomaticDashSubstitutionEnabled]):
10134 (WebKit::WebEditorClient::isAutomaticDashSubstitutionEnabled):
30508 (WebKit::WebEditorClient::isAutomaticDashSubstitutionEnabled):