/external/chromium_org/components/signin/core/browser/webdata/ |
token_web_data.cc | 21 TokenWebDataBackend(scoped_refptr<base::MessageLoopProxy> db_thread) 22 : base::RefCountedDeleteOnMessageLoop<TokenWebDataBackend>(db_thread) { 68 scoped_refptr<base::MessageLoopProxy> db_thread, 71 token_backend_(new TokenWebDataBackend(db_thread)) { 100 scoped_refptr<base::MessageLoopProxy> db_thread) 102 token_backend_(new TokenWebDataBackend(db_thread)) {
|
token_web_data.h | 39 scoped_refptr<base::MessageLoopProxy> db_thread, 43 scoped_refptr<base::MessageLoopProxy> db_thread);
|
/external/chromium_org/components/webdata/common/ |
web_database_service.cc | 43 const scoped_refptr<base::MessageLoopProxy>& db_thread) 47 db_thread_(db_thread), 52 DCHECK(db_thread.get());
|
web_data_service_backend.cc | 19 const scoped_refptr<base::MessageLoopProxy>& db_thread) 20 : base::RefCountedDeleteOnMessageLoop<WebDataServiceBackend>(db_thread),
|
web_data_service_backend.h | 47 const scoped_refptr<base::MessageLoopProxy>& db_thread);
|
web_database_service.h | 60 // WebDatabaseService lives on |ui_thread| and posts tasks to |db_thread|. 63 const scoped_refptr<base::MessageLoopProxy>& db_thread);
|
/external/chromium_org/components/autofill/core/browser/webdata/ |
autofill_webdata_service.h | 43 scoped_refptr<base::MessageLoopProxy> db_thread); 46 scoped_refptr<base::MessageLoopProxy> db_thread,
|
autofill_webdata_service.cc | 31 scoped_refptr<base::MessageLoopProxy> db_thread, 35 db_thread_(db_thread), 49 scoped_refptr<base::MessageLoopProxy> db_thread) 53 db_thread_(db_thread),
|
autofill_webdata_backend_impl.cc | 30 scoped_refptr<base::MessageLoopProxy> db_thread, 33 db_thread), 35 db_thread_(db_thread),
|
autofill_webdata_backend_impl.h | 45 // Sync-related operations. |ui_thread| and |db_thread| are the threads that 53 scoped_refptr<base::MessageLoopProxy> db_thread,
|
/external/chromium_org/chrome/browser/webdata/ |
web_data_service_factory.cc | 79 scoped_refptr<base::MessageLoopProxy> db_thread = local 81 web_database_ = new WebDatabaseService(path, ui_thread, db_thread); 100 db_thread, 113 db_thread,
|
/external/chromium_org/content/browser/quota/ |
mock_quota_manager.cc | 37 const scoped_refptr<base::SequencedTaskRunner>& db_thread, 42 db_thread,
|
mock_quota_manager.h | 47 const scoped_refptr<base::SequencedTaskRunner>& db_thread,
|
/external/chromium_org/components/leveldb_proto/ |
proto_database_impl_unittest.cc | 331 base::Thread db_thread("dbthread"); 332 ASSERT_TRUE(db_thread.Start()); 335 new ProtoDatabaseImpl<TestProto>(db_thread.message_loop_proxy())); 345 db_thread.message_loop_proxy()->PostTaskAndReply(
|
/external/chromium_org/content/browser/appcache/ |
appcache_service_impl.h | 86 const scoped_refptr<base::SingleThreadTaskRunner>& db_thread,
|
appcache_storage_impl.h | 38 const scoped_refptr<base::SingleThreadTaskRunner>& db_thread,
|
appcache_service_impl.cc | 475 const scoped_refptr<base::SingleThreadTaskRunner>& db_thread, 479 db_thread_ = db_thread; 482 storage->Initialize(cache_directory, db_thread, cache_thread);
|
appcache_storage_impl_unittest.cc | 171 scoped_ptr<base::Thread> db_thread; member in namespace:content::__anon11633 260 db_thread->message_loop_proxy().get(), 375 db_thread.reset(new base::Thread("AppCacheTest::DBThread")); 376 ASSERT_TRUE(db_thread->StartWithOptions(options)); 381 db_thread.reset(NULL); 401 service_->Initialize(base::FilePath(), db_thread->task_runner(), NULL); 455 db_thread->message_loop()->PostTask( [all...] |
appcache_storage_impl.cc | [all...] |
/external/chromium_org/storage/browser/quota/ |
quota_manager.h | 129 const scoped_refptr<base::SequencedTaskRunner>& db_thread,
|
quota_manager.cc | 804 const scoped_refptr<base::SequencedTaskRunner>& db_thread, 812 db_thread_(db_thread), [all...] |