Searched defs:misspellingLocation (Results 1 - 17 of 17) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DTextCheckerClientGtk.cpp62 void TextCheckerClientGtk::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/text/enchant/
H A DTextCheckerEnchant.cpp66 void TextCheckerEnchant::checkSpellingOfWord(const CString& word, int start, int end, int& misspellingLocation, int& misspellingLength) argument
85 void TextCheckerEnchant::checkSpellingOfString(const String& string, int& misspellingLocation, int& misspellingLength) argument
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitspellcheckerenchant.cpp74 static void checkSpellingOfString(WebKitSpellChecker* checker, const char* string, int* misspellingLocation, int* misspellingLength) argument
77 priv->textCheckerEnchant->checkSpellingOfString(String::fromUTF8(string), *misspellingLocation, *misspellingLength); local
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DTextCheckerClientQt.cpp79 void TextCheckerClientQt::checkSpellingOfString(const UChar* buffer, int length, int* misspellingLocation, int* misspellingLength) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitTextChecker.cpp50 static void checkSpellingOfStringCallback(uint64_t tag, WKStringRef text, int32_t* misspellingLocation, int32_t* misspellingLength, const void* clientInfo) argument
111 void WebKitTextChecker::checkSpellingOfString(const String& string, int& misspellingLocation, int& misspellingLength) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebTextCheckerClient.cpp94 void WebTextCheckerClient::checkSpellingOfString(uint64_t tag, const String& text, int32_t& misspellingLocation, int32_t& misspellingLength) argument
H A DWebPageProxy.cpp3469 void WebPageProxy::checkSpellingOfString(const String& text, int32_t& misspellingLocation, int32_t& misspellingLength) argument
3471 TextChecker::checkSpellingOfString(spellDocumentTag(), text.characters(), text.length(), misspellingLocation, misspellingLength); local
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/efl/
H A DTextCheckerClientEfl.cpp159 void TextCheckerClientEfl::checkSpellingOfStringCallback(uint64_t tag, WKStringRef text, int32_t* misspellingLocation, int32_t* misspellingLength, const void* clientInfo) argument
165 textCheckerClient->m_textCheckerEnchant->checkSpellingOfString(toWTFString(text), *misspellingLocation, *misspellingLength); local
H A DTextCheckerEfl.cpp168 int32_t misspellingLocation = -1; local
194 void TextChecker::checkSpellingOfString(int64_t spellDocumentTag, const UChar* text, uint32_t length, int32_t& misspellingLocation, int32_t& misspellingLength) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/gtk/
H A DTextCheckerGtk.cpp96 void TextChecker::checkSpellingOfString(int64_t spellDocumentTag, const UChar* text, uint32_t length, int32_t& misspellingLocation, int32_t& misspellingLength) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/tests/
H A Dtest_ewk2_text_checker.cpp152 static void onSpellingCheck(uint64_t tag, const char* text, int32_t* misspellingLocation, int32_t* misspellingLength) argument
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DTextCheckingHelper.cpp84 int misspellingLocation = -1; local
251 int misspellingLocation = -1; local
[all...]
H A DEditor.cpp1827 int misspellingLocation = -1; local
1841 int misspellingLocation = -1; local
/macosx-10.9.5/WebKit-7537.78.2/wince/WebCoreSupport/
H A DEditorClientWinCE.cpp474 void EditorClientWinCE::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength) argument
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebEditorClient.cpp439 void WebEditorClient::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength) argument
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebEditorClient.cpp665 void WebEditorClient::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength) argument
/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAccessibilityObject.cpp345 int misspellingLocation = -1; local

Completed in 410 milliseconds