Lines Matching full:database
24 // Encapsulates an SQL database that holds URL info. This is a subset of the
34 // sure the database is initialized.
41 // Converts a GURL to a string used in the history database. We plan to
44 // interacting with the database.
75 // Adds a line to the URL database with the given information and returns the
78 // This does NOT add a row to the full text search database. Use
109 // that the main history database can provide this additional behavior.
114 // A basic enumerator to enumerate urls database.
154 // Initializes the given enumerator to enumerator all URLs in the database.
157 // Initializes the given enumerator to enumerator all URLs in the database
219 // in the database. Only used for icon mapping migration.
240 // table creation functions so the in-memory database and the temporary tables
271 // Returns the database for the functions in this interface. The decendent of