HomeSort by relevance Sort by last modified time
    Searched defs:db_thread (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store.cc 42 static base::Thread* db_thread = NULL; local
44 if (db_thread && db_thread->IsRunning())
45 return db_thread;
47 if (!db_thread)
48 db_thread = new base::Thread("db");
50 if (!db_thread)
55 if (!db_thread->StartWithOptions(options)) {
56 delete db_thread;
57 db_thread = NULL
    [all...]
  /external/chromium/chrome/browser/
browser_process_impl.cc 389 base::Thread* BrowserProcessImpl::db_thread() { function in class:BrowserProcessImpl
    [all...]

Completed in 27 milliseconds