OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkSpellingOfString
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/text/
TextCheckerClient.h
44
virtual void
checkSpellingOfString
(const String&, int* misspellingLocation, int* misspellingLength) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
SpellCheckerClientImpl.h
54
virtual void
checkSpellingOfString
(const String&, int* misspellingLocation, int* misspellingLength) OVERRIDE;
SpellCheckerClientImpl.cpp
129
void SpellCheckerClientImpl::
checkSpellingOfString
(const String& text, int* misspellingLocation, int* misspellingLength)
/external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.cpp
85
client.
checkSpellingOfString
(String(text + start + wordStart, wordLength), &misspellingLocation, &misspellingLength);
249
m_client->textChecker().
checkSpellingOfString
(it.substring(0, length), &misspellingLocation, &misspellingLength);
/external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h
257
virtual void
checkSpellingOfString
(const String&, int*, int*) OVERRIDE { }
Completed in 86 milliseconds