HomeSort by relevance Sort by last modified time
    Searched refs:LazyInitialize (Results 1 - 13 of 13) 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/chromium_org/chrome/browser/profiles/
off_the_record_profile_io_data.cc 58 LazyInitialize();
65 // Don't call LazyInitialize here, since the resource context is created at
79 LazyInitialize();
90 LazyInitialize();
105 LazyInitialize();
122 LazyInitialize();
141 void OffTheRecordProfileIOData::Handle::LazyInitialize() const {
profile_impl_io_data.cc 144 LazyInitialize();
151 // Don't call LazyInitialize here, since the resource context is created at
163 LazyInitialize();
184 LazyInitialize();
196 LazyInitialize();
214 LazyInitialize();
245 LazyInitialize();
272 LazyInitialize();
283 void ProfileImplIOData::Handle::LazyInitialize() const {
off_the_record_profile_io_data.h 47 // GetResourceContextNoInit() does not call LazyInitialize() so it can be
76 void LazyInitialize() const;
profile_impl_io_data.h 68 // GetResourceContextNoInit() does not call LazyInitialize() so it can be
98 void LazyInitialize() const;
  /external/chromium_org/webkit/browser/quota/
quota_manager.cc 813 LazyInitialize();
830 LazyInitialize();
911 LazyInitialize();
918 LazyInitialize();
935 LazyInitialize();
959 LazyInitialize();
983 LazyInitialize();
1010 LazyInitialize();
1037 LazyInitialize();
    [all...]
quota_manager.h 293 void LazyInitialize();
  /external/clang/lib/StaticAnalyzer/Checkers/
UnixAPIChecker.cpp 67 static inline void LazyInitialize(OwningPtr<BugType> &BT,
134 LazyInitialize(BT_open, "Improper use of 'open'");
182 LazyInitialize(BT_pthreadOnce, "Improper use of 'pthread_once'");
219 LazyInitialize(BT_mallocZero,

Completed in 582 milliseconds