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

  /external/chromium_org/chrome/app/
chrome_crash_reporter_client.h 34 virtual bool GetDeferredUploadsSupported(bool is_per_user_install) OVERRIDE;
36 virtual bool GetShouldDumpLargerDumps(bool is_per_user_install) OVERRIDE;
chrome_crash_reporter_client.cc 173 bool is_per_user_install) {
175 !is_per_user_install);
189 bool is_per_user_install) {
191 GoogleUpdateSettings::GetChromeChannel(!is_per_user_install);
  /external/chromium_org/components/crash/app/
crash_reporter_client.h 80 virtual bool GetDeferredUploadsSupported(bool is_per_user_install);
86 virtual bool GetShouldDumpLargerDumps(bool is_per_user_install);
crash_reporter_client.cc 66 bool CrashReporterClient::GetShouldDumpLargerDumps(bool is_per_user_install) {
crash_keys_win_unittest.cc 34 MOCK_METHOD1(GetDeferredUploadsSupported, bool(bool is_per_user_install));
36 MOCK_METHOD1(GetShouldDumpLargerDumps, bool(bool is_per_user_install));
breakpad_win.cc 430 static void InitPipeNameEnvVar(bool is_per_user_install) {
469 if (is_per_user_install) {
503 bool is_per_user_install = local
527 InitPipeNameEnvVar(is_per_user_install);
562 is_per_user_install))
  /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.h 397 bool is_per_user_install);
shell_util.cc 1017 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);
450 bool is_per_user_install = local
470 GetExpectedAppId(command_line, is_per_user_install));
518 ShellUtil::GetBrowserModelId(dist, is_per_user_install));
  /external/chromium_org/win8/delegate_execute/
command_execute_impl.cc 253 bool is_per_user_install = InstallUtil::IsPerUserInstall( local
256 distribution, 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 306 milliseconds