HomeSort by relevance Sort by last modified time
    Searched defs:match_core (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/history/
shortcuts_database.h 73 const MatchCore& match_core,
82 MatchCore match_core; member in struct:history::ShortcutsDatabase::Shortcut
  /external/chromium_org/chrome/browser/autocomplete/
shortcuts_backend_unittest.cc 207 history::ShortcutsDatabase::Shortcut::MatchCore match_core(
211 EXPECT_EQ(cases[i].output_contents_class, match_core.contents_class)
213 EXPECT_EQ(cases[i].output_description_class, match_core.description_class)
215 EXPECT_EQ(cases[i].output_type, match_core.type)
236 history::ShortcutsDatabase::Shortcut::MatchCore match_core = local
240 match_core.destination_url.spec());
241 EXPECT_EQ(match.fill_into_edit, match_core.contents);
242 EXPECT_EQ("0,0", match_core.contents_class);
243 EXPECT_EQ(base::string16(), match_core.description);
244 EXPECT_TRUE(match_core.description_class.empty())
    [all...]

Completed in 73 milliseconds