HomeSort by relevance Sort by last modified time
    Searched refs:contents_class (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium/chrome/browser/extensions/
extension_omnibox_apitest.cc 156 ASSERT_EQ(6u, result.match_at(1).contents_class.size());
159 result.match_at(1).contents_class[0].offset);
161 result.match_at(1).contents_class[0].style);
164 result.match_at(1).contents_class[1].offset);
166 result.match_at(1).contents_class[1].style);
169 result.match_at(1).contents_class[2].offset);
171 result.match_at(1).contents_class[2].style);
174 result.match_at(1).contents_class[3].offset);
176 result.match_at(1).contents_class[3].style);
179 result.match_at(1).contents_class[4].offset)
    [all...]
extension_omnibox_api.cc 247 ACMatchClassifications& description_styles = match->contents_class;
  /external/chromium_org/chrome/browser/extensions/api/omnibox/
omnibox_api_browsertest.cc 97 ASSERT_EQ(6u, result.match_at(1).contents_class.size());
100 result.match_at(1).contents_class[0].offset);
102 result.match_at(1).contents_class[0].style);
105 result.match_at(1).contents_class[1].offset);
107 result.match_at(1).contents_class[1].style);
110 result.match_at(1).contents_class[2].offset);
112 result.match_at(1).contents_class[2].style);
115 result.match_at(1).contents_class[3].offset);
117 result.match_at(1).contents_class[3].style);
120 result.match_at(1).contents_class[4].offset)
    [all...]
  /external/chromium/chrome/browser/autocomplete/
builtin_provider.cc 42 match.contents_class.push_back(ACMatchClassification(0,
45 match.contents_class.push_back(
autocomplete_match.h 162 ACMatchClassifications contents_class; member in struct:AutocompleteMatch
keyword_provider.cc 333 match->contents_class.push_back(
341 &match->contents_class);
360 ACMatchClassification::NONE, &match->contents_class);
508 match->contents_class = suggestion.description_styles;
search_provider.cc 189 match.contents_class.push_back(
772 match.contents_class.push_back(
783 match.contents_class.push_back(
786 match.contents_class.push_back(
790 match.contents_class.push_back(
    [all...]
autocomplete_match.cc 158 ValidateClassifications(contents, contents_class);
history_url_provider.cc 342 &match.contents_class);
    [all...]
extension_app_provider.cc 72 HighlightMatch(input, &match.contents_class, name_iter, name);
history_contents_provider.cc 219 match.contents_class.push_back(
history_quick_provider.cc 170 match.contents_class = SpansFromTermMatch(new_matches, match.contents.size());
  /external/chromium_org/chrome/browser/history/
shortcuts_backend.h 45 const ACMatchClassifications& contents_class,
58 // For both contents_class and description_class, we strip MATCH
61 ACMatchClassifications contents_class; member in struct:history::ShortcutsBackend::Shortcut::MatchCore
shortcuts_backend.cc 76 contents_class(StripMatchMarkers(match.contents_class)),
88 const ACMatchClassifications& contents_class,
97 contents_class(StripMatchMarkers(contents_class)),
113 match.contents_class = contents_class;
shortcuts_database_unittest.cc 31 std::string contents_class; member in struct:__anon7788::ShortcutsDatabaseTestInfo
32 std::string stripped_contents_class; // |contents_class| with matches removed
128 AutocompleteMatch::ClassificationsFromString(info.contents_class),
233 shortcut.match_core.contents_class));
shortcuts_database.cc 29 shortcut.match_core.contents_class));
80 "contents, contents_class, description, description_class, "
92 "contents=?, contents_class=?, description=?, description_class=?, "
129 "SELECT id, text, fill_into_edit, url, contents, contents_class, "
145 // contents_class
168 "contents VARCHAR, contents_class VARCHAR, description VARCHAR, "
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_match.cc 81 contents_class(match.contents_class),
116 contents_class = match.contents_class;
463 ValidateClassifications(contents, contents_class);
autocomplete_match.h 285 ACMatchClassifications contents_class; member in struct:AutocompleteMatch
keyword_provider.cc 496 match->contents_class.push_back(
504 &match->contents_class);
525 ACMatchClassification::NONE, &match->contents_class);
597 match->contents_class =
shortcuts_provider.cc 266 match.contents_class = ClassifyAllMatchesInString(term_string, terms_map,
267 match.contents, match.contents_class);
bookmark_provider.cc 174 match.contents_class.push_back(
builtin_provider.cc 140 match.contents_class = styles;
  /external/chromium_org/chrome/browser/ui/views/omnibox/
touch_omnibox_popup_contents_view.cc 49 DrawString(canvas, match.contents, match.contents_class, false, x, y);
  /external/chromium/chrome/browser/ui/views/autocomplete/
touch_autocomplete_popup_contents_view.cc 35 DrawString(canvas, match.contents, match.contents_class, false, x,
  /external/chromium_org/chrome/browser/ui/app_list/search/
omnibox_provider.cc 113 match_.contents_class,

Completed in 368 milliseconds

1 2