HomeSort by relevance Sort by last modified time
    Searched refs:mapping_id (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/history/
thumbnail_database.h 152 // Updates the page and icon mapping for the given mapping_id with the given
155 bool UpdateIconMapping(IconMappingID mapping_id, FaviconID icon_id);
thumbnail_database.cc 33 icon_mapping->mapping_id = statement.ColumnInt64(0);
524 bool ThumbnailDatabase::UpdateIconMapping(IconMappingID mapping_id,
532 statement.BindInt64(1, mapping_id);
history_types.h 694 IconMappingID mapping_id; member in struct:history::IconMapping
history_types.cc 406 : mapping_id(0),
thumbnail_database_unittest.cc 183 EXPECT_TRUE(db.UpdateIconMapping(icon_mapping.front().mapping_id, new_id));
history_backend.cc     [all...]

Completed in 36 milliseconds