Lines Matching full:database
33 // This database interface is owned by the history backend and runs on the
36 // operations we will do on this database will be slow, but we can tolerate
51 // Open database on a given filename. If the file does not exist,
53 // |db| is the database to open.
54 // |db_name| is a path to the database file.
58 // Transactions on the database.
65 // Vacuums the database. This will cause sqlite to defragment and collect
108 // Returns the id of the entry in the favicon database with the specified url
110 // there are more than one matched icon in database, only one icon will be
161 // Checks whether a favicon is used by any URLs in the database.
217 // Renames the database file and drops the Thumbnails table.
236 // need to copy the favicons between two database files.
245 // Migrates the icon mapping data from URL database to Thumbnail database.