OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetCollectStatsConsent
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/google/
google_update_settings_unittest.cc
31
EXPECT_TRUE(GoogleUpdateSettings::
SetCollectStatsConsent
(true));
34
EXPECT_TRUE(GoogleUpdateSettings::
SetCollectStatsConsent
(false));
71
EXPECT_TRUE(GoogleUpdateSettings::
SetCollectStatsConsent
(true));
google_update_settings_posix.cc
60
bool GoogleUpdateSettings::
SetCollectStatsConsent
(bool consented) {
112
GoogleUpdateSettings::
SetCollectStatsConsent
(true);
/external/chromium_org/chrome/browser/ui/views/
first_run_dialog.cc
122
if (GoogleUpdateSettings::
SetCollectStatsConsent
(true))
125
GoogleUpdateSettings::
SetCollectStatsConsent
(false);
/external/chromium_org/chrome/browser/metrics/
metrics_reporting_state.cc
35
GoogleUpdateSettings::
SetCollectStatsConsent
(enabled);
/external/chromium_org/chrome/browser/first_run/
first_run_internal_win.cc
185
GoogleUpdateSettings::
SetCollectStatsConsent
(false);
188
GoogleUpdateSettings::
SetCollectStatsConsent
(true);
/external/chromium_org/chrome/installer/util/
google_update_settings.h
77
static bool
SetCollectStatsConsent
(bool consented);
google_update_settings.cc
263
bool GoogleUpdateSettings::
SetCollectStatsConsent
(bool consented) {
[
all
...]
/external/chromium_org/chrome/browser/
browser_process_impl.cc
[
all
...]
Completed in 271 milliseconds