HomeSort by relevance Sort by last modified time
    Searched refs:checkSpellingOfString (Results 1 - 25 of 40) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/text/
TextCheckerClient.h 62 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength) = 0;
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
TextCheckerClientEnchant.h 48 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
TextCheckerClientEnchant.cpp 74 void TextCheckerClientEnchant::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength)
  /external/webkit/Source/WebKit2/UIProcess/win/
WebTextCheckerClient.h 48 void checkSpellingOfString(uint64_t tag, const String& text, int32_t& misspellingLocation, int32_t& misspellingLength);
WebTextCheckerClient.cpp 94 void WebTextCheckerClient::checkSpellingOfString(uint64_t tag, const String& text, int32_t& misspellingLocation, int32_t& misspellingLength)
96 if (!m_client.checkSpellingOfString)
99 m_client.checkSpellingOfString(tag, toAPI(text.impl()), &misspellingLocation, &misspellingLength, m_client.clientInfo);
TextCheckerWin.cpp 95 void TextChecker::checkSpellingOfString(int64_t spellDocumentTag, const UChar* text, uint32_t length, int32_t& misspellingLocation, int32_t& misspellingLength)
97 WebTextChecker::shared()->client().checkSpellingOfString(spellDocumentTag, String(text, length), misspellingLocation, misspellingLength);
  /external/webkit/Source/WebKit2/UIProcess/
TextChecker.h 67 static void checkSpellingOfString(int64_t spellDocumentTag, const UChar* text, uint32_t length, int32_t& misspellingLocation, int32_t& misspellingLength);
  /external/webkit/Source/WebKit2/UIProcess/gtk/
TextCheckerGtk.cpp 72 void TextChecker::checkSpellingOfString(int64_t, const UChar*, uint32_t, int32_t&, int32_t&)
  /external/webkit/Source/WebKit2/UIProcess/qt/
TextCheckerQt.cpp 73 void TextChecker::checkSpellingOfString(int64_t, const UChar*, uint32_t, int32_t&, int32_t&)
  /external/webkit/Source/WebKit/android/WebCoreSupport/
EditorClientAndroid.h 108 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
EditorClientAndroid.cpp 228 void EditorClientAndroid::checkSpellingOfString(unsigned short const*, int, int*, int*) {}
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.h 107 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.h 102 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation,
EditorClientHaiku.cpp 431 void EditorClientHaiku::checkSpellingOfString(const UChar*, int, int*, int*)
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditorClientQt.h 102 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.h 106 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
  /external/webkit/Source/WebKit2/UIProcess/API/C/win/
WKTextChecker.h 63 WKTextCheckerCheckSpellingOfString checkSpellingOfString;
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.h 102 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
WebEditorClient.cpp 646 void WebEditorClient::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength)
656 ed->checkSpellingOfString(m_webView, text, length, misspellingLocation, misspellingLength);
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.h 94 virtual void checkSpellingOfString(const UChar*, int, int*, int*);
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.h 100 virtual void checkSpellingOfString(const UChar*, int length,
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.h 130 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.h 135 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
  /external/webkit/Tools/DumpRenderTree/win/
EditingDelegate.h 125 virtual HRESULT STDMETHODCALLTYPE checkSpellingOfString(
  /external/webkit/Source/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 703 milliseconds

1 2