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

  /external/chromium/chrome/browser/profiles/
off_the_record_profile_io_data.cc 52 LazyInitialize();
63 LazyInitialize();
74 LazyInitialize();
88 LazyInitialize();
104 void OffTheRecordProfileIOData::Handle::LazyInitialize() const {
profile_io_data.cc 219 LazyInitialize();
228 LazyInitialize();
237 LazyInitialize();
249 LazyInitialize();
268 io_data_->LazyInitialize();
271 void ProfileIOData::LazyInitialize() const {
off_the_record_profile_io_data.h 58 void LazyInitialize() const;
profile_impl_io_data.cc 79 LazyInitialize();
86 LazyInitialize();
98 LazyInitialize();
110 LazyInitialize();
124 LazyInitialize();
140 void ProfileImplIOData::Handle::LazyInitialize() const {
profile_impl_io_data.h 63 void LazyInitialize() const;
profile_io_data.h 134 void LazyInitialize() const;
226 // These are only valid in between LazyInitialize() and their accessor being
  /external/clang/lib/StaticAnalyzer/Checkers/
UnixAPIChecker.cpp 50 static inline void LazyInitialize(llvm::OwningPtr<BugType> &BT,
117 LazyInitialize(BT_open, "Improper use of 'open'");
164 LazyInitialize(BT_pthreadOnce, "Improper use of 'pthread_once'");
203 LazyInitialize(BT_mallocZero, "Undefined allocation of 0 bytes");

Completed in 2041 milliseconds