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

  /external/webkit/WebKitTools/DumpRenderTree/win/
EditingDelegate.h 132 virtual HRESULT STDMETHODCALLTYPE checkGrammarOfString(
  /external/webkit/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 437 void EditorClientHaiku::checkGrammarOfString(const UChar*, int, Vector<GrammarDetail>&, int*, int*)
  /external/webkit/WebKit/android/WebCoreSupport/
EditorClientAndroid.cpp 222 void EditorClientAndroid::checkGrammarOfString(unsigned short const*, int, WTF::Vector<GrammarDetail>&, int*, int*) {}
  /external/webkit/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 573 void EditorClientQt::checkGrammarOfString(const UChar*, int, Vector<GrammarDetail>&, int*, int*)
  /external/webkit/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 505 void EditorClientWx::checkGrammarOfString(const UChar*, int length, Vector<GrammarDetail>&, int* badGrammarLocation, int* badGrammarLength)
  /external/webkit/WebKit/chromium/src/
EditorClientImpl.cpp 873 void EditorClientImpl::checkGrammarOfString(const UChar*, int length,
    [all...]
  /external/webkit/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 661 void EditorClient::checkGrammarOfString(const UChar*, int, Vector<GrammarDetail>&, int*, int*)
  /external/webkit/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 662 void WebEditorClient::checkGrammarOfString(const UChar* text, int length, Vector<GrammarDetail>& details, int* badGrammarLocation, int* badGrammarLength)
674 if (FAILED(ed->checkGrammarOfString(m_webView, text, length, &enumDetailsObj, badGrammarLocation, badGrammarLength)))
  /external/webkit/WebCore/loader/
EmptyClients.h 422 virtual void checkGrammarOfString(const UChar*, int, Vector<GrammarDetail>&, int*, int*) { }

Completed in 838 milliseconds