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

  /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/WebKit2/UIProcess/win/
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);
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);
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
TextCheckerClientEnchant.cpp 74 void TextCheckerClientEnchant::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength)
  /external/webkit/Source/WebKit2/UIProcess/API/C/win/
WKTextChecker.h 63 WKTextCheckerCheckSpellingOfString checkSpellingOfString;
  /external/webkit/Tools/DumpRenderTree/win/
EditingDelegate.cpp 373 HRESULT STDMETHODCALLTYPE EditingDelegate::checkSpellingOfString(
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 431 void EditorClientHaiku::checkSpellingOfString(const UChar*, int, int*, int*)
  /external/webkit/Source/WebKit/android/WebCoreSupport/
EditorClientAndroid.cpp 228 void EditorClientAndroid::checkSpellingOfString(unsigned short const*, int, int*, int*) {}
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.cpp 458 void EditorClientEfl::checkSpellingOfString(const UChar*, int, int*, int*)
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.cpp 456 void EditorClientWinCE::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength)
  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 512 void EditorClientWx::checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength)
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.cpp 388 void WebEditorClient::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength)
393 m_page->sendSync(Messages::WebPageProxy::CheckSpellingOfString(String(text, length)),
394 Messages::WebPageProxy::CheckSpellingOfString::Reply(resultLocation, resultLength));
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.cpp 850 void EditorClientImpl::checkSpellingOfString(const UChar* text, int length,
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 593 void EditorClientQt::checkSpellingOfString(const UChar*, int, int*, int*)
  /external/webkit/Source/WebKit/win/WebCoreSupport/
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/WebKit2/UIProcess/
WebPageProxy.cpp     [all...]
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 414 virtual void checkSpellingOfString(const UChar*, int, int*, int*) { }

Completed in 376 milliseconds