HomeSort by relevance Sort by last modified time
    Searched refs:SPELLCHECK (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/spellchecker/
spelling_service_client.h 65 // * SPELLCHECK: Spellchecking text (used by Google Docs).
70 SPELLCHECK = 2,
spelling_service_client_unittest.cc 267 SpellingServiceClient::SPELLCHECK,
275 SpellingServiceClient::SPELLCHECK,
283 SpellingServiceClient::SPELLCHECK,
325 // can send suggest requests or spellcheck requests.
330 SpellingServiceClient::SPELLCHECK;
333 // this function should return false both for suggestions and for spellcheck.
343 // For locales supported by the SpellCheck service, this function returns
344 // false for suggestions and true for spellcheck. (The comment in
357 // If spellcheck is allowed, then suggest is not since spellcheck is
    [all...]
spelling_service_client.cc 33 // The location of spellcheck suggestions in JSON response from spelling
55 DCHECK(type == SUGGEST || type == SPELLCHECK);
118 // use spellcheck so we don't do anything remote (suggest or spelling).
130 // if SPELLCHECK is not available for our language because SPELLCHECK results
133 // all languages SPELLCHECK covers.
136 return type == SPELLCHECK;
spellcheck_message_filter.cc 32 // IPC messages arrive on IO thread, but spellcheck data lives on UI thread.
34 // access spellcheck data.
89 SpellcheckService* spellcheck = GetSpellcheckService(); local
90 // Spellcheck service may not be available for a renderer process that is
92 if (!spellcheck)
94 if (spellcheck->GetMetrics())
95 spellcheck->GetMetrics()->RecordCheckedWordStats(word, misspelled);
100 SpellcheckService* spellcheck = GetSpellcheckService(); local
101 // Spellcheck service may not be available for a renderer process that is
103 if (!spellcheck)
134 SpellcheckService* spellcheck = GetSpellcheckService(); local
    [all...]
spellcheck_message_filter_mac.cc 124 SpellingServiceClient::SPELLCHECK,
spellcheck_service.cc 51 feedback_sender_.reset(new spellcheck::FeedbackSender(
207 spellcheck::FeedbackSender* SpellcheckService::GetFeedbackSender() {
324 context_, SpellingServiceClient::SPELLCHECK)) {
  /external/chromium_org/chrome/browser/tab_contents/
spelling_menu_observer.cc 87 // The service types |SpellingServiceClient::SPELLCHECK| and
91 // When |SpellingServiceClient::SPELLCHECK| is available, the contextual
102 // misspelled word without the surrounding context. Spellcheck suggestions
149 profile, SpellingServiceClient::SPELLCHECK);
156 // provided by Web SpellCheck API.
259 // by Web SpellCheck API.
262 SpellcheckService* spellcheck = local
264 if (spellcheck) {
265 if (spellcheck->GetMetrics())
266 spellcheck->GetMetrics()->RecordReplacedWordStats(1)
288 SpellcheckService* spellcheck = local
    [all...]
spelling_menu_observer_browsertest.cc 370 // Force a non-empty locale so SPELLCHECK is available.
373 SpellingServiceClient::SPELLCHECK));
416 SpellingServiceClient::SPELLCHECK));
449 // First case: Misspelled word, no suggestions, no spellcheck service.
457 // Case #2. Misspelled word, suggestions, no spellcheck service.

Completed in 85 milliseconds