/external/webkit/Source/WebKit2/UIProcess/win/ |
D | WebTextChecker.cpp | 38 static WebTextChecker* textChecker = adoptRef(new WebTextChecker).leakRef(); in shared() local 39 return textChecker; in shared()
|
/external/webkit/Source/WebCore/editing/ |
D | TextCheckingHelper.cpp | 183 …m_client->textChecker()->checkSpellingOfString(chars, len, &misspellingLocation, &misspellingLengt… in findFirstMisspelling() 278 …m_client->textChecker()->checkTextOfParagraph(paragraphString.characters(), paragraphString.length… in findFirstMisspellingOrBadGrammar() 426 …m_client->textChecker()->checkGrammarOfString(paragraph.textCharacters() + startOffset, paragraph.… in findFirstBadGrammar() 528 …m_client->textChecker()->checkTextOfParagraph(paragraph.textCharacters(), paragraph.textLength(), … in guessesForMisspelledOrUngrammaticalRange() 535 m_client->textChecker()->getGuessesForWord(misspelledWord, String(), guesses); in guessesForMisspelledOrUngrammaticalRange()
|
D | SpellingCorrectionController.cpp | 307 …textChecker()->getGuessesForWord(m_correctionPanelInfo.replacedString, paragraphText, suggestions); in correctionPanelTimerFired() 423 TextCheckerClient* SpellingCorrectionController::textChecker() in textChecker() function in WebCore::SpellingCorrectionController 426 return owner->textChecker(); in textChecker()
|
D | SpellingCorrectionController.h | 130 TextCheckerClient* textChecker();
|
D | SpellChecker.cpp | 62 return page->editorClient()->textChecker(); in client()
|
D | Editor.cpp | 138 TextCheckerClient* Editor::textChecker() const in textChecker() function in WebCore::Editor 141 return owner->textChecker(); in textChecker() 1654 textChecker()->ignoreWordInSpellDocument(text); in ignoreSpelling() 1670 textChecker()->learnWord(text); in learnSpelling() 1855 …textChecker()->checkSpellingOfString(selectedString.characters(), length, &misspellingLocation, &m… in isSelectionMisspelled() 1899 textChecker()->getGuessesForWord(selectedString, String(), guesses); in guessesForMisspelledSelection() 2021 …String autocorrectedString = textChecker()->getAutoCorrectSuggestionForMisspelledWord(misspelledWo… in markMisspellingsAfterTypingToWord() 2168 …textChecker()->checkTextOfParagraph(grammarParagraph.textCharacters(), grammarParagraph.textLength… in markAllMisspellingsAndBadGrammarInRanges() 2171 …textChecker()->checkTextOfParagraph(spellingParagraph.textCharacters(), spellingParagraph.textLeng… in markAllMisspellingsAndBadGrammarInRanges()
|
D | Editor.h | 88 TextCheckerClient* textChecker() const;
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
D | EditorClientHaiku.h | 115 virtual TextCheckerClient* textChecker() { return this; } in textChecker() function
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
D | EditorClientEfl.h | 118 virtual TextCheckerClient* textChecker() { return this; } in textChecker() function
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
D | EditorClientWx.h | 118 virtual TextCheckerClient* textChecker() { return this; } in textChecker() function
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | EditorClientQt.h | 113 virtual TextCheckerClient* textChecker() { return this; } in textChecker() function
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | EditorClientAndroid.h | 120 virtual TextCheckerClient* textChecker() { return this; } in textChecker() function
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
D | EditorClientWinCE.h | 105 virtual WebCore::TextCheckerClient* textChecker() { return this; } in textChecker() function
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebEditorClient.h | 114 virtual WebCore::TextCheckerClient* textChecker() { return this; } in textChecker() function
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | EditorClientGtk.h | 130 virtual WebCore::TextCheckerClient* textChecker() { return &m_textCheckerClient; } in textChecker() function
|
/external/webkit/Source/WebCore/page/ |
D | EditorClient.h | 159 virtual TextCheckerClient* textChecker() = 0;
|
/external/webkit/Source/WebKit/chromium/src/ |
D | EditorClientImpl.h | 119 virtual WebCore::TextCheckerClient* textChecker() { return this; } in textChecker() function
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebEditorClient.h | 131 TextCheckerClient* textChecker() { return this; } in textChecker() function
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebEditorClient.h | 101 TextCheckerClient* textChecker() { return this; } in textChecker() function
|
/external/webkit/Source/WebCore/loader/ |
D | EmptyClients.h | 520 TextCheckerClient* textChecker() { return &m_textCheckerClient; } in textChecker() function
|
/external/webkit/Source/WebKit/wince/ |
D | ChangeLog | 209 (WebKit::EditorClientWinCE::textChecker):
|
/external/webkit/Source/WebKit/haiku/ |
D | ChangeLog | 175 (WebCore::EditorClientHaiku::textChecker):
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitwebview.cpp | 3341 …static_cast<WebKit::TextCheckerClientEnchant*>(client->textChecker())->updateSpellCheckingLanguage… in webkit_web_view_update_settings() 3468 …static_cast<WebKit::TextCheckerClientEnchant*>(client->textChecker())->updateSpellCheckingLanguage… in webkit_web_view_settings_notify()
|
/external/webkit/Source/WebCore/accessibility/mac/ |
D | AccessibilityObjectWrapper.mm | 485 TextCheckerClient* checker = node->document()->frame()->editor()->textChecker(); 501 TextCheckerClient* checker = node->document()->frame()->editor()->textChecker();
|
/external/webkit/Source/WebKit/efl/ |
D | ChangeLog | 709 (WebCore::EditorClientEfl::textChecker):
|