Searched refs:ACMatchClassifications (Results 1 - 16 of 16) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_match.h64 typedef std::vector<ACMatchClassification> ACMatchClassifications; typedef in struct:AutocompleteMatch
116 ACMatchClassifications* classifications);
126 ACMatchClassifications* classifications);
162 ACMatchClassifications contents_class;
166 ACMatchClassifications description_class;
197 const ACMatchClassifications& classifications) const;
202 typedef std::vector<ACMatchClassification> ACMatchClassifications; typedef
H A Dautocomplete_match.cc115 ACMatchClassifications* classification) {
125 ACMatchClassifications* classification) {
164 const ACMatchClassifications& classifications) const {
178 for (ACMatchClassifications::const_iterator i(classifications.begin() + 1);
H A Dautocomplete_popup_view_gtk_unittest.cc49 const AutocompleteMatch::ACMatchClassifications& classifications,
194 AutocompleteMatch::ACMatchClassifications classifications;
229 AutocompleteMatch::ACMatchClassifications classifications;
271 AutocompleteMatch::ACMatchClassifications classifications;
333 AutocompleteMatch::ACMatchClassifications classifications;
391 AutocompleteMatch::ACMatchClassifications classifications;
H A Dhistory_quick_provider_unittest.cc275 // Verify that the matches' ACMatchClassifications offsets are in range.
276 ACMatchClassifications content(ac_matches_[0].contents_class);
279 for (ACMatchClassifications::const_iterator citer = content.begin();
282 ACMatchClassifications description(ac_matches_[0].description_class);
284 for (ACMatchClassifications::const_iterator diter = description.begin();
299 ACMatchClassifications spans_a =
326 ACMatchClassifications spans_b =
H A Dautocomplete_popup_view_mac.h103 const AutocompleteMatch::ACMatchClassifications &classifications,
H A Dextension_app_provider.h63 ACMatchClassifications* match_class,
H A Dhistory_quick_provider.h65 // Fill and return an ACMatchClassifications structure given the term
67 static ACMatchClassifications SpansFromTermMatch(
H A Dhistory_quick_provider.cc216 ACMatchClassifications HistoryQuickProvider::SpansFromTermMatch(
219 ACMatchClassifications spans;
H A Dautocomplete_popup_view_gtk.h58 const AutocompleteMatch::ACMatchClassifications& classifications,
H A Dextension_app_provider.cc119 ACMatchClassifications* match_class,
H A Dautocomplete_popup_view_gtk.cc179 const AutocompleteMatch::ACMatchClassifications& classifications,
225 for (ACMatchClassifications::const_iterator i = classifications.begin();
/external/chromium/chrome/browser/extensions/
H A Dextension_omnibox_unittest.cc27 void CompareClassification(const ACMatchClassifications& expected,
28 const ACMatchClassifications& actual) {
50 ACMatchClassifications styles_expected;
85 ACMatchClassifications styles_expected;
125 ACMatchClassifications styles_expected;
H A Dextension_omnibox_api.h69 ACMatchClassifications description_styles;
H A Dextension_omnibox_api.cc247 ACMatchClassifications& description_styles = match->contents_class;
/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dautocomplete_result_view.h62 const ACMatchClassifications& classifications,
H A Dautocomplete_result_view.cc197 ACMatchClassifications classifications;
269 const ACMatchClassifications& classifications,
279 for (ACMatchClassifications::const_iterator i(classifications.begin());

Completed in 159 milliseconds