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

  /external/chromium_org/chrome/browser/spellchecker/
spelling_service_client.h 61 // * SUGGEST: Retrieving suggestions for a word (used by Google Search), and;
66 SUGGEST = 1,
spelling_service_client.cc 53 DCHECK(type == SUGGEST || type == SPELLCHECK);
111 // use spellcheck so we don't do anything remote (suggest or spelling).
117 // for SUGGEST.
120 return type == SUGGEST;
122 // Finally, if all options are available, we only enable only SUGGEST
124 // are a superset of SUGGEST results.
131 // Only SUGGEST is allowed.
132 return type == SUGGEST;
spelling_service_client_unittest.cc 232 SpellingServiceClient::SUGGEST,
240 SpellingServiceClient::SUGGEST,
248 SpellingServiceClient::SUGGEST,
325 // can send suggest requests or spellcheck requests.
328 SpellingServiceClient::SUGGEST;
357 // If spellcheck is allowed, then suggest is not since spellcheck is a
358 // superset of suggest.
  /external/chromium_org/chrome/browser/tab_contents/
spelling_menu_observer.cc 74 profile, SpellingServiceClient::SUGGEST);
88 // |SpellingServiceClient::SUGGEST| are mutually exclusive. Only one is
99 // When |SpellingServiceClient::SUGGEST| is available,
103 // from |SpellingServiceClient::SUGGEST| are not available until
134 profile, SpellingServiceClient::SUGGEST, params.misspelled_word,
136 base::Unretained(this), SpellingServiceClient::SUGGEST));
spelling_menu_observer_browsertest.cc 319 // SpellingServiceClient::SUGGEST is on.
325 // Force a non-empty locale so SUGGEST is available.
328 SpellingServiceClient::SUGGEST));
405 // Force a non-empty locale so SUGGEST normally would be available.
408 SpellingServiceClient::SUGGEST));
  /external/chromium_org/chrome/browser/search_engines/
template_url.h 37 // parameter. Most callers aren't using Suggest capabilities and should just
50 SUGGEST,
template_url.cc 60 // Like google:baseURL, but for the Search Suggest capability.
238 case SUGGEST: return owner_->suggestions_url();
250 case SUGGEST: return owner_->suggestions_url_post_params();
    [all...]

Completed in 2614 milliseconds