Lines Matching refs:GoogleUpdateSettings

40 const GoogleUpdateSettings::UpdatePolicy kGoogleUpdateDefaultUpdatePolicy =
42 GoogleUpdateSettings::AUTOMATIC_UPDATES;
44 GoogleUpdateSettings::UPDATES_DISABLED;
175 GoogleUpdateSettings::UpdatePolicy* update_policy) {
177 case GoogleUpdateSettings::UPDATES_DISABLED:
178 case GoogleUpdateSettings::AUTOMATIC_UPDATES:
179 case GoogleUpdateSettings::MANUAL_UPDATES_ONLY:
180 case GoogleUpdateSettings::AUTO_UPDATES_ONLY:
181 *update_policy = static_cast<GoogleUpdateSettings::UpdatePolicy>(value);
191 bool GoogleUpdateSettings::IsSystemInstall() {
203 bool GoogleUpdateSettings::GetCollectStatsConsent() {
212 bool GoogleUpdateSettings::GetCollectStatsConsentAtLevel(bool system_install) {
247 bool GoogleUpdateSettings::SetCollectStatsConsent(bool consented) {
251 bool GoogleUpdateSettings::SetCollectStatsConsentAtLevel(bool system_install,
282 bool GoogleUpdateSettings::GetMetricsId(std::string* metrics_id) {
289 bool GoogleUpdateSettings::SetMetricsId(const std::string& metrics_id) {
295 bool GoogleUpdateSettings::SetEULAConsent(
333 int GoogleUpdateSettings::GetLastRunTime() {
345 bool GoogleUpdateSettings::SetLastRunTime() {
351 bool GoogleUpdateSettings::RemoveLastRunTime() {
355 bool GoogleUpdateSettings::GetBrowser(std::wstring* browser) {
359 bool GoogleUpdateSettings::GetLanguage(std::wstring* language) {
363 bool GoogleUpdateSettings::GetBrand(std::wstring* brand) {
367 bool GoogleUpdateSettings::GetReactivationBrand(std::wstring* brand) {
372 bool GoogleUpdateSettings::GetClient(std::wstring* client) {
376 bool GoogleUpdateSettings::SetClient(const std::wstring& client) {
380 bool GoogleUpdateSettings::GetReferral(std::wstring* referral) {
384 bool GoogleUpdateSettings::ClearReferral() {
388 bool GoogleUpdateSettings::UpdateDidRunState(bool did_run,
394 bool GoogleUpdateSettings::UpdateDidRunStateForDistribution(
404 std::wstring GoogleUpdateSettings::GetChromeChannel(bool system_install) {
410 bool GoogleUpdateSettings::GetChromeChannelAndModifiers(bool system_install,
415 void GoogleUpdateSettings::UpdateInstallStatus(bool system_install,
456 bool GoogleUpdateSettings::UpdateGoogleUpdateApKey(
494 void GoogleUpdateSettings::UpdateProfileCounts(int profiles_active,
508 int GoogleUpdateSettings::DuplicateGoogleUpdateSystemClientKey() {
526 bool GoogleUpdateSettings::WriteGoogleUpdateSystemClientKey(
535 GoogleUpdateSettings::UpdatePolicy GoogleUpdateSettings::GetAppUpdatePolicy(
576 void GoogleUpdateSettings::RecordChromeUpdatePolicyHistograms() {
592 string16 GoogleUpdateSettings::GetUninstallCommandLine(bool system_install) {
605 Version GoogleUpdateSettings::GetGoogleUpdateVersion(bool system_install) {
621 base::Time GoogleUpdateSettings::GetGoogleUpdateLastStartedAU(
638 base::Time GoogleUpdateSettings::GetGoogleUpdateLastChecked(
655 bool GoogleUpdateSettings::GetUpdateDetailForApp(bool system_install,
705 bool GoogleUpdateSettings::GetUpdateDetailForGoogleUpdate(bool system_install,
712 bool GoogleUpdateSettings::GetUpdateDetail(bool system_install,
720 bool GoogleUpdateSettings::SetExperimentLabels(
746 bool GoogleUpdateSettings::ReadExperimentLabels(