Home
last modified time | relevance | path

Searched refs:frontend_ (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/extensions/browser/api/storage/
Dstorage_frontend_unittest.cc54 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/
Dsync_backend_host_impl.cc81 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 …]
Dsync_backend_host_impl.h212 sync_driver::SyncFrontend* frontend() { return frontend_; } in frontend()
338 sync_driver::SyncFrontend* frontend_; variable
/external/chromium_org/content/child/appcache/
Dappcache_dispatcher.cc15 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()
Dappcache_dispatcher.h48 scoped_ptr<AppCacheFrontend> frontend_; variable
/external/chromium_org/content/browser/appcache/
Dappcache_backend_impl.cc16 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()
Dappcache_host.cc52 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 …]
Dappcache_host.h163 AppCacheFrontend* frontend() const { return frontend_; } in frontend()
272 AppCacheFrontend* frontend_; variable
Dappcache_backend_impl.h68 AppCacheFrontend* frontend_; variable
Dappcache_storage_impl_unittest.cc1736 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/
Dcloud_print_proxy_backend.cc165 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()
Dcloud_print_proxy_backend.h94 CloudPrintProxyFrontend* frontend_; variable
/external/chromium_org/chrome/browser/extensions/api/storage/
Dsettings_sync_unittest.cc213 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()