Searched defs:CreateBackend (Results 1 - 8 of 8) 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/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/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:__anon2942::MockBackendFactory
636 virtual int CreateBackend(net::NetLog* /* net_log */, function in class:__anon2942::MockBackendNoCbFactory
650 virtual int CreateBackend(net::NetLog* /* net_log */, function in class:__anon2942::MockBlockingBackendFactory

Completed in 1923 milliseconds