Home
last modified time | relevance | path

Searched refs:is_per_user_install (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/components/breakpad/app/
Dbreakpad_client.h77 virtual bool GetDeferredUploadsSupported(bool is_per_user_install);
83 virtual bool GetShouldDumpLargerDumps(bool is_per_user_install);
Dbreakpad_win.cc600 static void InitPipeNameEnvVar(bool is_per_user_install) { in InitPipeNameEnvVar() argument
631 is_per_user_install)) { in InitPipeNameEnvVar()
642 if (is_per_user_install) { in InitPipeNameEnvVar()
676 bool is_per_user_install = in InitCrashReporter() local
695 InitPipeNameEnvVar(is_per_user_install); in InitCrashReporter()
729 else if (GetBreakpadClient()->GetShouldDumpLargerDumps(is_per_user_install)) in InitCrashReporter()
Dbreakpad_client.cc64 bool BreakpadClient::GetShouldDumpLargerDumps(bool is_per_user_install) { in GetShouldDumpLargerDumps() argument
/external/chromium_org/chrome/app/
Dchrome_breakpad_client.h33 virtual bool GetDeferredUploadsSupported(bool is_per_user_install) OVERRIDE;
35 virtual bool GetShouldDumpLargerDumps(bool is_per_user_install) OVERRIDE;
Dchrome_breakpad_client.cc179 bool is_per_user_install) { in GetDeferredUploadsSupported() argument
181 !is_per_user_install); in GetDeferredUploadsSupported()
193 bool ChromeBreakpadClient::GetShouldDumpLargerDumps(bool is_per_user_install) { in GetShouldDumpLargerDumps() argument
195 GoogleUpdateSettings::GetChromeChannel(!is_per_user_install))); in GetShouldDumpLargerDumps()
/external/chromium_org/chrome/installer/util/
Dchrome_browser_operations.cc128 bool is_per_user_install = in AddDefaultShortcutProperties() local
131 ShellUtil::GetBrowserModelId(dist, is_per_user_install)); in AddDefaultShortcutProperties()
Dshell_util.h387 bool is_per_user_install);
Dshell_util.cc1007 bool is_per_user_install =InstallUtil::IsPerUserInstall(chrome_exe.c_str()); in RemoveRunVerbOnWindows8() local
1008 HKEY root_key = DetermineRegistrationRoot(is_per_user_install); in RemoveRunVerbOnWindows8()
1014 dist, is_per_user_install)); in RemoveRunVerbOnWindows8()
1645 bool is_per_user_install) { in GetBrowserModelId() argument
1656 } else if (is_per_user_install && !GetUserSpecificRegistrySuffix(&suffix)) { in GetBrowserModelId()
/external/chromium_org/chrome/browser/
Dshell_integration_win.cc94 bool is_per_user_install) { in GetExpectedAppId() argument
125 app_name = ShellUtil::GetBrowserModelId(dist, is_per_user_install); in GetExpectedAppId()
391 bool is_per_user_install = in MigrateShortcutsInPathInternal() local
411 GetExpectedAppId(command_line, is_per_user_install)); in MigrateShortcutsInPathInternal()
459 ShellUtil::GetBrowserModelId(dist, is_per_user_install)); in MigrateShortcutsInPathInternal()
/external/chromium_org/win8/metro_driver/
Dtoast_notification_handler.cc207 bool is_per_user_install = InstallUtil::IsPerUserInstall( in DisplayNotification() local
209 string16 appid = ShellUtil::GetBrowserModelId(dist, is_per_user_install); in DisplayNotification()
/external/chromium_org/win8/delegate_execute/
Dcommand_execute_impl.cc330 bool is_per_user_install = InstallUtil::IsPerUserInstall( in Execute() local
333 distribution, is_per_user_install); in Execute()
/external/chromium_org/chrome/installer/setup/
Dsetup_main.cc880 bool is_per_user_install = InstallUtil::IsPerUserInstall(exe_path); in ActivateMetroChrome() local
884 is_per_user_install); in ActivateMetroChrome()