HomeSort by relevance Sort by last modified time
    Searched refs:GetBackend (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/android_webview/browser/
net_disk_cache_remover.cc 42 http_transaction_factory()->GetCache()->GetBackend(backend_ptr, callback);
  /external/chromium_org/components/webdata/common/
web_database_service.h 81 scoped_refptr<WebDataServiceBackend> GetBackend() const;
web_database_service.cc 90 scoped_refptr<WebDataServiceBackend> WebDatabaseService::GetBackend() const {
  /external/chromium_org/tools/memory_inspector/memory_inspector/core/
backends.py 27 def GetBackend(backend_name):
34 backend = GetBackend(backend_name)
  /external/chromium_org/chrome/browser/sync_file_system/local/
root_delete_helper.cc 28 SyncFileSystemBackend::GetBackend(file_system_context);
local_file_sync_context.cc 142 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_context)
    [all...]
sync_file_system_backend.h 69 static SyncFileSystemBackend* GetBackend(
local_file_sync_service.cc 325 SyncFileSystemBackend::GetBackend(origin_to_contexts_[origin]);
375 SyncFileSystemBackend::GetBackend(file_system_context);
sync_file_system_backend.cc 231 SyncFileSystemBackend* SyncFileSystemBackend::GetBackend(
syncable_file_system_operation.cc 357 SyncFileSystemBackend::GetBackend(file_system_context);
  /external/chromium_org/net/url_request/
view_cache_helper_unittest.cc 29 disk_cache::Backend* GetBackend();
97 context->http_transaction_factory()->GetCache()->GetBackend(
193 context.http_transaction_factory()->GetCache()->GetBackend(
view_cache_helper.cc 219 return http_cache->GetBackend(
  /external/chromium_org/content/browser/appcache/
appcache_interceptor.cc 41 AppCacheBackendImpl* backend = service->GetBackend(process_id);
appcache_service_impl.h 170 AppCacheBackendImpl* GetBackend(int id) const {
appcache_request_handler.cc 184 AppCacheBackendImpl* backend = host_->service()->GetBackend(old_process_id);
194 AppCacheBackendImpl* backend = host_->service()->GetBackend(new_process_id);
appcache_host.cc 276 AppCacheBackendImpl* backend = service_->GetBackend(spawning_process_id_);
282 AppCacheBackendImpl* backend = service_->GetBackend(parent_process_id_);
  /external/chromium_org/chrome/browser/password_manager/
password_store_x_unittest.cc 261 PasswordStoreX::NativeBackend* GetBackend() {
287 GetBackend()));
388 GetBackend()));
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
background_tasks.py 65 backend = backends.GetBackend(backend_name)
www_server.py 490 backend = backends.GetBackend(args[0])
511 backend = backends.GetBackend(args[0])
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata_service.cc 44 wdbs_->GetBackend(), ui_thread_, db_thread_, on_changed_callback);
  /external/chromium_org/content/renderer/
browser_render_view_browsertest.cc 130 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/
disk_cache_based_quic_server_info.cc 235 return http_cache_->GetBackend(&data_shim_->backend, io_callback_);
http_cache.h 158 int GetBackend(disk_cache::Backend** backend,
mock_http_cache.cc 514 int rv = http_cache_.GetBackend(&backend, cb.callback());
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.cc     [all...]

Completed in 1153 milliseconds

1 2