Home
last modified time | relevance | path

Searched refs:Suggestion (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/metrics/
Domnibox_metrics_provider.cc27 OmniboxEventProto::Suggestion::ResultType AsOmniboxEventResultType( in AsOmniboxEventResultType()
31 return OmniboxEventProto::Suggestion::URL_WHAT_YOU_TYPED; in AsOmniboxEventResultType()
33 return OmniboxEventProto::Suggestion::HISTORY_URL; in AsOmniboxEventResultType()
35 return OmniboxEventProto::Suggestion::HISTORY_TITLE; in AsOmniboxEventResultType()
37 return OmniboxEventProto::Suggestion::HISTORY_BODY; in AsOmniboxEventResultType()
39 return OmniboxEventProto::Suggestion::HISTORY_KEYWORD; in AsOmniboxEventResultType()
41 return OmniboxEventProto::Suggestion::NAVSUGGEST; in AsOmniboxEventResultType()
43 return OmniboxEventProto::Suggestion::SEARCH_WHAT_YOU_TYPED; in AsOmniboxEventResultType()
45 return OmniboxEventProto::Suggestion::SEARCH_HISTORY; in AsOmniboxEventResultType()
47 return OmniboxEventProto::Suggestion::SEARCH_SUGGEST; in AsOmniboxEventResultType()
[all …]
/external/chromium_org/third_party/libaddressinput/chromium/
Dinput_suggester.cc43 struct Suggestion { struct
47 Suggestion(const RegionData* region_to_suggest, in Suggestion() argument
56 ~Suggestion() {} in ~Suggestion() argument
121 std::vector<Suggestion>* suggestions = &suggestions_[address_field]; in AddRegions()
151 suggestions->push_back(Suggestion(name_region, address_field, false)); in AddRegions()
160 suggestions->push_back(Suggestion(key_region, address_field, true)); in AddRegions()
169 suggestions->push_back(Suggestion(key_region, address_field, true)); in AddRegions()
189 void SwapSmallestSubRegionSuggestions(std::vector<Suggestion>* suggestions) { in SwapSmallestSubRegionSuggestions()
192 std::vector<Suggestion>* result = in SwapSmallestSubRegionSuggestions()
218 std::map<AddressField, std::vector<Suggestion> > suggestions_;
[all …]
/external/clang/lib/Basic/
DWarnings.cpp36 StringRef Suggestion = DiagnosticIDs::getNearestWarningOption(Opt); in EmitUnknownDiagWarning() local
37 if (!Suggestion.empty()) in EmitUnknownDiagWarning()
40 << (Prefix.str() += Opt) << (Prefix.str() += Suggestion); in EmitUnknownDiagWarning()
/external/chromium_org/chrome/browser/resources/ntp4/
Dsuggestions_page.js20 function Suggestion() { class
22 el.__proto__ = Suggestion.prototype;
28 Suggestion.prototype = { class
310 this.appendTile(new Suggestion());
/external/chromium_org/components/metrics/proto/
Domnibox_event.proto171 message Suggestion { message
239 repeated Suggestion suggestion = 9;
/external/dnsmasq/
DCHANGELOG.archive127 dump goes to stdout. Suggestion from Joao Clemente, code
876 Suggestion by Alex Melt.
1062 binding the socket before dropping root. (Suggestion from
1872 Added --conf-dir option. Suggestion from Aaron Tygart.
1879 Added --log-facility option. Suggestion from Fabio Muzzi.
1963 DNSMASQ_USER_CLASS<n> environment variables. Suggestion
2001 Added --clear-on-reload flag. Suggestion from Johannes
2041 use names provided by DHCP clients. Suggestion from
2198 Added --log-dhcp flag. Suggestion from Carlos Carvalho.
2201 over-rideable in the makefile. Suggestion from Thomas
[all …]
DCHANGELOG381 Add --naptr-record option. Suggestion from Johan
/external/valgrind/main/docs/internals/
Drelease-HOWTO.txt43 Suggestion for next release: when a bug is fixed, update NEWS
/external/libexif/
DChangeLog633 Suggestion by Andreas Kleinert <Andreas_Kleinert@gmx.de>:
1154 to an IFD. Suggestion by Angela Wrobel.
1361 Suggestion by Angela Wrobel (http://www.wrobelnet.de/contact.html):
1597 Suggestion by Jan Patera <patera@pictview.com>:
1687 * libexif/exif-data.c: Fill unneeded bytes with 0. Suggestion by
1724 Suggestion by Gernot Jander <gernot@bigpond.com>:
/external/chromium_org/net/data/proxy_resolver_perftest/
Dno-ads.pac551 // Suggestion from Quinten Martens