Home
last modified time | relevance | path

Searched defs:misspellingLocation (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/win/
DWebTextCheckerClient.cpp94 …ient::checkSpellingOfString(uint64_t tag, const String& text, int32_t& misspellingLocation, int32_… in checkSpellingOfString()
DTextCheckerWin.cpp95 …int64_t spellDocumentTag, const UChar* text, uint32_t length, int32_t& misspellingLocation, int32_… in checkSpellingOfString()
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DTextCheckerClientEnchant.cpp74 …ntEnchant::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* mis… in checkSpellingOfString()
/external/webkit/Tools/DumpRenderTree/win/
DEditingDelegate.cpp377 /* [out] */ int* misspellingLocation, in checkSpellingOfString()
/external/webkit/Source/WebCore/editing/
DTextCheckingHelper.cpp181 int misspellingLocation = -1; in findFirstMisspelling() local
DEditor.cpp1853 int misspellingLocation = -1; in isSelectionMisspelled() local
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebEditorClient.cpp388 void WebEditorClient::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation in checkSpellingOfString()
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DEditorClientWinCE.cpp456 …ientWinCE::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* mis… in checkSpellingOfString()
/external/webkit/Source/WebKit/wx/WebKitSupport/
DEditorClientWx.cpp512 void EditorClientWx::checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int*… in checkSpellingOfString()
/external/webkit/Source/WebKit/chromium/src/
DEditorClientImpl.cpp851 int* misspellingLocation, in checkSpellingOfString()
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebEditorClient.cpp646 void WebEditorClient::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation in checkSpellingOfString()
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.cpp2465 void WebPageProxy::checkSpellingOfString(const String& text, int32_t& misspellingLocation, int32_t&… in checkSpellingOfString()