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 185 // Updates the page and icon mapping for the given mapping_id with the given
188 bool UpdateIconMapping(IconMappingID mapping_id,
195 // Deletes the icon mapping with |mapping_id|.
197 bool DeleteIconMapping(IconMappingID mapping_id);
thumbnail_database.cc 94 icon_mapping->mapping_id = statement.ColumnInt64(0);
    [all...]
history_types.cc 395 : mapping_id(0), icon_id(0), icon_type(favicon_base::INVALID_ICON) {}
history_types.h 685 IconMappingID mapping_id; member in struct:history::IconMapping
history_backend_unittest.cc 1610 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))

Completed in 96 milliseconds