Home | History | Annotate | Download | only in password_manager

Lines Matching refs:DB

53 // the DB thread.
63 BrowserThread::DB,
72 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::DB));
84 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::DB));
104 db_thread_(BrowserThread::DB) {
185 // The PasswordStore schedules tasks to run on the DB thread so we schedule
188 BrowserThread::PostTask(BrowserThread::DB, FROM_HERE,
280 // The WDS schedules tasks to run on the DB thread so we schedule yet another
283 BrowserThread::PostTask(BrowserThread::DB, FROM_HERE,
297 // Again, the WDS schedules tasks to run on the DB thread, so schedule a task
299 BrowserThread::PostTask(BrowserThread::DB, FROM_HERE,
343 // Wait for the WDS methods to execute on the DB thread.
344 BrowserThread::PostTask(BrowserThread::DB, FROM_HERE,
357 // Wait for the WDS methods to execute on the DB thread.
358 BrowserThread::PostTask(BrowserThread::DB, FROM_HERE,
393 // The WDS schedules tasks to run on the DB thread so we schedule yet another
396 BrowserThread::PostTask(BrowserThread::DB, FROM_HERE,
471 // The PasswordStore schedules tasks to run on the DB thread so we schedule
474 BrowserThread::PostTask(BrowserThread::DB, FROM_HERE,
496 BrowserThread::PostTask(BrowserThread::DB, FROM_HERE,
515 BrowserThread::PostTask(BrowserThread::DB, FROM_HERE,