HomeSort by relevance Sort by last modified time
    Searched refs:LazyInit (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/net/disk_cache/blockfile/
storage_block.h 42 bool LazyInit(MappedFile* file, Addr address);
storage_block-inl.h 45 template<typename T> bool StorageBlock<T>::LazyInit(MappedFile* file,
entry_impl.cc 302 entry_.LazyInit(backend->File(address), address);
413 if (!node_.LazyInit(backend_->File(node_address), node_address))
530 if (!node_.LazyInit(backend_->File(address), address))
    [all...]
entry_impl_v3.cc 268 if (!node_.LazyInit(backend_->File(node_address), node_address))
    [all...]
  /external/chromium_org/storage/browser/database/
database_tracker.cc 117 if (shutting_down_ || !LazyInit()) {
143 if (!LazyInit())
289 if (!LazyInit())
315 if (!LazyInit())
346 if (!LazyInit())
384 if (!LazyInit())
444 bool DatabaseTracker::LazyInit() {
538 if (!LazyInit())
649 if (!LazyInit())
669 if (!LazyInit())
    [all...]
database_tracker.h 234 bool LazyInit();
  /external/chromium_org/content/browser/service_worker/
service_worker_cache_storage.cc 358 LazyInit(base::Bind(&ServiceWorkerCacheStorage::CreateCache,
385 LazyInit(base::Bind(&ServiceWorkerCacheStorage::GetCache,
407 LazyInit(base::Bind(&ServiceWorkerCacheStorage::HasCache,
425 LazyInit(base::Bind(&ServiceWorkerCacheStorage::DeleteCache,
464 LazyInit(base::Bind(&ServiceWorkerCacheStorage::EnumerateCaches,
474 void ServiceWorkerCacheStorage::LazyInit(const base::Closure& callback) {
480 // If this isn't the first call to LazyInit then return as the initialization
service_worker_cache_storage.h 98 // Initializer and its callback are below. While LazyInit is running any new
100 void LazyInit(const base::Closure& closure);
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 202 milliseconds