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

/external/chromium_org/chrome/app/
H A Dchrome_breakpad_client.h33 virtual bool GetDeferredUploadsSupported(bool is_per_user_install) OVERRIDE;
35 virtual bool GetShouldDumpLargerDumps(bool is_per_user_install) OVERRIDE;
H A Dchrome_breakpad_client.cc179 bool is_per_user_install) {
181 !is_per_user_install);
193 bool ChromeBreakpadClient::GetShouldDumpLargerDumps(bool is_per_user_install) { argument
195 GoogleUpdateSettings::GetChromeChannel(!is_per_user_install)));
178 GetDeferredUploadsSupported( bool is_per_user_install) argument
/external/chromium_org/components/breakpad/app/
H A Dbreakpad_client.h77 virtual bool GetDeferredUploadsSupported(bool is_per_user_install);
83 virtual bool GetShouldDumpLargerDumps(bool is_per_user_install);
H A Dbreakpad_client.cc64 bool BreakpadClient::GetShouldDumpLargerDumps(bool is_per_user_install) { argument
H A Dbreakpad_win.cc600 static void InitPipeNameEnvVar(bool is_per_user_install) { argument
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/util/
H A Dchrome_browser_operations.cc128 bool is_per_user_install = local
131 ShellUtil::GetBrowserModelId(dist, is_per_user_install));
H A Dshell_util.h387 bool is_per_user_install);
H A Dshell_util.cc1007 bool is_per_user_install =InstallUtil::IsPerUserInstall(chrome_exe.c_str()); local
1008 HKEY root_key = DetermineRegistrationRoot(is_per_user_install);
1014 dist, is_per_user_install));
1645 bool is_per_user_install) {
1656 } else if (is_per_user_install && !GetUserSpecificRegistrySuffix(&suffix)) {
1644 GetBrowserModelId(BrowserDistribution* dist, bool is_per_user_install) argument
/external/chromium_org/chrome/browser/
H A Dshell_integration_win.cc92 // |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));
93 GetExpectedAppId(const CommandLine& command_line, bool is_per_user_install) argument
/external/chromium_org/win8/metro_driver/
H A Dtoast_notification_handler.cc207 bool is_per_user_install = InstallUtil::IsPerUserInstall( local
209 string16 appid = ShellUtil::GetBrowserModelId(dist, is_per_user_install);
/external/chromium_org/win8/delegate_execute/
H A Dcommand_execute_impl.cc330 bool is_per_user_install = InstallUtil::IsPerUserInstall( local
333 distribution, is_per_user_install);
/external/chromium_org/chrome/installer/setup/
H A Dsetup_main.cc880 bool is_per_user_install = InstallUtil::IsPerUserInstall(exe_path); local
884 is_per_user_install);

Completed in 1110 milliseconds