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_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 172 bool is_per_user_install) {
174 !is_per_user_install);
186 bool ChromeBreakpadClient::GetShouldDumpLargerDumps(bool is_per_user_install) {
188 GoogleUpdateSettings::GetChromeChannel(!is_per_user_install);
  /external/chromium_org/components/breakpad/app/
breakpad_client.h 77 virtual bool GetDeferredUploadsSupported(bool is_per_user_install);
83 virtual bool GetShouldDumpLargerDumps(bool is_per_user_install);
breakpad_client.cc 64 bool BreakpadClient::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 428 static void InitPipeNameEnvVar(bool is_per_user_install) {
465 if (is_per_user_install) {
499 bool is_per_user_install = local
523 InitPipeNameEnvVar(is_per_user_install);
557 else if (GetBreakpadClient()->GetShouldDumpLargerDumps(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 1016 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);
449 bool is_per_user_install = local
469 GetExpectedAppId(command_line, is_per_user_install));
517 ShellUtil::GetBrowserModelId(dist, is_per_user_install));
  /external/chromium_org/win8/delegate_execute/
command_execute_impl.cc 259 bool is_per_user_install = InstallUtil::IsPerUserInstall( local
262 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 407 milliseconds