Searched defs:description_class (Results 1 - 6 of 6) sorted by last modified time

/external/chromium_org/components/omnibox/
H A Dautocomplete_match.h318 ACMatchClassifications description_class; member in struct:AutocompleteMatch
/external/chromium_org/chrome/browser/autocomplete/
H A Dshortcuts_backend_unittest.cc34 const std::string& description_class = std::string(),
85 const std::string& description_class,
92 match.description_class =
93 AutocompleteMatch::ClassificationsFromString(description_class);
213 EXPECT_EQ(cases[i].output_description_class, match_core.description_class)
229 match.description_class = AutocompleteMatch::ClassificationsFromString("0,4");
244 EXPECT_TRUE(match_core.description_class.empty());
82 MatchCoreForTesting( const std::string& url, const std::string& contents_class, const std::string& description_class, AutocompleteMatch::Type type) argument
H A Dshortcuts_provider_unittest.cc58 std::string description_class; member in struct:__anon2936::TestShortcutInfo
331 ASCIIToUTF16(cur.description), cur.description_class,
/external/chromium_org/chrome/browser/history/
H A Dshortcuts_database.cc41 s->BindString(7, shortcut.match_core.description_class);
72 const std::string& description_class,
81 description_class(description_class),
143 "contents, contents_class, description, description_class, "
154 "contents=?, contents_class=?, description=?, description_class=?, "
192 "description, description_class, transition, type, keyword, "
208 s.ColumnString(7), // description_class
227 "description_class VARCHAR, transition INTEGER, type INTEGER, "
66 MatchCore( const base::string16& fill_into_edit, const GURL& destination_url, const base::string16& contents, const std::string& contents_class, const base::string16& description, const std::string& description_class, int transition, int type, const base::string16& keyword) argument
H A Dshortcuts_database.h51 const std::string& description_class,
60 // For both contents_class and description_class, we strip MATCH
65 std::string description_class; member in struct:history::ShortcutsDatabase::Shortcut::MatchCore
H A Dshortcuts_database_unittest.cc35 std::string description_class; member in struct:__anon4103::ShortcutsDatabaseTestInfo
128 ASCIIToUTF16(info.description), info.description_class,

Completed in 139 milliseconds