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

  /external/chromium_org/chrome/app/
chrome_breakpad_client.h 33 virtual bool GetDeferredUploadsSupported(bool is_per_user_install) OVERRIDE;
35 virtual bool GetShouldDumpLargerDumps(bool is_per_user_install) OVERRIDE;
chrome_breakpad_client.cc 160 bool is_per_user_install) {
162 !is_per_user_install);
174 bool ChromeBreakpadClient::GetShouldDumpLargerDumps(bool is_per_user_install) {
176 GoogleUpdateSettings::GetChromeChannel(!is_per_user_install)));
breakpad_win.cc     [all...]
  /external/chromium_org/components/breakpad/
breakpad_client.h 74 virtual bool GetDeferredUploadsSupported(bool is_per_user_install);
80 virtual bool GetShouldDumpLargerDumps(bool is_per_user_install);
breakpad_client.cc 65 bool BreakpadClient::GetShouldDumpLargerDumps(bool is_per_user_install) {
  /external/chromium_org/chrome/installer/util/
chrome_browser_operations.cc 127 bool is_per_user_install = local
130 ShellUtil::GetBrowserModelId(dist, is_per_user_install));
shell_util.h 387 bool is_per_user_install);
shell_util.cc 997 bool is_per_user_install =InstallUtil::IsPerUserInstall(chrome_exe.c_str()); local
    [all...]
  /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);
403 bool is_per_user_install = local
423 GetExpectedAppId(command_line, is_per_user_install));
471 ShellUtil::GetBrowserModelId(dist, is_per_user_install));
  /external/chromium_org/chrome/installer/setup/
setup_main.cc 893 bool is_per_user_install = InstallUtil::IsPerUserInstall(exe_path); local
    [all...]

Completed in 81 milliseconds