Searched refs:db_thread (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/components/signin/core/browser/webdata/
H A Dtoken_web_data.cc21 TokenWebDataBackend(scoped_refptr<base::MessageLoopProxy> db_thread) argument
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)) {
66 TokenWebData(scoped_refptr<WebDatabaseService> wdbs, scoped_refptr<base::MessageLoopProxy> ui_thread, scoped_refptr<base::MessageLoopProxy> db_thread, const ProfileErrorCallback& callback) argument
99 TokenWebData(scoped_refptr<base::MessageLoopProxy> ui_thread, scoped_refptr<base::MessageLoopProxy> db_thread) argument
H A Dtoken_web_data.h39 scoped_refptr<base::MessageLoopProxy> db_thread,
43 scoped_refptr<base::MessageLoopProxy> db_thread);
/external/chromium_org/components/webdata/common/
H A Dweb_database_service.cc43 const scoped_refptr<base::MessageLoopProxy>& db_thread)
47 db_thread_(db_thread),
52 DCHECK(db_thread.get());
40 WebDatabaseService( const base::FilePath& path, const scoped_refptr<base::MessageLoopProxy>& ui_thread, const scoped_refptr<base::MessageLoopProxy>& db_thread) argument
H A Dweb_data_service_backend.cc19 const scoped_refptr<base::MessageLoopProxy>& db_thread)
20 : base::RefCountedDeleteOnMessageLoop<WebDataServiceBackend>(db_thread),
16 WebDataServiceBackend( const FilePath& path, Delegate* delegate, const scoped_refptr<base::MessageLoopProxy>& db_thread) argument
H A Dweb_data_service_backend.h47 const scoped_refptr<base::MessageLoopProxy>& db_thread);
H A Dweb_database_service.h60 // WebDatabaseService lives on |ui_thread| and posts tasks to |db_thread|.
63 const scoped_refptr<base::MessageLoopProxy>& db_thread);
/external/chromium_org/chrome/browser/webdata/
H A Dweb_data_service_factory.cc79 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/components/autofill/core/browser/webdata/
H A Dautofill_webdata_service.cc31 scoped_refptr<base::MessageLoopProxy> db_thread,
35 db_thread_(db_thread),
49 scoped_refptr<base::MessageLoopProxy> db_thread)
53 db_thread_(db_thread),
28 AutofillWebDataService( scoped_refptr<WebDatabaseService> wdbs, scoped_refptr<base::MessageLoopProxy> ui_thread, scoped_refptr<base::MessageLoopProxy> db_thread, const ProfileErrorCallback& callback) argument
47 AutofillWebDataService( scoped_refptr<base::MessageLoopProxy> ui_thread, scoped_refptr<base::MessageLoopProxy> db_thread) argument
H A Dautofill_webdata_service.h43 scoped_refptr<base::MessageLoopProxy> db_thread);
46 scoped_refptr<base::MessageLoopProxy> db_thread,
H A Dautofill_webdata_backend_impl.cc30 scoped_refptr<base::MessageLoopProxy> db_thread,
33 db_thread),
35 db_thread_(db_thread),
27 AutofillWebDataBackendImpl( scoped_refptr<WebDataServiceBackend> web_database_backend, scoped_refptr<base::MessageLoopProxy> ui_thread, scoped_refptr<base::MessageLoopProxy> db_thread, const base::Closure& on_changed_callback) argument
H A Dautofill_webdata_backend_impl.h45 // Sync-related operations. |ui_thread| and |db_thread| are the threads that
53 scoped_refptr<base::MessageLoopProxy> db_thread,
/external/chromium_org/content/browser/quota/
H A Dmock_quota_manager.cc37 const scoped_refptr<base::SequencedTaskRunner>& db_thread,
42 db_thread,
33 MockQuotaManager( bool is_incognito, const base::FilePath& profile_path, const scoped_refptr<base::SingleThreadTaskRunner>& io_thread, const scoped_refptr<base::SequencedTaskRunner>& db_thread, const scoped_refptr<SpecialStoragePolicy>& special_storage_policy) argument
H A Dmock_quota_manager.h47 const scoped_refptr<base::SequencedTaskRunner>& db_thread,
/external/chromium_org/components/leveldb_proto/
H A Dproto_database_impl_unittest.cc331 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/
H A Dappcache_service_impl.h86 const scoped_refptr<base::SingleThreadTaskRunner>& db_thread,
H A Dappcache_service_impl.cc475 const scoped_refptr<base::SingleThreadTaskRunner>& db_thread,
479 db_thread_ = db_thread;
482 storage->Initialize(cache_directory, db_thread, cache_thread);
473 Initialize( const base::FilePath& cache_directory, const scoped_refptr<base::SingleThreadTaskRunner>& db_thread, const scoped_refptr<base::SingleThreadTaskRunner>& cache_thread) argument
H A Dappcache_storage_impl.h38 const scoped_refptr<base::SingleThreadTaskRunner>& db_thread,
H A Dappcache_storage_impl_unittest.cc171 scoped_ptr<base::Thread> db_thread; member in namespace:content::__anon7008
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(
1713 db_thread->task_runner(),
1714 db_thread->task_runner());
H A Dappcache_storage_impl.cc1352 const scoped_refptr<base::SingleThreadTaskRunner>& db_thread,
1354 DCHECK(db_thread.get());
1364 db_thread_ = db_thread;
1350 Initialize( const base::FilePath& cache_directory, const scoped_refptr<base::SingleThreadTaskRunner>& db_thread, const scoped_refptr<base::SingleThreadTaskRunner>& cache_thread) argument
/external/chromium_org/storage/browser/quota/
H A Dquota_manager.h129 const scoped_refptr<base::SequencedTaskRunner>& db_thread,
H A Dquota_manager.cc804 const scoped_refptr<base::SequencedTaskRunner>& db_thread,
812 db_thread_(db_thread),
800 QuotaManager( bool is_incognito, const base::FilePath& profile_path, const scoped_refptr<base::SingleThreadTaskRunner>& io_thread, const scoped_refptr<base::SequencedTaskRunner>& db_thread, const scoped_refptr<SpecialStoragePolicy>& special_storage_policy) argument

Completed in 311 milliseconds