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

  /external/libchrome/base/
sys_info_unittest.cc 88 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, base::Time());
104 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, base::Time());
118 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, base::Time());
131 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, lsb_release_time);
138 base::SysInfo::SetChromeOSVersionInfoForTest("", base::Time());
144 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease1, base::Time());
150 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease2, base::Time());
155 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease3, base::Time());
sys_info.h 121 static void SetChromeOSVersionInfoForTest(const std::string& lsb_release,
sys_info_chromeos.cc 213 void SysInfo::SetChromeOSVersionInfoForTest(const std::string& lsb_release,

Completed in 494 milliseconds