HomeSort by relevance Sort by last modified time
    Searched refs:backend_ (Results 126 - 147 of 147) sorted by null

1 2 3 4 56

  /external/chromium_org/net/disk_cache/v3/
entry_impl_v3.h 204 base::WeakPtr<BackendImpl> backend_; // Back pointer to the cache. member in class:disk_cache::EntryImpl
  /external/chromium/net/http/
http_cache.cc 141 backend_(NULL) {}
145 backend_(backend) {}
160 if (backend_)
161 *backend_ = backend;
181 disk_cache::Backend** backend_; member in class:net::HttpCache::WorkItem
    [all...]
http_cache_unittest.cc 648 : backend_(NULL), callback_(NULL), block_(true), fail_(false) {}
659 backend_ = backend;
670 *backend_ = new MockDiskCache();
677 disk_cache::Backend** backend() { return backend_; }
685 disk_cache::Backend** backend_; member in class:__anon5512::MockBlockingBackendFactory
    [all...]
  /external/chromium_org/net/http/
http_cache.cc 139 backend_(NULL) {}
146 backend_(backend) {}
161 if (backend_)
162 *backend_ = backend;
182 disk_cache::Backend** backend_; member in class:net::HttpCache::WorkItem
    [all...]
mock_http_cache.cc 596 : backend_(NULL),
613 backend_ = backend;
622 backend_->reset(new MockDiskCache());
  /external/chromium/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 101 : backend_(backend), task_(task) {}
103 task_->RunOnDBThread(backend_, NULL);
107 HistoryBackend* backend_; member in class:RunOnDBThreadTask
profile_sync_service.h 502 scoped_ptr<browser_sync::SyncBackendHost> backend_; member in class:ProfileSyncService
  /external/chromium/chrome/browser/chromeos/
boot_times_loader.cc 69 : backend_(new Backend()),
103 NewRunnableMethod(backend_.get(), &Backend::GetBootTimes, request));
  /external/chromium/net/disk_cache/
entry_impl.h 248 BackendImpl* backend_; // Back pointer to the cache. member in class:disk_cache::EntryImpl
backend_impl.cc 195 type_(type), flags_(flags), thread_(thread), backend_(backend),
218 disk_cache::Backend** backend_; member in class:__anon5432::CacheCreator
258 *backend_ = cache_;
261 *backend_ = NULL;
273 explicit FinalCleanup(disk_cache::BackendImpl* backend) : backend_(backend) {}
278 disk_cache::BackendImpl* backend_; member in class:__anon5432::FinalCleanup
283 backend_->CleanupCache();
    [all...]
backend_unittest.cc 2010 disk_cache::BackendImpl* backend_ = cache_impl_; \/\/ Needed be the macro. local
    [all...]
  /external/chromium_org/net/disk_cache/
entry_impl.h 259 base::WeakPtr<BackendImpl> backend_; // Back pointer to the cache. member in class:disk_cache::EntryImpl
backend_unittest.cc 2865 disk_cache::BackendImpl* backend_ = cache_impl_; \/\/ Needed be the macro. local
    [all...]
  /external/chromium_org/chrome/browser/history/
history_unittest.cc 119 // assigning the values to backend_ and db_.
121 backend_ = new HistoryBackend(history_dir_, 0, new BackendDelegate(this),
123 backend_->Init(std::string(), false);
124 db_ = backend_->db_.get();
148 if (backend_.get()) {
149 backend_->Closing();
150 backend_ = NULL;
198 scoped_refptr<HistoryBackend> backend_; member in class:history::HistoryBackendDBTest
    [all...]
top_sites_impl_unittest.cc 202 top_sites()->backend_->DoEmptyRequest(
    [all...]
top_sites_likely_impl_unittest.cc 202 top_sites()->backend_->DoEmptyRequest(
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_service.h 571 scoped_refptr<ExtensionServiceBackend> backend_; member in class:ExtensionService
extension_service.cc 458 backend_ = new ExtensionServiceBackend(install_directory_);
816 backend_.get(),
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.h 679 scoped_ptr<browser_sync::SyncBackendHost> backend_; member in class:ProfileSyncService
    [all...]
profile_sync_service_autofill_unittest.cc 298 backend_.reset(new MockAutofillBackend(
301 this, backend_.get());
303 this, backend_.get(), "en-US");
317 backend_.reset();
324 scoped_ptr<autofill::AutofillWebDataBackend> backend_; member in class:WebDataServiceFake
    [all...]
  /external/chromium_org/chrome/browser/chromeos/
boot_times_loader.cc 115 : backend_(new Backend()),
  /external/chromium/chrome/browser/history/
top_sites_unittest.cc 190 top_sites()->backend_->DoEmptyRequest(
    [all...]

Completed in 866 milliseconds

1 2 3 4 56