HomeSort by relevance Sort by last modified time
    Searched refs:mapping_id (Results 1 - 14 of 14) 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...]
  /external/chromium_org/chrome/browser/history/android/
favicon_sql_handler.cc 59 if (!thumbnail_db_->DeleteIconMapping(m->mapping_id))
  /external/chromium_org/chrome/browser/history/
thumbnail_database.h 233 // Updates the page and icon mapping for the given mapping_id with the given
236 bool UpdateIconMapping(IconMappingID mapping_id, chrome::FaviconID icon_id);
242 // Deletes the icon mapping with |mapping_id|.
244 bool DeleteIconMapping(IconMappingID mapping_id);
thumbnail_database.cc 79 icon_mapping->mapping_id = statement.ColumnInt64(0);
    [all...]
history_types.h 674 IconMappingID mapping_id; member in struct:history::IconMapping
thumbnail_database_unittest.cc 219 EXPECT_TRUE(db.UpdateIconMapping(icon_mapping.front().mapping_id, new_id));
892 if (favicon_mapping_id1 == icon_mapping.mapping_id) {
    [all...]
history_types.cc 387 : mapping_id(0),
history_backend_unittest.cc 1377 IconMappingID mapping_id = icon_mappings[0].mapping_id; local
    [all...]
history_backend.cc     [all...]

Completed in 1513 milliseconds