HomeSort by relevance Sort by last modified time
    Searched defs:is_per_user_install (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/installer/util/
chrome_browser_operations.cc 131 bool is_per_user_install = local
134 ShellUtil::GetBrowserModelId(dist, is_per_user_install));
shell_util.cc 1016 bool is_per_user_install =InstallUtil::IsPerUserInstall(chrome_exe.c_str()); local
    [all...]
  /external/chromium_org/win8/metro_driver/
toast_notification_handler.cc 207 bool is_per_user_install = InstallUtil::IsPerUserInstall( local
210 ShellUtil::GetBrowserModelId(dist, is_per_user_install);
  /external/chromium_org/chrome/browser/
shell_integration_win.cc 93 // |is_per_user_install|).
95 bool is_per_user_install) {
128 app_name = ShellUtil::GetBrowserModelId(dist, is_per_user_install);
449 bool is_per_user_install = local
469 GetExpectedAppId(command_line, is_per_user_install));
517 ShellUtil::GetBrowserModelId(dist, is_per_user_install));
  /external/chromium_org/win8/delegate_execute/
command_execute_impl.cc 259 bool is_per_user_install = InstallUtil::IsPerUserInstall( local
262 distribution, is_per_user_install);
  /external/chromium_org/components/breakpad/app/
breakpad_win.cc 428 static void InitPipeNameEnvVar(bool is_per_user_install) {
465 if (is_per_user_install) {
499 bool is_per_user_install = local
523 InitPipeNameEnvVar(is_per_user_install);
557 else if (GetBreakpadClient()->GetShouldDumpLargerDumps(is_per_user_install))
  /external/chromium_org/chrome/installer/setup/
setup_main.cc 877 bool is_per_user_install = InstallUtil::IsPerUserInstall(exe_path); local
    [all...]

Completed in 1385 milliseconds