OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fillSuggestionList
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/testing/runner/
MockSpellCheck.h
50
static void
fillSuggestionList
(const blink::WebString& word, blink::WebVector<blink::WebString>* suggestions);
SpellCheckClient.cpp
147
m_spellcheck.
fillSuggestionList
(WebString(text.substr(misspelledPosition, misspelledLength)), &suggestions);
MockSpellCheck.cpp
139
void MockSpellCheck::
fillSuggestionList
(const WebString& word, WebVector<WebString>* suggestions)
EventSender.cpp
874
MockSpellCheck::
fillSuggestionList
(contextMenu->misspelledWord, &suggestions);
[
all
...]
Completed in 2260 milliseconds