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

  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_io_data.cc 60 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 {
profile_impl_io_data.cc 186 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 {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
UnixAPIChecker.cpp 60 void LazyInitialize(std::unique_ptr<BugType> &BT, const char *name) const {
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/
service_worker_storage.cc 260 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) {
    [all...]
  /external/chromium_org/storage/browser/quota/
quota_manager.cc 823 LazyInitialize();
840 LazyInitialize();
922 LazyInitialize();
930 LazyInitialize();
947 LazyInitialize();
971 LazyInitialize();
995 LazyInitialize();
1022 LazyInitialize();
1049 LazyInitialize();
    [all...]

Completed in 491 milliseconds