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

  /external/chromium_org/chrome/browser/history/
thumbnail_database.h 187 // Updates the page and icon mapping for the given mapping_id with the given
190 bool UpdateIconMapping(IconMappingID mapping_id,
197 // Deletes the icon mapping with |mapping_id|.
199 bool DeleteIconMapping(IconMappingID mapping_id);
thumbnail_database.cc 94 icon_mapping->mapping_id = statement.ColumnInt64(0);
    [all...]
history_backend_unittest.cc 1604 IconMappingID mapping_id = icon_mappings[0].mapping_id; local
    [all...]
thumbnail_database_unittest.cc 235 EXPECT_TRUE(db.UpdateIconMapping(icon_mapping.front().mapping_id, new_id));
    [all...]
history_backend.cc     [all...]
  /external/chromium_org/chrome/browser/history/android/
favicon_sql_handler.cc 55 if (!thumbnail_db_->DeleteIconMapping(m->mapping_id))
  /external/chromium_org/components/history/core/browser/
history_types.cc 287 : mapping_id(0), icon_id(0), icon_type(favicon_base::INVALID_ICON) {}
history_types.h 472 IconMappingID mapping_id; member in struct:history::IconMapping

Completed in 2034 milliseconds