Searched defs:contents_class (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Dshortcuts_database.h49 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
H A Dshortcuts_database_unittest.cc33 std::string contents_class; member in struct:__anon4103::ShortcutsDatabaseTestInfo
127 ASCIIToUTF16(info.contents), info.contents_class,
H A Dshortcuts_database.cc39 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, "
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
/external/chromium_org/chrome/browser/autocomplete/
H A Dshortcuts_backend_unittest.cc33 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);
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.cc56 std::string contents_class; member in struct:__anon2936::TestShortcutInfo
330 ASCIIToUTF16(cur.contents), cur.contents_class,
/external/chromium_org/components/omnibox/
H A Dautocomplete_match.h314 ACMatchClassifications contents_class; member in struct:AutocompleteMatch

Completed in 171 milliseconds