Searched refs:consented (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/google/
H A Dgoogle_update_settings_posix.cc49 bool consented = base::ReadFileToString(consent_file, &tmp_guid); local
50 if (consented) {
56 return consented;
60 bool GoogleUpdateSettings::SetCollectStatsConsent(bool consented) { argument
69 if (!consented) {
103 // Make sure that user has consented to send crashes.
108 // Since user has consented, write the metrics id to the file.
/external/chromium_org/chrome/installer/util/
H A Dgoogle_update_settings.h77 static bool SetCollectStatsConsent(bool consented);
88 bool consented);
101 // Sets the machine-wide EULA consented flag required on OEM installs.
105 bool consented);
H A Dgoogle_update_settings.cc263 bool GoogleUpdateSettings::SetCollectStatsConsent(bool consented) { argument
264 return SetCollectStatsConsentAtLevel(IsSystemInstall(), consented);
268 bool consented) {
270 DWORD value = consented ? 1 : 0;
342 bool consented) {
344 const DWORD eula_accepted = consented ? 1 : 0;
267 SetCollectStatsConsentAtLevel(bool system_install, bool consented) argument
339 SetEULAConsent( const InstallationState& machine_state, BrowserDistribution* dist, bool consented) argument

Completed in 287 milliseconds