/external/chromium/chrome/browser/chromeos/ |
boot_times_loader.cc | 69 : backend_(new Backend()), 103 NewRunnableMethod(backend_.get(), &Backend::GetBootTimes, request));
|
/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.h | 233 scoped_refptr<TopSitesBackend> backend_; member in class:history::TopSitesImpl
|
top_sites_likely_impl.h | 233 scoped_refptr<TopSitesBackend> backend_; member in class:history::TopSitesLikelyImpl
|
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_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_org/net/http/ |
mock_http_cache.cc | 596 : backend_(NULL), 613 backend_ = backend; 622 backend_->reset(new MockDiskCache());
|
/external/chromium_org/chrome/browser/sync/ |
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...] |
profile_sync_service.h | 679 scoped_ptr<browser_sync::SyncBackendHost> backend_; member in class:ProfileSyncService [all...] |
/external/chromium/net/disk_cache/ |
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...] |
entry_impl.h | 248 BackendImpl* backend_; // Back pointer to the cache. member in class:disk_cache::EntryImpl
|
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/chrome/browser/history/ |
top_sites.h | 308 scoped_refptr<TopSitesBackend> backend_; member in class:history::TopSites
|
top_sites_unittest.cc | 190 top_sites()->backend_->DoEmptyRequest( [all...] |
/external/chromium_org/chrome/browser/chromeos/ |
boot_times_loader.cc | 115 : backend_(new Backend()),
|
/external/llvm/lib/MC/ |
MCAssembler.cpp | 294 MCAssembler::MCAssembler(MCContext &Context_, MCAsmBackend &Backend_, 297 : Context(Context_), Backend(Backend_), Emitter(Emitter_), Writer(&Writer_), [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/chrome/browser/sync/ |
profile_sync_service.h | 502 scoped_ptr<browser_sync::SyncBackendHost> backend_; member in class:ProfileSyncService
|
/external/chromium_org/chrome/browser/common/ |
cancelable_request.h | 54 // base::Bind(&Backend::DoRequest, backend_, request, [all...] |
/external/llvm/include/llvm/MC/ |
MCAssembler.h | 984 MCAssembler(MCContext &Context_, MCAsmBackend &Backend_, [all...] |
/external/chromium/net/http/ |
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...] |