Searched refs:Suggestion (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/metrics/
H A Domnibox_metrics_provider.cc27 OmniboxEventProto::Suggestion::ResultType AsOmniboxEventResultType(
31 return OmniboxEventProto::Suggestion::URL_WHAT_YOU_TYPED;
33 return OmniboxEventProto::Suggestion::HISTORY_URL;
35 return OmniboxEventProto::Suggestion::HISTORY_TITLE;
37 return OmniboxEventProto::Suggestion::HISTORY_BODY;
39 return OmniboxEventProto::Suggestion::HISTORY_KEYWORD;
41 return OmniboxEventProto::Suggestion::NAVSUGGEST;
43 return OmniboxEventProto::Suggestion::SEARCH_WHAT_YOU_TYPED;
45 return OmniboxEventProto::Suggestion::SEARCH_HISTORY;
47 return OmniboxEventProto::Suggestion
[all...]
/external/chromium_org/third_party/libaddressinput/chromium/
H A Dinput_suggester.cc43 struct Suggestion { struct in namespace:autofill::__anon12532
47 Suggestion(const RegionData* region_to_suggest, function in struct:autofill::__anon12532::Suggestion
56 ~Suggestion() {}
121 std::vector<Suggestion>* suggestions = &suggestions_[address_field];
125 // Suggestion objects based on the given RegionData objects. Advance either
151 suggestions->push_back(Suggestion(name_region, address_field, false));
160 suggestions->push_back(Suggestion(key_region, address_field, true));
169 suggestions->push_back(Suggestion(key_region, address_field, true));
189 void SwapSmallestSubRegionSuggestions(std::vector<Suggestion>* suggestions) {
192 std::vector<Suggestion>* resul
[all...]
/external/clang/lib/Basic/
H A DWarnings.cpp36 StringRef Suggestion = DiagnosticIDs::getNearestWarningOption(Opt); local
37 if (!Suggestion.empty())
40 << (Prefix.str() += Opt) << (Prefix.str() += Suggestion);
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dsuggestions_page.js20 function Suggestion() {
22 el.__proto__ = Suggestion.prototype;
28 Suggestion.prototype = {
268 * Calculates the height for a Suggestion tile for a given width. The size
310 this.appendTile(new Suggestion());

Completed in 376 milliseconds