OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_system_install
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/common/
chrome_version_info_win.cc
24
bool
is_system_install
=
local
27
GoogleUpdateSettings::GetChromeChannelAndModifiers(
is_system_install
,
47
bool
is_system_install
=
local
49
channel = GoogleUpdateSettings::GetChromeChannel(
is_system_install
);
/external/chromium_org/chrome_elf/
chrome_elf_util.h
18
bool IsMultiInstall(bool
is_system_install
);
chrome_elf_util.cc
127
bool IsMultiInstall(bool
is_system_install
) {
129
if (!ReadKeyValueString(
is_system_install
, kRegPathClientState,
/external/chromium_org/chrome/browser/metrics/
google_update_metrics_provider_win.cc
77
google_update_metrics_.
is_system_install
);
101
:
is_system_install
(false) {
115
const bool
is_system_install
= GoogleUpdateSettings::IsSystemInstall();
local
116
google_update_metrics.
is_system_install
=
is_system_install
;
118
GoogleUpdateSettings::GetGoogleUpdateLastStartedAU(
is_system_install
);
120
GoogleUpdateSettings::GetGoogleUpdateLastChecked(
is_system_install
);
122
is_system_install
,
125
is_system_install
,
google_update_metrics_provider_win.h
36
bool
is_system_install
;
member in struct:GoogleUpdateMetricsProviderWin::GoogleUpdateMetrics
/external/chromium_org/chrome/browser/metrics/variations/
variations_registry_syncer_win.cc
49
const bool
is_system_install
=
local
54
bool success = GoogleUpdateSettings::ReadExperimentLabels(
is_system_install
,
77
if (!GoogleUpdateSettings::SetExperimentLabels(
is_system_install
,
/external/chromium_org/chrome/installer/setup/
setup_main.cc
317
const bool
is_system_install
= installer_state.system_install();
332
original_state.GetProductState(
is_system_install
, dist->GetType());
[
all
...]
Completed in 436 milliseconds