OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_system_install
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/common/
chrome_version_info_win.cc
23
bool
is_system_install
=
local
26
GoogleUpdateSettings::GetChromeChannelAndModifiers(
is_system_install
,
46
bool
is_system_install
=
local
48
channel = GoogleUpdateSettings::GetChromeChannel(
is_system_install
);
/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/chrome/browser/
platform_util_win.cc
204
bool
is_system_install
=
local
207
GoogleUpdateSettings::GetChromeChannel(
is_system_install
, &channel);
/external/chromium_org/chrome/browser/metrics/
metrics_log.h
57
bool
is_system_install
;
member in struct:GoogleUpdateMetrics
metrics_log.cc
394
GoogleUpdateMetrics::GoogleUpdateMetrics() :
is_system_install
(false) {}
[
all
...]
metrics_service.cc
[
all
...]
/external/chromium_org/chrome/common/metrics/proto/
system_profile.proto
263
optional bool
is_system_install
= 1;
/external/chromium_org/chrome/installer/setup/
setup_main.cc
308
const bool
is_system_install
= installer_state.system_install();
323
original_state.GetProductState(
is_system_install
, dist->GetType());
[
all
...]
Completed in 791 milliseconds