/external/chromium_org/extensions/browser/api/storage/ |
D | storage_frontend_unittest.cc | 54 frontend_.reset(); in TearDown() 63 frontend_.reset( in ResetFrontend() 68 scoped_ptr<StorageFrontend> frontend_; member in extensions::ExtensionSettingsFrontendTest 85 EXPECT_TRUE(frontend_->IsStorageEnabled(settings::LOCAL)); in TEST_F() 86 EXPECT_TRUE(frontend_->GetValueStoreCache(settings::LOCAL)); in TEST_F() 89 EXPECT_FALSE(frontend_->IsStorageEnabled(settings::INVALID)); in TEST_F() 90 EXPECT_FALSE(frontend_->GetValueStoreCache(settings::INVALID)); in TEST_F() 99 util::GetStorage(extension, settings::LOCAL, frontend_.get()); in TEST_F() 116 storage = util::GetStorage(extension, settings::LOCAL, frontend_.get()); in TEST_F() 131 util::GetStorage(extension, settings::LOCAL, frontend_.get()); in TEST_F() [all …]
|
/external/chromium_org/chrome/browser/sync/glue/ |
D | sync_backend_host_impl.cc | 81 frontend_(NULL), in SyncBackendHostImpl() 94 DCHECK(!core_.get() && !frontend_) << "Must call Shutdown before destructor."; in ~SyncBackendHostImpl() 115 frontend_ = frontend; in Initialize() 256 frontend_ = NULL; in StopSyncingForShutdown() 275 DCHECK(!frontend_); in Shutdown() 596 if (!frontend_) in FinishConfigureDataTypesOnFrontendLoop() 626 frontend_->OnExperimentsChanged(experiments); in AddExperimentalTypes() 631 if (!frontend_) in HandleControlTypesDownloadRetry() 634 frontend_->OnSyncConfigureRetry(); in HandleControlTypesDownloadRetry() 648 if (!frontend_) in HandleInitializationSuccessOnFrontendLoop() [all …]
|
D | sync_backend_host_impl.h | 212 sync_driver::SyncFrontend* frontend() { return frontend_; } in frontend() 338 sync_driver::SyncFrontend* frontend_; variable
|
/external/chromium_org/content/child/appcache/ |
D | appcache_dispatcher.cc | 15 frontend_(frontend) {} in AppCacheDispatcher() 36 frontend_->OnCacheSelected(host_id, info); in OnCacheSelected() 41 frontend_->OnStatusChanged(host_ids, status); in OnStatusChanged() 46 frontend_->OnEventRaised(host_ids, event_id); in OnEventRaised() 52 frontend_->OnProgressEventRaised(host_ids, url, num_total, num_complete); in OnProgressEventRaised() 58 frontend_->OnErrorEventRaised(host_ids, details); in OnErrorEventRaised() 63 frontend_->OnLogMessage( in OnLogMessage() 69 frontend_->OnContentBlocked(host_id, manifest_url); in OnContentBlocked()
|
D | appcache_dispatcher.h | 48 scoped_ptr<AppCacheFrontend> frontend_; variable
|
/external/chromium_org/content/browser/appcache/ |
D | appcache_backend_impl.cc | 16 frontend_(NULL), in AppCacheBackendImpl() 29 DCHECK(!service_ && !frontend_ && frontend && service); in Initialize() 31 frontend_ = frontend; in Initialize() 41 HostMap::value_type(id, new AppCacheHost(id, frontend_, service_))); in RegisterHost() 160 found->second = new AppCacheHost(host_id, frontend_, service_); in TransferHostOut() 178 host->CompleteTransfer(new_host_id, frontend_); in TransferHostIn()
|
D | appcache_host.cc | 52 frontend_(frontend), service_(service), in AppCacheHost() 94 frontend_->OnContentBlocked(host_id_, in SelectCache() 117 frontend_->OnEventRaised(host_ids, APPCACHE_CHECKING_EVENT); in SelectCache() 118 frontend_->OnErrorEventRaised( in SelectCache() 126 frontend_->OnContentBlocked(host_id_, manifest_url); in SelectCache() 383 frontend_->OnLogMessage( in FinishCacheSelection() 404 frontend_->OnLogMessage( in FinishCacheSelection() 460 frontend_->OnCacheSelected(host_id_, info); in OnUpdateComplete() 504 frontend_ = NULL; in PrepareForTransfer() 509 frontend_ = frontend; in CompleteTransfer() [all …]
|
D | appcache_host.h | 163 AppCacheFrontend* frontend() const { return frontend_; } in frontend() 272 AppCacheFrontend* frontend_; variable
|
D | appcache_backend_impl.h | 68 AppCacheFrontend* frontend_; variable
|
D | appcache_storage_impl_unittest.cc | 1736 backend_->Initialize(service_.get(), &frontend_, kMockProcessId); in Continue_Reinitialize() 1798 EXPECT_TRUE(frontend_.error_event_was_raised_); in Verify_Reinitialized() 1887 MockAppCacheFrontend frontend_; member in content::AppCacheStorageImplTest
|
/external/chromium_org/chrome/service/cloud_print/ |
D | cloud_print_proxy_backend.cc | 165 frontend_(frontend) { in CloudPrintProxyBackend() 166 DCHECK(frontend_); in CloudPrintProxyBackend() 490 backend_->frontend_ in NotifyAuthenticated() 496 backend_->frontend_->OnAuthenticationFailed(); in NotifyAuthenticationFailed() 501 backend_->frontend_->OnPrintSystemUnavailable(); in NotifyPrintSystemUnavailable() 508 backend_->frontend_->OnUnregisterPrinters(auth_token, printer_ids); in NotifyUnregisterPrinters() 513 backend_->frontend_->OnXmppPingUpdated(ping_timeout); in NotifyXmppPingUpdated()
|
D | cloud_print_proxy_backend.h | 94 CloudPrintProxyFrontend* frontend_; variable
|
/external/chromium_org/chrome/browser/extensions/api/storage/ |
D | settings_sync_unittest.cc | 213 frontend_.reset( in SetUp() 223 frontend_.reset(); in TearDown() 236 return util::GetStorage(extension, frontend_.get()); in AddExtensionAndGetStorage() 243 frontend_->GetValueStoreCache(settings_namespace::SYNC)); in GetSyncableService() 269 scoped_ptr<StorageFrontend> frontend_; member in extensions::ExtensionSettingsSyncTest 1485 frontend_->RunWithStorage(extension, in TEST_F() 1488 frontend_->RunWithStorage(extension, in TEST_F()
|