/external/chromium_org/components/metrics/ |
D | daily_event_unittest.cc | 67 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()
|
D | metrics_state_manager.cc | 100 local_state_->SetInt64(prefs::kInstallDate, in ForceClientIdCreation() 104 local_state_->SetInt64(prefs::kMetricsReportingEnabledTimestamp, in ForceClientIdCreation() 129 local_state_->SetInt64(prefs::kMetricsReportingEnabledTimestamp, in ForceClientIdCreation()
|
D | metrics_service.cc | 338 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()
|
D | daily_event.cc | 96 pref_service_->SetInt64(pref_name_, last_fired_.ToInternalValue()); in OnInterval()
|
D | metrics_service_unittest.cc | 193 GetLocalState()->SetInt64(prefs::kStabilityStatsBuildTime, in TEST_F() 260 GetLocalState()->SetInt64(prefs::kStabilityStatsBuildTime, in TEST_F()
|
/external/chromium_org/components/policy/core/common/ |
D | policy_statistics_collector_unittest.cc | 141 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()
|
D | policy_statistics_collector.cc | 82 prefs_->SetInt64(policy_prefs::kLastPolicyStatisticsUpdate, in CollectStatistics()
|
/external/chromium_org/components/data_reduction_proxy/browser/ |
D | data_reduction_proxy_statistics_prefs_unittest.cc | 94 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()
|
D | data_reduction_proxy_statistics_prefs.cc | 85 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()
|
D | data_reduction_proxy_metrics.cc | 442 prefs->SetInt64( in UpdateContentLengthPrefsForDataReductionProxy() 479 prefs->SetInt64( in UpdateContentLengthPrefs() 482 prefs->SetInt64( in UpdateContentLengthPrefs()
|
D | data_reduction_proxy_statistics_prefs.h | 53 void SetInt64(const char* pref_path, int64 pref_value);
|
/external/chromium_org/chrome/browser/chromeos/login/saml/ |
D | saml_offline_signin_limiter_unittest.cc | 103 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()
|
D | saml_offline_signin_limiter.cc | 70 prefs->SetInt64(prefs::kSAMLLastGAIASignInTime, in SignedIn() 120 prefs->SetInt64(prefs::kSAMLLastGAIASignInTime, now.ToInternalValue()); in UpdateLimit()
|
/external/chromium_org/chrome/browser/chromeos/ |
D | session_length_limiter.cc | 124 local_state->SetInt64(prefs::kSessionStartTime, in OnUserActivity() 162 local_state->SetInt64(prefs::kSessionStartTime, in UpdateSessionStartTime()
|
/external/chromium_org/chrome/browser/ui/app_list/ |
D | app_list_service_impl.cc | 55 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/ |
D | gaia_info_update_service.cc | 103 profile_->GetPrefs()->SetInt64(prefs::kProfileGAIAInfoUpdateTime, in OnProfileDownloadSuccess() 147 profile_->GetPrefs()->SetInt64(prefs::kProfileGAIAInfoUpdateTime, in OnProfileDownloadFailure()
|
/external/chromium_org/chrome/browser/prefs/ |
D | session_startup_pref.cc | 175 prefs->SetInt64(prefs::kRestoreStartupURLsMigrationTime, in MigrateIfNecessary() 183 prefs->SetInt64(prefs::kRestoreStartupURLsMigrationTime, in MigrateIfNecessary()
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
D | preferences_helper.cc | 43 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/ |
D | demo_mode_detector.cc | 98 prefs->SetInt64(prefs::kTimeOnOobe, time_on_oobe_.InSeconds()); in OnOobeTimerUpdate()
|
/external/chromium_org/chrome/browser/metrics/variations/ |
D | variations_request_scheduler_mobile_unittest.cc | 133 prefs.SetInt64( in TEST()
|
/external/chromium_org/chrome/browser/ui/views/ |
D | network_profile_bubble_view.cc | 47 prefs->SetInt64(prefs::kNetworkProfileLastWarningTime, in ShowNotification()
|
/external/chromium_org/components/gcm_driver/ |
D | gcm_channel_status_syncer.cc | 154 prefs_->SetInt64(kGCMChannelLastCheckTime, in OnRequestCompleted()
|
/external/chromium_org/base/prefs/ |
D | pref_service.h | 203 void SetInt64(const char* path, int64 value);
|
/external/chromium_org/chrome/browser/password_manager/ |
D | password_manager_util_win.cc | 124 local_state->SetInt64(password_manager::prefs::kOsPasswordLastChanged, in CheckBlankPassword()
|
/external/chromium_org/chrome/browser/policy/cloud/ |
D | user_policy_signin_service_mobile.cc | 202 profile_prefs_->SetInt64(prefs::kLastPolicyCheckTime, in RegisterCloudPolicyService()
|