Home
last modified time | relevance | path

Searched refs:text_check_completions_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/renderer/spellchecker/
Dspellcheck_provider.cc79 text_check_completions_.Add(completion), in RequestTextChecking()
85 text_check_completions_.Add(completion), in RequestTextChecking()
214 text_check_completions_.Lookup(identifier); in OnRespondSpellingService()
217 text_check_completions_.Remove(identifier); in OnRespondSpellingService()
270 text_check_completions_.Lookup(identifier); in OnRespondTextCheck()
273 text_check_completions_.Remove(identifier); in OnRespondTextCheck()
Dspellcheck_provider_test.cc71 text_check_completions_.Lookup(identifier); in OnCallSpellingService()
77 text_check_completions_.Remove(identifier); in OnCallSpellingService()
Dspellcheck_provider.h48 return text_check_completions_.size(); in pending_text_request_size()
115 WebTextCheckCompletions text_check_completions_; variable