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

  /external/chromium_org/chrome/browser/webdata/
web_data_service_factory.cc 75 scoped_refptr<base::MessageLoopProxy> db_thread = local
77 web_database_ = new WebDatabaseService(path, ui_thread, db_thread);
103 web_database_, ui_thread, db_thread, base::Bind(
  /external/chromium/chrome/browser/
browser_process_impl.cc 389 base::Thread* BrowserProcessImpl::db_thread() { function in class:BrowserProcessImpl
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_storage_impl_unittest.cc 170 scoped_ptr<base::Thread> db_thread; member in namespace:appcache::__anon15348
258 db_thread->message_loop_proxy().get(),
374 db_thread.reset(new base::Thread("AppCacheTest::DBThread"));
375 ASSERT_TRUE(db_thread->StartWithOptions(options));
380 db_thread.reset(NULL);
401 base::FilePath(), db_thread->message_loop_proxy().get(), NULL);
455 db_thread->message_loop()->PostTask(
    [all...]

Completed in 163 milliseconds