Searched defs:shell_mode (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/installer/gcapi/
H A Dgcapi_reactivation.cc36 bool SetReactivationBrandCode(const std::wstring& brand_code, int shell_mode) { argument
41 if (shell_mode == GCAPI_INVOKED_UAC_ELEVATION)
H A Dgcapi_omaha_experiment.cc31 int shell_mode) {
36 const bool system_level = shell_mode == GCAPI_INVOKED_UAC_ELEVATION;
98 int shell_mode) {
100 shell_mode);
103 bool SetRelaunchExperimentLabels(const wchar_t* brand_code, int shell_mode) { argument
105 shell_mode);
29 SetExperimentLabel(const wchar_t* brand_code, const base::string16& label, int shell_mode) argument
97 SetReactivationExperimentLabels(const wchar_t* brand_code, int shell_mode) argument
H A Dgcapi.cc405 int shell_mode,
420 if (shell_mode == GCAPI_INVOKED_UAC_ELEVATION) {
636 int shell_mode,
658 if (shell_mode == GCAPI_INVOKED_STANDARD_SHELL) {
677 int shell_mode,
681 shell_mode,
683 if (SetReactivationBrandCode(brand_code, shell_mode)) {
686 SetReactivationExperimentLabels(brand_code, shell_mode);
700 int shell_mode,
713 (shell_mode !
404 GoogleChromeCompatibilityCheck(BOOL set_flag, int shell_mode, DWORD* reasons) argument
635 CanOfferReactivation(const wchar_t* brand_code, int shell_mode, DWORD* error_code) argument
676 ReactivateChrome(const wchar_t* brand_code, int shell_mode, DWORD* error_code) argument
698 CanOfferRelaunch(const wchar_t** partner_brandcode_list, int partner_brandcode_list_length, int shell_mode, DWORD* error_code) argument
773 SetRelaunchOffered(const wchar_t** partner_brandcode_list, int partner_brandcode_list_length, const wchar_t* relaunch_brandcode, int shell_mode, DWORD* error_code) argument
[all...]

Completed in 590 milliseconds