Searched defs:db_thread (Results 1 - 11 of 11) 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
/external/chromium_org/components/webdata/common/
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_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
/external/chromium_org/chrome/browser/webdata/
H A Dweb_data_service_factory.cc76 scoped_refptr<base::MessageLoopProxy> db_thread = local
78 web_database_ = new WebDatabaseService(path, ui_thread, db_thread);
104 web_database_, ui_thread, db_thread, base::Bind(
109 web_database_, ui_thread, db_thread, base::Bind(
/external/chromium_org/content/browser/quota/
H A Dmock_quota_manager.cc37 base::SequencedTaskRunner* db_thread,
39 : QuotaManager(is_incognito, profile_path, io_thread, db_thread,
33 MockQuotaManager( bool is_incognito, const base::FilePath& profile_path, base::SingleThreadTaskRunner* io_thread, base::SequencedTaskRunner* db_thread, SpecialStoragePolicy* special_storage_policy) argument
/external/chromium_org/components/autofill/core/browser/webdata/
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_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
/external/chromium_org/webkit/browser/appcache/
H A Dappcache_service_impl.cc471 base::MessageLoopProxy* db_thread,
475 db_thread_ = db_thread;
478 storage->Initialize(cache_directory, db_thread, cache_thread);
470 Initialize(const base::FilePath& cache_directory, base::MessageLoopProxy* db_thread, base::MessageLoopProxy* cache_thread) argument
H A Dappcache_storage_impl.cc1345 base::MessageLoopProxy* db_thread,
1347 DCHECK(db_thread);
1357 db_thread_ = db_thread;
1344 Initialize(const base::FilePath& cache_directory, base::MessageLoopProxy* db_thread, base::MessageLoopProxy* cache_thread) argument
/external/chromium_org/content/browser/appcache/
H A Dappcache_storage_impl_unittest.cc194 scoped_ptr<base::Thread> db_thread; member in namespace:content::__anon6727
283 db_thread->message_loop_proxy().get(),
398 db_thread.reset(new base::Thread("AppCacheTest::DBThread"));
399 ASSERT_TRUE(db_thread->StartWithOptions(options));
404 db_thread.reset(NULL);
425 base::FilePath(), db_thread->message_loop_proxy().get(), NULL);
479 db_thread->message_loop()->PostTask(
1738 db_thread->message_loop_proxy().get(),
1739 db_thread->message_loop_proxy().get());
/external/chromium_org/webkit/browser/quota/
H A Dquota_manager.cc803 base::SequencedTaskRunner* db_thread,
812 db_thread_(db_thread),
800 QuotaManager(bool is_incognito, const base::FilePath& profile_path, base::SingleThreadTaskRunner* io_thread, base::SequencedTaskRunner* db_thread, SpecialStoragePolicy* special_storage_policy) argument

Completed in 354 milliseconds