/external/chromium_org/chrome/browser/extensions/api/omnibox/ |
omnibox_api_browsertest.cc | 100 ASSERT_EQ(6u, result.match_at(1).contents_class.size()); 103 result.match_at(1).contents_class[0].offset); 105 result.match_at(1).contents_class[0].style); 108 result.match_at(1).contents_class[1].offset); 110 result.match_at(1).contents_class[1].style); 113 result.match_at(1).contents_class[2].offset); 115 result.match_at(1).contents_class[2].style); 118 result.match_at(1).contents_class[3].offset); 120 result.match_at(1).contents_class[3].style); 123 result.match_at(1).contents_class[4].offset) [all...] |
omnibox_api.cc | 368 ACMatchClassifications& description_styles = match->contents_class;
|
/external/chromium_org/chrome/browser/history/ |
shortcuts_database.cc | 39 s->BindString(5, shortcut.match_core.contents_class); 70 const std::string& contents_class, 79 contents_class(contents_class), 143 "contents, contents_class, description, description_class, " 154 "contents=?, contents_class=?, description=?, description_class=?, " 191 "SELECT id, text, fill_into_edit, url, contents, contents_class, " 206 s.ColumnString(5), // contents_class 226 "contents VARCHAR, contents_class VARCHAR, description VARCHAR, "
|
shortcuts_database.h | 49 const std::string& contents_class, 60 // For both contents_class and description_class, we strip MATCH 63 std::string contents_class; member in struct:history::ShortcutsDatabase::Shortcut::MatchCore
|
shortcuts_database_unittest.cc | 34 std::string contents_class; member in struct:__anon8654::ShortcutsDatabaseTestInfo 128 ASCIIToUTF16(info.contents), info.contents_class,
|
/external/chromium_org/chrome/browser/autocomplete/ |
shortcuts_backend_unittest.cc | 33 const std::string& contents_class = std::string(), 84 const std::string& contents_class, 90 match.contents_class = 91 AutocompleteMatch::ClassificationsFromString(contents_class); 211 EXPECT_EQ(cases[i].output_contents_class, match_core.contents_class) 226 match.contents_class = 242 EXPECT_EQ("0,0", match_core.contents_class);
|
autocomplete_match.cc | 82 contents_class(match.contents_class), 120 contents_class = match.contents_class; 485 ValidateClassifications(contents, contents_class);
|
shortcuts_provider.cc | 203 match.contents_class = AutocompleteMatch::ClassificationsFromString( 204 shortcut.match_core.contents_class); 260 match.contents_class = ClassifyAllMatchesInString(term_string, terms_map, 261 match.contents, match.contents_class);
|
history_quick_provider_unittest.cc | 389 // Verify that contents_class divides the string in the right places. 391 ACMatchClassifications contents_class(ac_matches_[0].contents_class); 401 EXPECT_LE(contents_class.size(), arraysize(expected_offsets)); 402 EXPECT_GE(contents_class.size(), 5u); 403 for (size_t i = 0; i < contents_class.size(); ++i) 404 EXPECT_EQ(expected_offsets[i], contents_class[i].offset); 452 ACMatchClassifications content(ac_matches_[0].contents_class); [all...] |
keyword_provider.cc | 452 match->contents_class.push_back( 460 &match->contents_class); 482 ACMatchClassification::NONE, &match->contents_class);
|
keyword_extensions_delegate_impl.cc | 190 match->contents_class =
|
builtin_provider.cc | 169 match.contents_class = styles;
|
extension_app_provider.cc | 90 &match.contents_class);
|
bookmark_provider_unittest.cc | 455 ASSERT_EQ(class_strings.size(), match.contents_class.size()) 463 EXPECT_EQ(offset, match.contents_class[i].offset) << description; 466 EXPECT_EQ(style, match.contents_class[i].style) << description;
|
history_url_provider_unittest.cc | [all...] |
shortcuts_backend.cc | 157 StripMatchMarkers(normalized_match.contents_class),
|
autocomplete_match.h | 295 ACMatchClassifications contents_class; member in struct:AutocompleteMatch
|
bookmark_provider.cc | 175 match.contents_class =
|
history_quick_provider.cc | 258 match.contents_class =
|
history_url_provider.cc | 596 &match.contents_class); 601 &match.contents_class); [all...] |
zero_suggest_provider.cc | 298 &match.contents_class);
|
search_provider_unittest.cc | [all...] |
/external/chromium_org/chrome/browser/ui/app_list/search/ |
omnibox_provider.cc | 114 match_.contents_class,
|
/external/chromium_org/chrome/browser/ui/views/omnibox/ |
omnibox_result_view.cc | 479 match_.contents, match_.contents_class, false).release()); 546 keyword_match->contents_class,
|
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/ |
omnibox_popup_cell.mm | 180 match_.contents, ContentTextColor(), match_.contents_class);
|