Home | History | Annotate | Download | only in util

Lines Matching refs:is_per_user_install

1016     bool is_per_user_install =InstallUtil::IsPerUserInstall(chrome_exe.c_str());
1017 HKEY root_key = DetermineRegistrationRoot(is_per_user_install);
1023 dist, is_per_user_install));
1702 bool is_per_user_install) {
1713 } else if (is_per_user_install && !GetUserSpecificRegistrySuffix(&suffix)) {