Searched refs:is_system_level (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/installer/mini_installer/
H A Dconfiguration.h56 bool is_system_level() const { return is_system_level_; } function in class:mini_installer::Configuration
H A Dconfiguration_test.cc115 EXPECT_FALSE(TestConfiguration(L"spam.exe").is_system_level());
116 EXPECT_FALSE(TestConfiguration(L"spam.exe --chrome").is_system_level());
117 EXPECT_TRUE(TestConfiguration(L"spam.exe --system-level").is_system_level());
H A Dmini_installer.cc165 configuration.is_system_level() ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
245 bool system_level = configuration.is_system_level();

Completed in 1421 milliseconds