HomeSort by relevance Sort by last modified time
    Searched refs:misspellingLength (Results 1 - 17 of 17) sorted by null

  /external/webkit/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.h 102 int* misspellingLength);
  /external/webkit/WebKit/qt/WebCoreSupport/
EditorClientQt.h 100 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
  /external/webkit/WebKit/wx/WebKitSupport/
EditorClientWx.h 104 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
EditorClientWx.cpp 500 void EditorClientWx::checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength)
  /external/webkit/WebKit/android/WebCoreSupport/
EditorClientAndroid.h 99 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
  /external/webkit/WebCore/page/
EditorClient.h 168 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength) = 0;
  /external/webkit/WebKit/chromium/src/
EditorClientImpl.h 99 int* misspellingLength);
EditorClientImpl.cpp 835 int* misspellingLength)
854 if (misspellingLength)
855 *misspellingLength = spellLength;
    [all...]
  /external/webkit/WebKit/gtk/WebCoreSupport/
EditorClientGtk.h 111 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
EditorClientGtk.cpp 594 void EditorClient::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength)
639 *misspellingLength = wordLength;
643 *misspellingLength = 0;
  /external/webkit/WebKit/mac/WebCoreSupport/
WebEditorClient.h 121 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
WebEditorClient.mm 636 void WebEditorClient::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength)
649 if (misspellingLength)
650 *misspellingLength = range.length;
  /external/webkit/WebKit/win/WebCoreSupport/
WebEditorClient.h 103 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
WebEditorClient.cpp 642 void WebEditorClient::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength)
645 *misspellingLength = 0;
652 ed->checkSpellingOfString(m_webView, text, length, misspellingLocation, misspellingLength);
  /external/webkit/WebKitTools/DumpRenderTree/win/
EditingDelegate.h 130 /* [out] */ int *misspellingLength) { return E_NOTIMPL; }
  /external/webkit/WebCore/editing/
Editor.cpp     [all...]
  /external/webkit/WebKit/win/Interfaces/
IWebEditingDelegate.idl 179 HRESULT checkSpellingOfString([in] IWebView* view, [in] LPCTSTR text, [in] int length, [out] int* misspellingLocation, [out] int* misspellingLength);

Completed in 241 milliseconds