/external/webkit/Source/WebKit2/UIProcess/mac/ |
D | TextCheckerMac.mm | 62 …textCheckerState.isAutomaticSpellingCorrectionEnabled = [[NSUserDefaults standardUserDefaults] boo… 70 …textCheckerState.isAutomaticSpellingCorrectionEnabled = [NSSpellChecker isAutomaticSpellingCorrect… 121 void TextChecker::setAutomaticSpellingCorrectionEnabled(bool isAutomaticSpellingCorrectionEnabled) 123 if (state().isAutomaticSpellingCorrectionEnabled == isAutomaticSpellingCorrectionEnabled) 126 textCheckerState.isAutomaticSpellingCorrectionEnabled = isAutomaticSpellingCorrectionEnabled; 127 …[[NSUserDefaults standardUserDefaults] setBool:isAutomaticSpellingCorrectionEnabled forKey:WebAuto…
|
/external/webkit/Source/WebKit2/Shared/ |
D | TextCheckerState.h | 38 bool isAutomaticSpellingCorrectionEnabled; member
|
/external/webkit/Source/WebCore/editing/ |
D | SpellingCorrectionController.cpp | 100 if (!isAutomaticSpellingCorrectionEnabled()) in startCorrectionPanelTimer() 356 bool SpellingCorrectionController::isAutomaticSpellingCorrectionEnabled() in isAutomaticSpellingCorrectionEnabled() function in WebCore::SpellingCorrectionController 358 return client() && client()->isAutomaticSpellingCorrectionEnabled(); in isAutomaticSpellingCorrectionEnabled()
|
D | SpellingCorrectionController.h | 110 bool isAutomaticSpellingCorrectionEnabled() UNLESS_ENABLED({ return false; })
|
D | Editor.h | 251 bool isAutomaticSpellingCorrectionEnabled();
|
D | Editor.cpp | 1381 bool Editor::isAutomaticSpellingCorrectionEnabled() in isAutomaticSpellingCorrectionEnabled() function in WebCore::Editor 1383 return m_spellingCorrector->isAutomaticSpellingCorrectionEnabled(); in isAutomaticSpellingCorrectionEnabled() 1987 || ((textCheckingOptions & MarkSpelling) && isAutomaticSpellingCorrectionEnabled()))) in markMisspellingsAfterTypingToWord() 3278 if (shouldMarkSpelling && isAutomaticSpellingCorrectionEnabled()) in textCheckingTypeMaskFor()
|
/external/webkit/Source/WebCore/page/ |
D | EditorClient.h | 155 virtual bool isAutomaticSpellingCorrectionEnabled() = 0;
|
D | ContextMenuController.cpp | 1149 shouldCheck = frame->editor()->isAutomaticSpellingCorrectionEnabled(); in checkOrEnableIfNeeded()
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/ |
D | WebEditorClientMac.mm | 231 bool WebEditorClient::isAutomaticSpellingCorrectionEnabled() 233 return WebProcess::shared().textCheckerState().isAutomaticSpellingCorrectionEnabled;
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebEditorClient.h | 122 virtual bool isAutomaticSpellingCorrectionEnabled();
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebEditorClient.h | 97 virtual bool isAutomaticSpellingCorrectionEnabled();
|
D | WebEditorClient.mm | 472 bool WebEditorClient::isAutomaticSpellingCorrectionEnabled() function 474 return [m_webView isAutomaticSpellingCorrectionEnabled];
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebViewPrivate.h | 656 - (BOOL)isAutomaticSpellingCorrectionEnabled;
|
D | WebView.mm | 2917 automaticSpellingCorrectionEnabled = [NSSpellChecker isAutomaticSpellingCorrectionEnabled]; 4421 BOOL checkMark = [self isAutomaticSpellingCorrectionEnabled]; 5300 - (BOOL)isAutomaticSpellingCorrectionEnabled 5378 [self setAutomaticSpellingCorrectionEnabled:![self isAutomaticSpellingCorrectionEnabled]];
|
D | WebHTMLView.mm | 426 - (BOOL)isAutomaticSpellingCorrectionEnabled; method in WebHTMLViewTextCheckingInternal 2842 … [menuItem setState:[self isAutomaticSpellingCorrectionEnabled] ? NSOnState : NSOffState]; 5351 - (BOOL)isAutomaticSpellingCorrectionEnabled 5353 return [[self _webView] isAutomaticSpellingCorrectionEnabled];
|
/external/webkit/Source/WebCore/loader/ |
D | EmptyClients.h | 517 virtual bool isAutomaticSpellingCorrectionEnabled() { return false; } in isAutomaticSpellingCorrectionEnabled() function
|
/external/webkit/Source/WebKit/mac/ |
D | WebKit.order | 1232 -[WebHTMLView(WebInternal) isAutomaticSpellingCorrectionEnabled] 1233 -[WebView(WebViewTextChecking) isAutomaticSpellingCorrectionEnabled]
|
D | ChangeLog-2010-01-29 | 6375 (WebEditorClient::isAutomaticSpellingCorrectionEnabled): 6406 (-[WebHTMLView isAutomaticSpellingCorrectionEnabled]): 6420 (-[WebView isAutomaticSpellingCorrectionEnabled]):
|
/external/webkit/Source/WebKit2/UIProcess/API/mac/ |
D | WKView.mm | 649 bool checked = TextChecker::state().isAutomaticSpellingCorrectionEnabled; 801 …:setAutomaticSpellingCorrectionEnabled(!TextChecker::state().isAutomaticSpellingCorrectionEnabled);
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebPageProxy.cpp | 2338 …:setAutomaticSpellingCorrectionEnabled(!TextChecker::state().isAutomaticSpellingCorrectionEnabled); in contextMenuItemSelected()
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 10361 (WebKit::WebEditorClient::isAutomaticSpellingCorrectionEnabled): 10656 Add setAutomaticSpellingCorrectionEnabled and isAutomaticSpellingCorrectionEnabled. 10660 (WebKit::TextChecker::isAutomaticSpellingCorrectionEnabled): 30512 (WebKit::WebEditorClient::isAutomaticSpellingCorrectionEnabled):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 25978 (WebCore::Editor::isAutomaticSpellingCorrectionEnabled): 26010 (WebCore::SpellingCorrectionController::isAutomaticSpellingCorrectionEnabled):
|