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

  /external/chromium/chrome/browser/autocomplete/
autocomplete_match.h 64 typedef std::vector<ACMatchClassification> ACMatchClassifications;
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;
autocomplete_match.cc 115 ACMatchClassifications* classification) {
125 ACMatchClassifications* classification) {
164 const ACMatchClassifications& classifications) const {
178 for (ACMatchClassifications::const_iterator i(classifications.begin() + 1);
extension_app_provider.h 63 ACMatchClassifications* match_class,
history_quick_provider.h 65 // Fill and return an ACMatchClassifications structure given the term
67 static ACMatchClassifications SpansFromTermMatch(
autocomplete_popup_view_gtk_unittest.cc 49 const AutocompleteMatch::ACMatchClassifications& classifications,
194 AutocompleteMatch::ACMatchClassifications classifications;
229 AutocompleteMatch::ACMatchClassifications classifications;
271 AutocompleteMatch::ACMatchClassifications classifications;
333 AutocompleteMatch::ACMatchClassifications classifications;
391 AutocompleteMatch::ACMatchClassifications classifications;
history_quick_provider_unittest.cc 275 // 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 =
autocomplete_popup_view_mac.h 103 const AutocompleteMatch::ACMatchClassifications &classifications,
autocomplete_popup_view_gtk.h 58 const AutocompleteMatch::ACMatchClassifications& classifications,
history_quick_provider.cc 216 ACMatchClassifications HistoryQuickProvider::SpansFromTermMatch(
219 ACMatchClassifications spans;
extension_app_provider.cc 119 ACMatchClassifications* match_class,
autocomplete_popup_view_gtk.cc 179 const AutocompleteMatch::ACMatchClassifications& classifications,
225 for (ACMatchClassifications::const_iterator i = classifications.begin();
  /external/chromium/chrome/browser/extensions/
extension_omnibox_unittest.cc 27 void CompareClassification(const ACMatchClassifications& expected,
28 const ACMatchClassifications& actual) {
50 ACMatchClassifications styles_expected;
85 ACMatchClassifications styles_expected;
125 ACMatchClassifications styles_expected;
extension_omnibox_api.h 69 ACMatchClassifications description_styles;
extension_omnibox_api.cc 247 ACMatchClassifications& description_styles = match->contents_class;
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view.h 62 const ACMatchClassifications& classifications,
autocomplete_result_view.cc 197 ACMatchClassifications classifications;
269 const ACMatchClassifications& classifications,
279 for (ACMatchClassifications::const_iterator i(classifications.begin());

Completed in 209 milliseconds