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

12

  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 512 void EditorClientWx::checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength)
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 725 void WebEditorClient::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength)
738 if (misspellingLength)
739 *misspellingLength = range.length;
    [all...]
  /external/webkit/Source/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm 504 int misspellingLength = 0;
505 checker->checkSpellingOfString(charData, charLength, &misspellingLocation, &misspellingLength);
506 if (misspellingLocation == -1 || !misspellingLength)
509 NSRange spellRange = NSMakeRange(range.location + currentPosition + misspellingLocation, misspellingLength);
511 charLength -= (misspellingLocation + misspellingLength);
512 currentPosition += (misspellingLocation + misspellingLength);
    [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/editing/
Editor.cpp     [all...]

Completed in 179 milliseconds

12