Searched defs:CreateBackend (Results 1 - 15 of 15) 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.cc115 DeviceManagementBackend* DeviceManagementService::CreateBackend() { function in class:policy::DeviceManagementService
/external/chromium_org/chrome/service/cloud_print/
H A Dcloud_print_proxy.cc84 if (!CreateBackend())
130 if (!CreateBackend())
140 bool CloudPrintProxy::CreateBackend() { function in class:cloud_print::CloudPrintProxy
/external/chromium/chrome/browser/sync/
H A Dtest_profile_sync_service.cc253 void TestProfileSyncService::CreateBackend() { function in class:TestProfileSyncService
H A Dprofile_sync_service.cc328 void ProfileSyncService::CreateBackend() { function in class:ProfileSyncService
348 CreateBackend();
/external/chromium/net/disk_cache/
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_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
/external/chromium_org/net/disk_cache/
H A Ddisk_cache_test_base.cc94 CreateBackend(disk_cache::kNoRandom, &cache_thread_);
264 CreateBackend(disk_cache::kNoRandom, &cache_thread_);
267 void DiskCacheTestWithCache::CreateBackend(uint32 flags, base::Thread* thread) { function in class:DiskCacheTestWithCache
H A Dmem_backend_impl.cc44 scoped_ptr<Backend> MemBackendImpl::CreateBackend(int max_bytes, function in class:disk_cache::MemBackendImpl
/external/chromium_org/chrome/browser/sync/
H A Dtest_profile_sync_service.cc305 void TestProfileSyncService::CreateBackend() { function in class:TestProfileSyncService
H A Dprofile_sync_service.cc507 void ProfileSyncService::CreateBackend() { function in class:ProfileSyncService
625 CreateBackend();
/external/chromium_org/net/http/
H A Dmock_http_cache.cc490 int MockBackendFactory::CreateBackend(net::NetLog* net_log, function in class:MockBackendFactory
586 int MockBackendNoCbFactory::CreateBackend( function in class:MockBackendNoCbFactory
604 int MockBlockingBackendFactory::CreateBackend( function in class:MockBlockingBackendFactory
H A Dhttp_cache.cc75 int HttpCache::DefaultBackend::CreateBackend( function in class:net::HttpCache::DefaultBackend
352 return CreateBackend(backend, callback);
378 CreateBackend(NULL, net::CompletionCallback());
429 CreateBackend(NULL, net::CompletionCallback());
448 int HttpCache::CreateBackend(disk_cache::Backend** backend, function in class:net::HttpCache
473 int rv = backend_factory_->CreateBackend(net_log_, &pending_op->backend,
/external/chromium/net/http/
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:__anon3106::MockBackendFactory
636 virtual int CreateBackend(net::NetLog* /* net_log */, function in class:__anon3106::MockBackendNoCbFactory
650 virtual int CreateBackend(net::NetLog* /* net_log */, function in class:__anon3106::MockBlockingBackendFactory

Completed in 577 milliseconds