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

  /external/chromium/base/memory/
singleton.h 34 static const bool kRegisterAtExit = true;
37 // different from kRegisterAtExit because StaticMemorySingletonTraits allows
48 static const bool kRegisterAtExit = false;
95 static const bool kRegisterAtExit = true;
163 // RAE = kRegisterAtExit
229 if (newval != NULL && Traits::kRegisterAtExit)
singleton_unittest.cc 13 COMPILE_ASSERT(DefaultSingletonTraits<int>::kRegisterAtExit == true, a);
82 static const bool kRegisterAtExit = false;
  /external/chromium_org/base/memory/
singleton.h 64 static const bool kRegisterAtExit = true;
67 // different from kRegisterAtExit because StaticMemorySingletonTraits allows
78 static const bool kRegisterAtExit = false;
121 static const bool kRegisterAtExit = true;
187 // RAE = kRegisterAtExit
254 if (newval != NULL && Traits::kRegisterAtExit)
singleton_unittest.cc 12 COMPILE_ASSERT(DefaultSingletonTraits<int>::kRegisterAtExit == true, a);
81 static const bool kRegisterAtExit = false;
  /external/chromium_org/base/android/
build_info.cc 35 // We're leaking this type, see kRegisterAtExit.
39 static const bool kRegisterAtExit = false;

Completed in 1526 milliseconds