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

  /external/chromium_org/base/
sys_info_internal.h 15 class LazySysInfoValue {
17 LazySysInfoValue()
20 ~LazySysInfoValue() { }
27 DISALLOW_COPY_AND_ASSIGN(LazySysInfoValue);
sys_info.cc 38 internal::LazySysInfoValue<bool, DetectLowEndDevice> >::Leaky
sys_info_linux.cc 51 base::internal::LazySysInfoValue<int64, AmountOfPhysicalMemory> >::Leaky
54 base::internal::LazySysInfoValue<size_t, MaxSharedMemorySize> >::Leaky
sys_info_posix.cc 56 base::internal::LazySysInfoValue<int, NumberOfProcessors> >::Leaky
71 base::internal::LazySysInfoValue<int64, AmountOfVirtualMemory> >::Leaky
sys_info_android.cc 40 static base::LazyInstance<base::internal::LazySysInfoValue<
210 base::internal::LazySysInfoValue<bool,

Completed in 662 milliseconds