OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spellCheckClient
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
SpellCheckerClientImpl.cpp
137
if (m_webView->
spellCheckClient
()) {
138
m_webView->
spellCheckClient
()->spellCheck(text, spellLocation, spellLength, 0);
154
if (m_webView->
spellCheckClient
()) {
158
m_webView->
spellCheckClient
()->requestCheckingOfText(text, markers, markerOffsets, new WebTextCheckingCompletionImpl(request));
174
if (m_webView->
spellCheckClient
())
175
return m_webView->
spellCheckClient
()->autoCorrectWord(WebString(misspelledWord));
186
if (!m_webView->
spellCheckClient
())
189
m_webView->
spellCheckClient
()->checkTextOfParagraph(text, WebTextCheckingTypeGrammar, &webResults);
216
if (m_webView->
spellCheckClient
())
217
m_webView->
spellCheckClient
()->updateSpellingUIWithMisspelledWord(WebString(misspelledWord))
[
all
...]
ContextMenuClientImpl.cpp
335
} else if (m_webView->
spellCheckClient
()) {
337
m_webView->
spellCheckClient
()->spellCheck(data.misspelledWord, misspelledOffset, misspelledLength, &data.dictionarySuggestions);
345
if (m_webView->
spellCheckClient
()) {
347
m_webView->
spellCheckClient
()->spellCheck(
WebViewImpl.h
313
WebSpellCheckClient*
spellCheckClient
()
WebViewImpl.cpp
362
void WebViewImpl::setSpellCheckClient(WebSpellCheckClient*
spellCheckClient
)
364
m_spellCheckClient =
spellCheckClient
;
[
all
...]
Completed in 177 milliseconds