Searched defs:LazyInitialize (Results 1 - 5 of 5) sorted by last modified time

/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/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...]
/external/chromium_org/content/browser/service_worker/
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
/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 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

Completed in 480 milliseconds