Lines Matching full:database
13 // Database messages sent from the browser to the renderer.
15 // Notifies the child process of the new database size
18 base::string16 /* the database name */,
19 int64 /* the new database size */)
30 // Asks the child process to close a database immediately
33 base::string16 /* the database name */)
35 // Database messages sent from the renderer to the browser.
64 // Notifies the browser process that a new database has been opened
67 base::string16 /* database name */,
68 base::string16 /* database description */,
71 // Notifies the browser process that a database might have been modified
74 base::string16 /* database name */)
76 // Notifies the browser process that a database is about to close
79 base::string16 /* database name */)
81 // Sent when a sqlite error indicates the database is corrupt.
84 base::string16 /* database name */,