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

/external/chromium_org/chrome/installer/util/
H A Dshell_util.h553 static bool GetUserSpecificRegistrySuffix(string16* suffix);
H A Dshell_util.cc114 if (ShellUtil::GetUserSpecificRegistrySuffix(&new_style_suffix) &&
865 return ShellUtil::GetUserSpecificRegistrySuffix(suffix);
1621 (!GetUserSpecificRegistrySuffix(&tested_suffix) ||
1631 if (!GetUserSpecificRegistrySuffix(&tested_suffix))
1656 } else if (is_per_user_install && !GetUserSpecificRegistrySuffix(&suffix)) {
2110 bool ShellUtil::GetUserSpecificRegistrySuffix(string16* suffix) { function in class:ShellUtil
H A Dshell_util_unittest.cc689 TEST(ShellUtilTest, GetUserSpecificRegistrySuffix) {
691 ASSERT_TRUE(ShellUtil::GetUserSpecificRegistrySuffix(&suffix));

Completed in 135 milliseconds