Searched refs:LazyInitialize (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/storage/browser/quota/
H A Dquota_manager.cc823 LazyInitialize();
840 LazyInitialize();
922 LazyInitialize();
930 LazyInitialize();
947 LazyInitialize();
971 LazyInitialize();
995 LazyInitialize();
1022 LazyInitialize();
1049 LazyInitialize();
1086 LazyInitialize();
1221 void QuotaManager::LazyInitialize() { function in class:storage::QuotaManager
[all...]
H A Dquota_manager.h317 void LazyInitialize();
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_io_data.cc60 LazyInitialize();
67 // Don't call LazyInitialize here, since the resource context is created at
82 LazyInitialize();
92 LazyInitialize();
106 LazyInitialize();
124 LazyInitialize();
153 void OffTheRecordProfileIOData::Handle::LazyInitialize() const { function in class:OffTheRecordProfileIOData::Handle
H A Doff_the_record_profile_io_data.h48 // GetResourceContextNoInit() does not call LazyInitialize() so it can be
82 void LazyInitialize() const;
H A Dprofile_impl_io_data.cc186 LazyInitialize();
193 // Don't call LazyInitialize here, since the resource context is created at
206 LazyInitialize();
228 LazyInitialize();
239 LazyInitialize();
257 LazyInitialize();
291 LazyInitialize();
324 LazyInitialize();
335 void ProfileImplIOData::Handle::LazyInitialize() const { function in class:ProfileImplIOData::Handle
H A Dprofile_impl_io_data.h92 // GetResourceContextNoInit() does not call LazyInitialize() so it can be
125 void LazyInitialize() const;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp60 void LazyInitialize(std::unique_ptr<BugType> &BT, const char *name) const { function in class:__anon18249::UnixAPIChecker
129 LazyInitialize(BT_open, "Improper use of 'open'");
177 LazyInitialize(BT_pthreadOnce, "Improper use of 'pthread_once'");
214 LazyInitialize(BT_mallocZero,
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_context_request_handler_unittest.cc55 context()->storage()->LazyInitialize(base::Bind(&EmptyCallback));
H A Dservice_worker_controllee_request_handler_unittest.cc57 context()->storage()->LazyInitialize(base::Bind(&EmptyCallback));
H A Dservice_worker_request_handler_unittest.cc54 context()->storage()->LazyInitialize(base::Bind(&EmptyCallback));
H A Dservice_worker_storage.cc260 if (!LazyInitialize(base::Bind(
298 if (!LazyInitialize(base::Bind(
354 if (!LazyInitialize(base::Bind(
397 if (!LazyInitialize(base::Bind(
715 bool ServiceWorkerStorage::LazyInitialize(const base::Closure& callback) { function in class:content::ServiceWorkerStorage
H A Dservice_worker_storage.h233 bool LazyInitialize(
H A Dservice_worker_storage_unittest.cc550 storage()->LazyInitialize(base::Bind(&base::DoNothing));
821 storage()->LazyInitialize(base::Bind(&base::DoNothing));

Completed in 251 milliseconds