Home
last modified time | relevance | path

Searched refs:LazyInitialize (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/profiles/
Doff_the_record_profile_io_data.cc52 LazyInitialize(); in GetResourceContext()
63 LazyInitialize(); in GetMainRequestContextGetter()
74 LazyInitialize(); in GetExtensionsRequestContextGetter()
88 LazyInitialize(); in GetIsolatedAppRequestContextGetter()
104 void OffTheRecordProfileIOData::Handle::LazyInitialize() const { in LazyInitialize() function in OffTheRecordProfileIOData::Handle
Dprofile_io_data.cc219 LazyInitialize(); in GetMainRequestContext()
228 LazyInitialize(); in GetMediaRequestContext()
237 LazyInitialize(); in GetExtensionsRequestContext()
249 LazyInitialize(); in GetIsolatedAppRequestContext()
268 io_data_->LazyInitialize(); in EnsureInitialized()
271 void ProfileIOData::LazyInitialize() const { in LazyInitialize() function in ProfileIOData
Dprofile_impl_io_data.cc79 LazyInitialize(); in GetResourceContext()
86 LazyInitialize(); in GetMainRequestContextGetter()
98 LazyInitialize(); in GetMediaRequestContextGetter()
110 LazyInitialize(); in GetExtensionsRequestContextGetter()
124 LazyInitialize(); in GetIsolatedAppRequestContextGetter()
140 void ProfileImplIOData::Handle::LazyInitialize() const { in LazyInitialize() function in ProfileImplIOData::Handle
Doff_the_record_profile_io_data.h58 void LazyInitialize() const;
Dprofile_impl_io_data.h63 void LazyInitialize() const;
Dprofile_io_data.h134 void LazyInitialize() const;
/external/clang/lib/StaticAnalyzer/Checkers/
DUnixAPIChecker.cpp66 static inline void LazyInitialize(OwningPtr<BugType> &BT, in LazyInitialize() function
134 LazyInitialize(BT_open, "Improper use of 'open'"); in CheckOpen()
182 LazyInitialize(BT_pthreadOnce, "Improper use of 'pthread_once'"); in CheckPthreadOnce()
218 LazyInitialize(BT_mallocZero, in ReportZeroByteAllocation()