/external/webkit/Source/WebKit2/UIProcess/win/ |
D | WebTextCheckerClient.cpp | 140 void WebTextCheckerClient::updateSpellingUIWithGrammarString(uint64_t tag, const String& badGrammar… in updateSpellingUIWithGrammarString() function in WebKit::WebTextCheckerClient 142 if (!m_client.updateSpellingUIWithGrammarString) in updateSpellingUIWithGrammarString() 145 …m_client.updateSpellingUIWithGrammarString(tag, toAPI(badGrammarPhrase.impl()), toAPI(grammarDetai… in updateSpellingUIWithGrammarString()
|
D | TextCheckerWin.cpp | 120 void TextChecker::updateSpellingUIWithGrammarString(int64_t spellDocumentTag, const String& badGram… in updateSpellingUIWithGrammarString() function in WebKit::TextChecker 122 …WebTextChecker::shared()->client().updateSpellingUIWithGrammarString(spellDocumentTag, badGrammarP… in updateSpellingUIWithGrammarString()
|
D | WebTextCheckerClient.h | 53 …void updateSpellingUIWithGrammarString(uint64_t tag, const String& badGrammarPhrase, const WebCore…
|
/external/webkit/Source/WebKit2/UIProcess/qt/ |
D | TextCheckerQt.cpp | 99 void TextChecker::updateSpellingUIWithGrammarString(int64_t, const String&, const GrammarDetail&) in updateSpellingUIWithGrammarString() function in WebKit::TextChecker
|
/external/webkit/Source/WebKit2/UIProcess/gtk/ |
D | TextCheckerGtk.cpp | 98 void TextChecker::updateSpellingUIWithGrammarString(int64_t, const String&, const GrammarDetail&) in updateSpellingUIWithGrammarString() function in WebKit::TextChecker
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | TextChecker.h | 72 …static void updateSpellingUIWithGrammarString(int64_t spellDocumentTag, const String& badGrammarPh…
|
/external/webkit/Source/WebKit2/UIProcess/API/C/win/ |
D | WKTextChecker.h | 68 …heckerUpdateSpellingUIWithGrammarString updateSpellingUIWithGrammarString; member
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
D | EditorClientHaiku.h | 107 virtual void updateSpellingUIWithGrammarString(const String&, const GrammarDetail&);
|
D | EditorClientHaiku.cpp | 447 void EditorClientHaiku::updateSpellingUIWithGrammarString(const String&, const GrammarDetail&) in updateSpellingUIWithGrammarString() function in WebCore::EditorClientHaiku
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
D | EditorClientEfl.h | 110 virtual void updateSpellingUIWithGrammarString(const String&, const GrammarDetail&);
|
D | EditorClientEfl.cpp | 474 void EditorClientEfl::updateSpellingUIWithGrammarString(const String&, const GrammarDetail&) in updateSpellingUIWithGrammarString() function in WebCore::EditorClientEfl
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
D | EditorClientWx.h | 108 virtual void updateSpellingUIWithGrammarString(const String&, const GrammarDetail& detail);
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | EditorClientQt.h | 105 virtual void updateSpellingUIWithGrammarString(const String&, const GrammarDetail&);
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | EditorClientAndroid.h | 111 virtual void updateSpellingUIWithGrammarString(const String&, const GrammarDetail& detail);
|
D | EditorClientAndroid.cpp | 268 void EditorClientAndroid::updateSpellingUIWithGrammarString(String const&, GrammarDetail const&) {} in updateSpellingUIWithGrammarString() function in android::EditorClientAndroid
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
D | EditorClientWinCE.h | 97 … virtual void updateSpellingUIWithGrammarString(const WTF::String&, const WebCore::GrammarDetail&);
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebEditorClient.h | 105 …virtual void updateSpellingUIWithGrammarString(const WTF::String&, const WebCore::GrammarDetail& d…
|
D | WebEditorClient.cpp | 713 void WebEditorClient::updateSpellingUIWithGrammarString(const String& string, const WebCore::Gramma… in updateSpellingUIWithGrammarString() function in WebEditorClient 725 …ed->updateSpellingUIWithGrammarString(BString(string), detail.location, detail.length, userDescrip… in updateSpellingUIWithGrammarString()
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | EditorClientGtk.h | 132 … virtual void updateSpellingUIWithGrammarString(const WTF::String&, const WebCore::GrammarDetail&);
|
/external/webkit/Source/WebCore/page/ |
D | EditorClient.h | 173 virtual void updateSpellingUIWithGrammarString(const String&, const GrammarDetail& detail) = 0;
|
/external/webkit/Source/WebKit/chromium/src/ |
D | EditorClientImpl.h | 108 … virtual void updateSpellingUIWithGrammarString(const WTF::String&, const WebCore::GrammarDetail&);
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | EditingDelegate.h | 140 virtual HRESULT STDMETHODCALLTYPE updateSpellingUIWithGrammarString( in updateSpellingUIWithGrammarString() function
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebEditorClient.h | 141 …virtual void updateSpellingUIWithGrammarString(const String&, const WebCore::GrammarDetail& detail…
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebEditorClient.h | 134 … virtual void updateSpellingUIWithGrammarString(const WTF::String&, const WebCore::GrammarDetail&);
|
/external/webkit/Source/WebCore/editing/ |
D | TextCheckingHelper.cpp | 505 m_client->updateSpellingUIWithGrammarString(badGrammarPhrase, grammarDetail); in isUngrammatical() 556 m_client->updateSpellingUIWithGrammarString(badGrammarPhrase, *detail); in guessesForMisspelledOrUngrammaticalRange()
|