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

  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_match.h 75 typedef std::vector<ACMatchClassification> ACMatchClassifications;
125 ACMatchClassifications* classifications);
135 ACMatchClassifications* classifications);
139 static ACMatchClassifications MergeClassifications(
140 const ACMatchClassifications& classifications1,
141 const ACMatchClassifications& classifications2);
146 const ACMatchClassifications& classifications);
147 static ACMatchClassifications ClassificationsFromString(
154 ACMatchClassifications* classifications,
295 ACMatchClassifications contents_class
    [all...]
autocomplete_match_unittest.cc 42 AutocompleteMatch::ACMatchClassifications(),
43 AutocompleteMatch::ACMatchClassifications())));
51 AutocompleteMatch::ACMatchClassifications())));
55 AutocompleteMatch::ACMatchClassifications(),
63 AutocompleteMatch::ACMatchClassifications())));
67 AutocompleteMatch::ACMatchClassifications(),
builtin_provider.h 35 const ACMatchClassifications& styles);
history_provider.h 36 // Fill and return an ACMatchClassifications structure given the |matches|
38 static ACMatchClassifications SpansFromTermMatch(
shortcuts_provider.h 89 static ACMatchClassifications ClassifyAllMatchesInString(
93 const ACMatchClassifications& original_class);
bookmark_provider.h 64 // Converts |positions| into ACMatchClassifications and returns the
68 static ACMatchClassifications ClassificationsFromMatch(
autocomplete_match.cc 24 bool IsTrivialClassification(const ACMatchClassifications& classifications) {
200 ACMatchClassifications* classification) {
211 ACMatchClassifications* classification) {
243 AutocompleteMatch::ACMatchClassifications
245 const ACMatchClassifications& classifications1,
246 const ACMatchClassifications& classifications2) {
255 ACMatchClassifications output;
256 for (ACMatchClassifications::const_iterator i = classifications1.begin(),
275 const ACMatchClassifications& classifications) {
287 ACMatchClassifications AutocompleteMatch::ClassificationsFromString
    [all...]
shortcuts_provider_unittest.cc 211 ClassifyTest(const base::string16& text, ACMatchClassifications matches);
214 ACMatchClassifications RunTest(const base::string16& find_text);
218 const ACMatchClassifications matches_;
222 ACMatchClassifications matches)
230 ACMatchClassifications ClassifyTest::RunTest(const base::string16& find_text) {
622 ACMatchClassifications matches =
627 ACMatchClassifications spans_a = classify_test.RunTest(ASCIIToUTF16("man"));
631 ACMatchClassifications spans_b = classify_test.RunTest(ASCIIToUTF16("man p"));
636 ACMatchClassifications spans_c =
645 ACMatchClassifications spans_d = classify_test2.RunTest(ASCIIToUTF16("ne"))
    [all...]
history_provider.cc 76 ACMatchClassifications HistoryProvider::SpansFromTermMatch(
82 ACMatchClassifications spans;
builtin_provider.cc 86 ACMatchClassifications styles;
117 ACMatchClassifications styles;
134 ACMatchClassifications styles;
162 const ACMatchClassifications& styles) {
bookmark_provider.cc 297 ACMatchClassifications BookmarkProvider::ClassificationsFromMatch(
303 ACMatchClassifications classifications;
314 AutocompleteMatch::ACMatchClassifications new_class;
history_quick_provider_unittest.cc 391 ACMatchClassifications contents_class(ac_matches_[0].contents_class);
451 // Verify that the matches' ACMatchClassifications offsets are in range.
452 ACMatchClassifications content(ac_matches_[0].contents_class);
455 for (ACMatchClassifications::const_iterator citer = content.begin();
458 ACMatchClassifications description(ac_matches_[0].description_class);
460 for (ACMatchClassifications::const_iterator diter = description.begin();
475 ACMatchClassifications spans_a =
502 ACMatchClassifications spans_b =
    [all...]
history_url_provider.h 241 static ACMatchClassifications ClassifyDescription(
base_search_provider.h 123 const ACMatchClassifications& match_contents_class() const {
152 ACMatchClassifications match_contents_class_;
shortcuts_backend.cc 40 std::string StripMatchMarkers(const ACMatchClassifications& matches) {
41 ACMatchClassifications unmatched;
42 for (ACMatchClassifications::const_iterator i(matches.begin());
shortcuts_provider.cc 300 ACMatchClassifications ShortcutsProvider::ClassifyAllMatchesInString(
304 const ACMatchClassifications& original_class) {
318 ACMatchClassifications match_class;
bookmark_provider_unittest.cc 152 // Convience function to make comparing ACMatchClassifications against the
159 for (AutocompleteMatch::ACMatchClassifications::const_iterator
182 // actual ACMatchClassifications easier.
history_url_provider.cc 660 ACMatchClassifications HistoryURLProvider::ClassifyDescription(
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/omnibox/
omnibox_unittest.cc 25 void CompareClassification(const ACMatchClassifications& expected,
26 const ACMatchClassifications& actual) {
60 ACMatchClassifications styles_expected;
135 ACMatchClassifications styles_expected;
224 ACMatchClassifications styles_expected;
omnibox_api.h 174 // // compiler into an ACMatchClassifications object.
175 ACMatchClassifications StyleTypesToACMatchClassifications(
omnibox_api.cc 299 // compiler into an ACMatchClassifications object.
300 ACMatchClassifications StyleTypesToACMatchClassifications(
302 ACMatchClassifications match_classifications;
368 ACMatchClassifications& description_styles = match->contents_class;
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.h 109 const ACMatchClassifications& classifications,
omnibox_result_view.cc 350 const ACMatchClassifications& classifications,
  /external/chromium_org/chrome/browser/ui/app_list/search/
omnibox_provider.cc 34 // Translates ACMatchClassifications into SearchResult tags.
37 const ACMatchClassifications& text_classes,

Completed in 538 milliseconds