Home
last modified time | relevance | path

Searched refs:SetInt64 (Results 1 – 25 of 52) sorted by relevance

123

/external/chromium_org/components/metrics/
Ddaily_event_unittest.cc67 prefs_.SetInt64(kTestPrefName, last_time.ToInternalValue()); in TEST_F()
75 prefs_.SetInt64(kTestPrefName, last_time.ToInternalValue()); in TEST_F()
83 prefs_.SetInt64(kTestPrefName, last_time.ToInternalValue()); in TEST_F()
91 prefs_.SetInt64(kTestPrefName, last_time.ToInternalValue()); in TEST_F()
Dmetrics_state_manager.cc100 local_state_->SetInt64(prefs::kInstallDate, in ForceClientIdCreation()
104 local_state_->SetInt64(prefs::kMetricsReportingEnabledTimestamp, in ForceClientIdCreation()
129 local_state_->SetInt64(prefs::kMetricsReportingEnabledTimestamp, in ForceClientIdCreation()
Dmetrics_service.cc338 local_state_->SetInt64(metrics::prefs::kInstallDate, in MetricsService()
567 local_state_->SetInt64(metrics::prefs::kStabilityStatsBuildTime, buildtime); in InitializeMetricsState()
643 local_state_->SetInt64(metrics::prefs::kStabilityLaunchTimeSec, in InitializeMetricsState()
694 pref->SetInt64(metrics::prefs::kUninstallMetricsUptimeSec, metrics_uptime); in GetUptimes()
1123 local_state_->SetInt64(path, value + 1); in IncrementLongPrefsValue()
1219 pref->SetInt64(metrics::prefs::kStabilityLastTimestampSec, in RecordCurrentState()
Ddaily_event.cc96 pref_service_->SetInt64(pref_name_, last_fired_.ToInternalValue()); in OnInterval()
Dmetrics_service_unittest.cc193 GetLocalState()->SetInt64(prefs::kStabilityStatsBuildTime, in TEST_F()
260 GetLocalState()->SetInt64(prefs::kStabilityStatsBuildTime, in TEST_F()
/external/chromium_org/components/policy/core/common/
Dpolicy_statistics_collector_unittest.cc141 prefs_.SetInt64(policy_prefs::kLastPolicyStatisticsUpdate, in TEST_F()
156 prefs_.SetInt64(policy_prefs::kLastPolicyStatisticsUpdate, in TEST_F()
170 prefs_.SetInt64(policy_prefs::kLastPolicyStatisticsUpdate, in TEST_F()
182 prefs_.SetInt64(policy_prefs::kLastPolicyStatisticsUpdate, in TEST_F()
Dpolicy_statistics_collector.cc82 prefs_->SetInt64(policy_prefs::kLastPolicyStatisticsUpdate, in CollectStatistics()
/external/chromium_org/components/data_reduction_proxy/browser/
Ddata_reduction_proxy_statistics_prefs_unittest.cc94 statistics_prefs_->SetInt64( in TEST_F()
96 statistics_prefs_->SetInt64( in TEST_F()
140 statistics_prefs_->SetInt64( in TEST_F()
142 statistics_prefs_->SetInt64( in TEST_F()
Ddata_reduction_proxy_statistics_prefs.cc85 void DataReductionProxyStatisticsPrefs::SetInt64(const char* pref_path, in SetInt64() function in data_reduction_proxy::DataReductionProxyStatisticsPrefs
88 pref_service_->SetInt64(pref_path, pref_value); in SetInt64()
111 pref_service_->SetInt64(iter->first, iter->second); in WritePrefs()
Ddata_reduction_proxy_metrics.cc442 prefs->SetInt64( in UpdateContentLengthPrefsForDataReductionProxy()
479 prefs->SetInt64( in UpdateContentLengthPrefs()
482 prefs->SetInt64( in UpdateContentLengthPrefs()
Ddata_reduction_proxy_statistics_prefs.h53 void SetInt64(const char* pref_path, int64 pref_value);
/external/chromium_org/chrome/browser/chromeos/login/saml/
Dsaml_offline_signin_limiter_unittest.cc103 prefs->SetInt64(prefs::kSAMLLastGAIASignInTime, in TEST_F()
147 prefs->SetInt64(prefs::kSAMLLastGAIASignInTime, in TEST_F()
191 prefs->SetInt64(prefs::kSAMLLastGAIASignInTime, in TEST_F()
235 prefs->SetInt64(prefs::kSAMLLastGAIASignInTime, in TEST_F()
264 prefs->SetInt64(prefs::kSAMLLastGAIASignInTime, in TEST_F()
293 prefs->SetInt64(prefs::kSAMLLastGAIASignInTime, in TEST_F()
533 prefs->SetInt64(prefs::kSAMLLastGAIASignInTime, in TEST_F()
558 prefs->SetInt64(prefs::kSAMLLastGAIASignInTime, in TEST_F()
Dsaml_offline_signin_limiter.cc70 prefs->SetInt64(prefs::kSAMLLastGAIASignInTime, in SignedIn()
120 prefs->SetInt64(prefs::kSAMLLastGAIASignInTime, now.ToInternalValue()); in UpdateLimit()
/external/chromium_org/chrome/browser/chromeos/
Dsession_length_limiter.cc124 local_state->SetInt64(prefs::kSessionStartTime, in OnUserActivity()
162 local_state->SetInt64(prefs::kSessionStartTime, in UpdateSessionStartTime()
/external/chromium_org/chrome/browser/ui/app_list/
Dapp_list_service_impl.cc55 local_state->SetInt64( in SendDailyEventFrequency()
178 local_state->SetInt64(prefs::kAppListEnableTime, 0); in RecordAppListDiscoverability()
356 local_state_->SetInt64(prefs::kAppListEnableTime, in EnableAppList()
/external/chromium_org/chrome/browser/profiles/
Dgaia_info_update_service.cc103 profile_->GetPrefs()->SetInt64(prefs::kProfileGAIAInfoUpdateTime, in OnProfileDownloadSuccess()
147 profile_->GetPrefs()->SetInt64(prefs::kProfileGAIAInfoUpdateTime, in OnProfileDownloadFailure()
/external/chromium_org/chrome/browser/prefs/
Dsession_startup_pref.cc175 prefs->SetInt64(prefs::kRestoreStartupURLsMigrationTime, in MigrateIfNecessary()
183 prefs->SetInt64(prefs::kRestoreStartupURLsMigrationTime, in MigrateIfNecessary()
/external/chromium_org/chrome/browser/sync/test/integration/
Dpreferences_helper.cc43 GetPrefs(index)->SetInt64(pref_name, new_value); in ChangeInt64Pref()
45 GetVerifierPrefs()->SetInt64(pref_name, new_value); in ChangeInt64Pref()
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Ddemo_mode_detector.cc98 prefs->SetInt64(prefs::kTimeOnOobe, time_on_oobe_.InSeconds()); in OnOobeTimerUpdate()
/external/chromium_org/chrome/browser/metrics/variations/
Dvariations_request_scheduler_mobile_unittest.cc133 prefs.SetInt64( in TEST()
/external/chromium_org/chrome/browser/ui/views/
Dnetwork_profile_bubble_view.cc47 prefs->SetInt64(prefs::kNetworkProfileLastWarningTime, in ShowNotification()
/external/chromium_org/components/gcm_driver/
Dgcm_channel_status_syncer.cc154 prefs_->SetInt64(kGCMChannelLastCheckTime, in OnRequestCompleted()
/external/chromium_org/base/prefs/
Dpref_service.h203 void SetInt64(const char* path, int64 value);
/external/chromium_org/chrome/browser/password_manager/
Dpassword_manager_util_win.cc124 local_state->SetInt64(password_manager::prefs::kOsPasswordLastChanged, in CheckBlankPassword()
/external/chromium_org/chrome/browser/policy/cloud/
Duser_policy_signin_service_mobile.cc202 profile_prefs_->SetInt64(prefs::kLastPolicyCheckTime, in RegisterCloudPolicyService()

123