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

12

  /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/Tools/DumpRenderTree/win/
EditingDelegate.cpp 373 HRESULT STDMETHODCALLTYPE EditingDelegate::checkSpellingOfString(
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 418 virtual void checkSpellingOfString(const UChar*, int, int*, int*) { }
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 593 void EditorClientQt::checkSpellingOfString(const UChar*, int, int*, int*)
  /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/WebKit2/UIProcess/mac/
TextCheckerMac.mm 317 void TextChecker::checkSpellingOfString(int64_t, const UChar*, uint32_t, int32_t&, int32_t&)
  /external/webkit/Source/WebCore/editing/
TextCheckingHelper.cpp 183 m_client->textChecker()->checkSpellingOfString(chars, len, &misspellingLocation, &misspellingLength);
Editor.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.cpp 850 void EditorClientImpl::checkSpellingOfString(const UChar* text, int length,
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 725 void WebEditorClient::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength)
728 NSRange range = [[NSSpellChecker sharedSpellChecker] checkSpellingOfString:textString startingAt:0 language:nil wrap:NO inSpellDocumentWithTag:spellCheckerDocumentTag() wordCount:NULL];
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 651 void checkSpellingOfString(const String& text, int32_t& misspellingLocation, int32_t& misspellingLength);
    [all...]
WebPageProxy.cpp     [all...]
  /external/webkit/Source/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm 505 checker->checkSpellingOfString(charData, charLength, &misspellingLocation, &misspellingLength);
    [all...]

Completed in 2114 milliseconds

12