Searched refs:GetBackend (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/android_webview/browser/
H A Dnet_disk_cache_remover.cc42 http_transaction_factory()->GetCache()->GetBackend(backend_ptr, callback);
/external/chromium_org/tools/memory_inspector/memory_inspector/core/
H A Dbackends.py27 def GetBackend(backend_name): function
34 backend = GetBackend(backend_name)
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Droot_delete_helper.cc28 SyncFileSystemBackend::GetBackend(file_system_context);
H A Dlocal_file_sync_context.cc142 SyncFileSystemBackend::GetBackend(file_system_context);
169 SyncFileSystemBackend::GetBackend(file_system_context);
436 SyncFileSystemBackend::GetBackend(file_system_context);
488 SyncFileSystemBackend::GetBackend(file_system_context);
519 SyncFileSystemBackend::GetBackend(file_system_context);
649 SyncFileSystemBackend::GetBackend(file_system_context);
732 SyncFileSystemBackend::GetBackend(file_system_context);
762 SyncFileSystemBackend::GetBackend(file_system_context);
784 SyncFileSystemBackend::GetBackend(file_system_context);
864 SyncFileSystemBackend::GetBackend(file_system_contex
[all...]
H A Dsync_file_system_backend.h69 static SyncFileSystemBackend* GetBackend(
H A Dlocal_file_sync_service.cc325 SyncFileSystemBackend::GetBackend(origin_to_contexts_[origin]);
375 SyncFileSystemBackend::GetBackend(file_system_context);
H A Dsync_file_system_backend.cc231 SyncFileSystemBackend* SyncFileSystemBackend::GetBackend( function in class:sync_file_system::SyncFileSystemBackend
H A Dsyncable_file_system_operation.cc357 SyncFileSystemBackend::GetBackend(file_system_context);
/external/chromium_org/components/webdata/common/
H A Dweb_database_service.h81 scoped_refptr<WebDataServiceBackend> GetBackend() const;
H A Dweb_database_service.cc90 scoped_refptr<WebDataServiceBackend> WebDatabaseService::GetBackend() const { function in class:WebDatabaseService
/external/chromium_org/net/url_request/
H A Dview_cache_helper_unittest.cc29 disk_cache::Backend* GetBackend();
97 context->http_transaction_factory()->GetCache()->GetBackend(
193 context.http_transaction_factory()->GetCache()->GetBackend(
H A Dview_cache_helper.cc219 return http_cache->GetBackend(
/external/chromium_org/content/browser/appcache/
H A Dappcache_interceptor.cc41 AppCacheBackendImpl* backend = service->GetBackend(process_id);
H A Dappcache_service_impl.h170 AppCacheBackendImpl* GetBackend(int id) const { function in class:content::AppCacheServiceImpl
H A Dappcache_request_handler.cc184 AppCacheBackendImpl* backend = host_->service()->GetBackend(old_process_id);
194 AppCacheBackendImpl* backend = host_->service()->GetBackend(new_process_id);
H A Dappcache_host.cc276 AppCacheBackendImpl* backend = service_->GetBackend(spawning_process_id_);
282 AppCacheBackendImpl* backend = service_->GetBackend(parent_process_id_);
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_x_unittest.cc261 PasswordStoreX::NativeBackend* GetBackend() { function in class:PasswordStoreXTest
287 GetBackend()));
388 GetBackend()));
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
H A Dbackground_tasks.py65 backend = backends.GetBackend(backend_name)
H A Dwww_server.py490 backend = backends.GetBackend(args[0])
511 backend = backends.GetBackend(args[0])
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_webdata_service.cc44 wdbs_->GetBackend(), ui_thread_, db_thread_, on_changed_callback);
/external/chromium_org/content/renderer/
H A Dbrowser_render_view_browsertest.cc130 if (net::OK == cache->GetBackend(backend_ptr, backend_callback)) {
131 // The call completed synchronously, so GetBackend didn't run the callback.
/external/chromium_org/net/http/
H A Ddisk_cache_based_quic_server_info.cc235 return http_cache_->GetBackend(&data_shim_->backend, io_callback_);
H A Dhttp_cache.h158 int GetBackend(disk_cache::Backend** backend,
H A Dmock_http_cache.cc514 int rv = http_cache_.GetBackend(&backend, cb.callback());
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover.cc978 rv = http_cache->GetBackend(

Completed in 1684 milliseconds

12