Searched refs:CreateBackend (Results 1 - 22 of 22) sorted by relevance

/external/chromium/chrome/browser/policy/
H A Dmock_device_management_service.cc46 DeviceManagementBackend* MockDeviceManagementService::CreateBackend() { function in class:policy::MockDeviceManagementService
H A Ddevice_management_service.h58 virtual DeviceManagementBackend* CreateBackend();
H A Dmock_device_management_service.h57 virtual DeviceManagementBackend* CreateBackend();
H A Ddevice_management_service_browsertest.cc95 scoped_ptr<DeviceManagementBackend> backend(service.CreateBackend());
148 scoped_ptr<DeviceManagementBackend> backend(service.CreateBackend());
H A Ddevice_management_service.cc115 DeviceManagementBackend* DeviceManagementService::CreateBackend() { function in class:policy::DeviceManagementService
H A Ddevice_token_fetcher.cc86 backend_.reset(service_->CreateBackend());
H A Dcloud_policy_controller.cc246 backend_.reset(service_->CreateBackend());
H A Ddevice_management_service_unittest.cc68 backend_.reset(service_->CreateBackend());
/external/chromium/chrome/browser/sync/
H A Dtest_profile_sync_service.h117 virtual void CreateBackend();
H A Dtest_profile_sync_service.cc253 void TestProfileSyncService::CreateBackend() { function in class:TestProfileSyncService
H A Dprofile_sync_service.h487 virtual void CreateBackend();
H A Dprofile_sync_service.cc328 void ProfileSyncService::CreateBackend() { function in class:ProfileSyncService
348 CreateBackend();
/external/chromium/net/http/
H A Dhttp_cache.h89 virtual int CreateBackend(NetLog* net_log,
108 virtual int CreateBackend(NetLog* net_log,
238 int CreateBackend(disk_cache::Backend** backend,
H A Dhttp_cache.cc86 int HttpCache::DefaultBackend::CreateBackend(NetLog* net_log, function in class:net::HttpCache::DefaultBackend
422 return CreateBackend(backend, callback);
445 CreateBackend(NULL, NULL); // We don't care about the result.
473 CreateBackend(NULL, NULL); // We don't care about the result.
495 int HttpCache::CreateBackend(disk_cache::Backend** backend, function in class:net::HttpCache
520 int rv = backend_factory_->CreateBackend(net_log_, &pending_op->backend,
H A Dhttp_cache_unittest.cc540 virtual int CreateBackend(net::NetLog* /* net_log */, function in class:__anon3079::MockBackendFactory
636 virtual int CreateBackend(net::NetLog* /* net_log */, function in class:__anon3079::MockBackendNoCbFactory
650 virtual int CreateBackend(net::NetLog* /* net_log */, function in class:__anon3079::MockBlockingBackendFactory
/external/chromium/net/disk_cache/
H A Dmem_backend_impl.h36 static Backend* CreateBackend(int max_bytes, net::NetLog* net_log);
H A Dstress_cache.cc104 int rv = disk_cache::BackendImpl::CreateBackend(
H A Ddisk_cache_test_base.cc224 cache_ = disk_cache::MemBackendImpl::CreateBackend(size_, NULL);
257 int rv = disk_cache::BackendImpl::CreateBackend(
H A Dbackend_impl.h54 static int CreateBackend(const FilePath& full_path, bool force,
H A Dmem_backend_impl.cc44 Backend* MemBackendImpl::CreateBackend(int max_bytes, net::NetLog* net_log) { function in class:disk_cache::MemBackendImpl
H A Dbackend_unittest.cc190 TEST_F(DiskCacheTest, CreateBackend) {
202 int rv = disk_cache::BackendImpl::CreateBackend(
209 cache = disk_cache::MemBackendImpl::CreateBackend(0, NULL);
267 int rv = disk_cache::BackendImpl::CreateBackend(
319 int rv = disk_cache::BackendImpl::CreateBackend(
356 int rv = disk_cache::BackendImpl::CreateBackend(
1338 int rv = disk_cache::BackendImpl::CreateBackend(
1934 int rv = disk_cache::BackendImpl::CreateBackend(
1938 rv = disk_cache::BackendImpl::CreateBackend(
H A Dbackend_impl.cc298 *backend = MemBackendImpl::CreateBackend(max_bytes, net_log);
303 return BackendImpl::CreateBackend(path, force, max_bytes, type, kNone, thread,
412 int BackendImpl::CreateBackend(const FilePath& full_path, bool force, function in class:disk_cache::BackendImpl

Completed in 257 milliseconds