Searched defs:backend_ (Results 1 - 25 of 61) sorted by path

123

/external/chromium_org/chrome/browser/autocomplete/
H A Dshortcuts_backend_unittest.cc45 return backend_->shortcuts_map();
63 scoped_refptr<ShortcutsBackend> backend_; member in class:ShortcutsBackendTest
116 backend_ = ShortcutsBackendFactory::GetForProfile(&profile_);
117 ASSERT_TRUE(backend_.get());
118 backend_->AddObserver(this);
128 backend_->RemoveObserver(this);
146 ASSERT_FALSE(backend_->initialized());
149 EXPECT_TRUE(backend_->initialized());
154 return backend_->AddShortcut(shortcut);
159 return backend_
[all...]
H A Dshortcuts_provider_unittest.cc295 scoped_refptr<ShortcutsBackend> backend_; member in class:ShortcutsProviderTest
307 backend_ = ShortcutsBackendFactory::GetForProfile(&profile_);
308 ASSERT_TRUE(backend_.get());
323 size_t expected_size = backend_->shortcuts_map().size() + db_size;
335 backend_->AddShortcut(shortcut);
337 EXPECT_EQ(expected_size, backend_->shortcuts_map().size());
787 size_t original_shortcuts_count = backend_->shortcuts_map().size();
791 EXPECT_EQ(original_shortcuts_count + 4, backend_->shortcuts_map().size());
792 EXPECT_FALSE(backend_->shortcuts_map().end() ==
793 backend_
[all...]
/external/chromium_org/chrome/browser/chromeos/
H A Dboot_times_loader.h174 scoped_refptr<Backend> backend_; member in class:chromeos::BootTimesLoader
H A Dversion_loader.h86 scoped_refptr<Backend> backend_; member in class:chromeos::VersionLoader
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dcloud_external_data_manager_base.h78 // |backend_| because URLRequestContextGetter and URLFetchers cannot be
85 // The |backend_| handles all data download scheduling, verification, caching
90 scoped_ptr<Backend> backend_; member in class:policy::CloudExternalDataManagerBase
/external/chromium_org/chrome/browser/history/
H A Dhistory_backend_unittest.cc164 scoped_refptr<HistoryBackend> backend_; // Will be NULL on init failure. member in class:history::HistoryBackendTestBase
177 backend_ = new HistoryBackend(
179 backend_->Init(std::string(), false);
183 if (backend_.get())
184 backend_->Closing();
185 backend_ = NULL;
253 backend_->AddPage(request);
276 backend_->AddPage(request);
286 URLID id = backend_->db()->GetRowForURL(url, &row);
288 EXPECT_TRUE(backend_
[all...]
H A Dhistory_unittest.cc124 // assigning the values to backend_ and db_.
126 backend_ =
128 backend_->Init(std::string(), false);
129 db_ = backend_->db_.get();
163 if (backend_.get()) {
164 backend_->Closing();
165 backend_ = NULL;
215 scoped_refptr<HistoryBackend> backend_; member in class:history::HistoryBackendDBTest
H A Dtop_sites_impl.h219 scoped_refptr<TopSitesBackend> backend_; member in class:history::TopSitesImpl
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_x.h111 bool use_native_backend() { return !!backend_.get(); }
124 scoped_ptr<NativeBackend> backend_; member in class:PasswordStoreX
/external/chromium_org/chrome/browser/sessions/
H A Dbase_session_service.h63 SessionBackend* backend() const { return backend_.get(); }
172 scoped_refptr<SessionBackend> backend_; member in class:BaseSessionService
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host_impl_unittest.cc161 backend_.reset(new SyncBackendHostImpl(
192 if (backend_) {
193 backend_->StopSyncingForShutdown();
194 backend_->Shutdown(syncer::STOP_SYNC);
196 backend_.reset();
212 backend_->Initialize(
253 backend_->ConfigureDataTypes(
292 scoped_ptr<SyncBackendHost> backend_; member in class:browser_sync::__anon4771::SyncBackendHostTest
699 backend_->StopSyncingForShutdown();
706 backend_
[all...]
H A Dtyped_url_data_type_controller.h58 history::HistoryBackend* backend_; member in class:browser_sync::TypedUrlDataTypeController
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service.h833 scoped_ptr<browser_sync::SyncBackendHost> backend_; member in class:ProfileSyncService
H A Dprofile_sync_service_autofill_unittest.cc312 backend_.reset(new MockAutofillBackend(
315 this, backend_.get());
317 this, backend_.get(), "en-US");
331 backend_.reset();
338 scoped_ptr<autofill::AutofillWebDataBackend> backend_; member in class:WebDataServiceFake
H A Dprofile_sync_service_typed_url_unittest.cc115 : HistoryService(client, profile), backend_(NULL) {}
141 backend_ = backend;
148 EXPECT_TRUE(task->RunOnDBThread(backend_.get(), NULL));
152 scoped_refptr<history::HistoryBackend> backend_; member in class:__anon4789::HistoryServiceMock
/external/chromium_org/chrome/service/cloud_print/
H A Dcloud_print_proxy.h84 scoped_ptr<CloudPrintProxyBackend> backend_; member in class:cloud_print::CloudPrintProxy
H A Dcloud_print_proxy_backend.cc125 CloudPrintProxyBackend* backend_; member in class:cloud_print::CloudPrintProxyBackend::Core
227 : backend_(backend),
255 DCHECK(base::MessageLoop::current() == backend_->core_thread_.message_loop());
263 DCHECK(base::MessageLoop::current() == backend_->core_thread_.message_loop());
271 DCHECK(base::MessageLoop::current() == backend_->core_thread_.message_loop());
286 backend_->frontend_loop_->PostTask(
301 backend_->frontend_loop_->PostTask(
308 DCHECK(base::MessageLoop::current() == backend_->core_thread_.message_loop());
310 backend_->frontend_loop_->PostTask(
327 backend_
[all...]
/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_service.h135 // |backend_| because URLRequestContextGetter and URLFetchers cannot be
142 // The |backend_| handles all download scheduling, validation and caching of
146 scoped_ptr<Backend> backend_; member in class:policy::ComponentCloudPolicyService
H A Dexternal_policy_data_fetcher.h94 // Callback invoked when a fetch job finishes in the |backend_|.
103 // Task runner representing the thread on which the |backend_| runs and
107 // The |backend_| is used to perform network I/O. It may be dereferenced and
109 base::WeakPtr<ExternalPolicyDataFetcherBackend> backend_; member in class:policy::ExternalPolicyDataFetcher
/external/chromium_org/content/browser/appcache/
H A Dappcache_storage_impl_unittest.cc1735 backend_.reset(new AppCacheBackendImpl);
1736 backend_->Initialize(service_.get(), &frontend_, kMockProcessId);
1749 backend_->RegisterHost(1);
1750 AppCacheHost* host1 = backend_->GetHost(1);
1761 backend_->RegisterHost(2);
1762 AppCacheHost* host2 = backend_->GetHost(2);
1768 backend_->process_id(), host2->host_id(),
1799 AppCacheHost* host1 = backend_->GetHost(1);
1805 AppCacheHost* host2 = backend_->GetHost(2);
1813 backend_
1888 scoped_ptr<AppCacheBackendImpl> backend_; member in class:content::AppCacheStorageImplTest
[all...]
/external/chromium_org/content/browser/fileapi/
H A Dsandbox_file_system_backend_unittest.cc90 backend_.reset(new SandboxFileSystemBackend(delegate_.get()));
95 return backend_->CreateOriginEnumerator();
111 backend_->ResolveURL(
134 scoped_ptr<storage::SandboxFileSystemBackend> backend_; member in class:content::SandboxFileSystemBackendTest
/external/chromium_org/content/browser/gpu/
H A Dshader_disk_cache.h78 disk_cache::Backend* backend() { return backend_.get(); }
90 scoped_ptr<disk_cache::Backend> backend_; member in class:content::ShaderDiskCache
/external/chromium_org/content/browser/media/
H A Dwebrtc_identity_store.h112 scoped_refptr<WebRTCIdentityStoreBackend> backend_; member in class:content::WebRTCIdentityStore
/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store.h72 scoped_refptr<Backend> backend_; member in class:content::SQLitePersistentCookieStore
/external/chromium_org/content/browser/quota/
H A Dquota_backend_impl_unittest.cc102 backend_.reset(new QuotaBackendImpl(file_task_runner(),
109 backend_.reset();
140 backend_->GetUsageCachePath(origin, type, &path);
152 scoped_ptr<QuotaBackendImpl> backend_; member in class:content::QuotaBackendImplTest
167 backend_->ReserveQuota(GURL(kOrigin), type, kDelta1,
175 backend_->ReserveQuota(GURL(kOrigin), type, kDelta2,
193 backend_->ReserveQuota(GURL(kOrigin), type, kDelta,
211 backend_->ReserveQuota(GURL(kOrigin), type, kDelta,
228 backend_->ReleaseReservedQuota(GURL(kOrigin), type, kSize);
241 backend_
[all...]

Completed in 375 milliseconds

123