Searched defs:misspellingLocation (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/WebKit2/UIProcess/win/ |
D | WebTextCheckerClient.cpp | 94 …ient::checkSpellingOfString(uint64_t tag, const String& text, int32_t& misspellingLocation, int32_… in checkSpellingOfString()
|
D | TextCheckerWin.cpp | 95 …int64_t spellDocumentTag, const UChar* text, uint32_t length, int32_t& misspellingLocation, int32_… in checkSpellingOfString()
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | TextCheckerClientEnchant.cpp | 74 …ntEnchant::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* mis… in checkSpellingOfString()
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | EditingDelegate.cpp | 377 /* [out] */ int* misspellingLocation, in checkSpellingOfString()
|
/external/webkit/Source/WebCore/editing/ |
D | TextCheckingHelper.cpp | 181 int misspellingLocation = -1; in findFirstMisspelling() local
|
D | Editor.cpp | 1853 int misspellingLocation = -1; in isSelectionMisspelled() local
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebEditorClient.cpp | 388 void WebEditorClient::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation… in checkSpellingOfString()
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
D | EditorClientWinCE.cpp | 456 …ientWinCE::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* mis… in checkSpellingOfString()
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
D | EditorClientWx.cpp | 512 void EditorClientWx::checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int*… in checkSpellingOfString()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | EditorClientImpl.cpp | 851 int* misspellingLocation, in checkSpellingOfString()
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebEditorClient.cpp | 646 void WebEditorClient::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation… in checkSpellingOfString()
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebPageProxy.cpp | 2465 void WebPageProxy::checkSpellingOfString(const String& text, int32_t& misspellingLocation, int32_t&… in checkSpellingOfString()
|