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 128 bool is_per_user_install = local
131 ShellUtil::GetBrowserModelId(dist, is_per_user_install));
shell_util.cc 1007 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
209 string16 appid = ShellUtil::GetBrowserModelId(dist, is_per_user_install);
  /external/chromium_org/chrome/browser/
shell_integration_win.cc 92 // |is_per_user_install|).
94 bool is_per_user_install) {
125 app_name = ShellUtil::GetBrowserModelId(dist, is_per_user_install);
391 bool is_per_user_install = local
411 GetExpectedAppId(command_line, is_per_user_install));
459 ShellUtil::GetBrowserModelId(dist, is_per_user_install));
  /external/chromium_org/win8/delegate_execute/
command_execute_impl.cc 330 bool is_per_user_install = InstallUtil::IsPerUserInstall( local
333 distribution, is_per_user_install);
  /external/chromium_org/components/breakpad/app/
breakpad_win.cc 600 static void InitPipeNameEnvVar(bool is_per_user_install) {
631 is_per_user_install)) {
642 if (is_per_user_install) {
676 bool is_per_user_install = local
695 InitPipeNameEnvVar(is_per_user_install);
729 else if (GetBreakpadClient()->GetShouldDumpLargerDumps(is_per_user_install))
  /external/chromium_org/chrome/installer/setup/
setup_main.cc 880 bool is_per_user_install = InstallUtil::IsPerUserInstall(exe_path); local
    [all...]

Completed in 113 milliseconds