HomeSort by relevance Sort by last modified time
    Searched defs:updateSpellingUIWithGrammarString (Results 1 - 18 of 18) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/gtk/
TextCheckerGtk.cpp 98 void TextChecker::updateSpellingUIWithGrammarString(int64_t, const String&, const GrammarDetail&)
  /external/webkit/Source/WebKit2/UIProcess/qt/
TextCheckerQt.cpp 99 void TextChecker::updateSpellingUIWithGrammarString(int64_t, const String&, const GrammarDetail&)
  /external/webkit/Source/WebKit2/UIProcess/win/
TextCheckerWin.cpp 120 void TextChecker::updateSpellingUIWithGrammarString(int64_t spellDocumentTag, const String& badGrammarPhrase, const GrammarDetail& grammarDetail)
122 WebTextChecker::shared()->client().updateSpellingUIWithGrammarString(spellDocumentTag, badGrammarPhrase, grammarDetail);
WebTextCheckerClient.cpp 140 void WebTextCheckerClient::updateSpellingUIWithGrammarString(uint64_t tag, const String& badGrammarPhrase, const WebCore::GrammarDetail& grammarDetail)
142 if (!m_client.updateSpellingUIWithGrammarString)
145 m_client.updateSpellingUIWithGrammarString(tag, toAPI(badGrammarPhrase.impl()), toAPI(grammarDetail), m_client.clientInfo);
  /external/webkit/Tools/DumpRenderTree/win/
EditingDelegate.h 140 virtual HRESULT STDMETHODCALLTYPE updateSpellingUIWithGrammarString(
  /external/webkit/Source/WebKit2/UIProcess/API/C/win/
WKTextChecker.h 68 WKTextCheckerUpdateSpellingUIWithGrammarString updateSpellingUIWithGrammarString;
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 447 void EditorClientHaiku::updateSpellingUIWithGrammarString(const String&, const GrammarDetail&)
  /external/webkit/Source/WebKit/android/WebCoreSupport/
EditorClientAndroid.cpp 268 void EditorClientAndroid::updateSpellingUIWithGrammarString(String const&, GrammarDetail const&) {}
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.cpp 474 void EditorClientEfl::updateSpellingUIWithGrammarString(const String&, const GrammarDetail&)
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.cpp 473 void EditorClientWinCE::updateSpellingUIWithGrammarString(const String&, const GrammarDetail&)
  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 522 void EditorClientWx::updateSpellingUIWithGrammarString(const String&, const GrammarDetail& detail)
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.cpp 416 void WebEditorClient::updateSpellingUIWithGrammarString(const String& badGrammarPhrase, const GrammarDetail& grammarDetail)
418 m_page->send(Messages::WebPageProxy::UpdateSpellingUIWithGrammarString(badGrammarPhrase, grammarDetail));
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.cpp     [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp     [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 609 void EditorClientQt::updateSpellingUIWithGrammarString(const String&, const GrammarDetail&)
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 713 void WebEditorClient::updateSpellingUIWithGrammarString(const String& string, const WebCore::GrammarDetail& detail)
725 ed->updateSpellingUIWithGrammarString(BString(string), detail.location, detail.length, userDescriptionBSTR, guessesBSTRs.data(), (int)guessesBSTRs.size());
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.cpp     [all...]
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 528 virtual void updateSpellingUIWithGrammarString(const String&, const GrammarDetail&) { }

Completed in 381 milliseconds