Searched refs:GetInt64 (Results 1 - 25 of 53) sorted by relevance

123

/external/chromium_org/components/metrics/
H A Dmetrics_state_manager_unittest.cc234 EXPECT_EQ(0, prefs_.GetInt64(prefs::kMetricsReportingEnabledTimestamp));
241 EXPECT_GE(prefs_.GetInt64(prefs::kMetricsReportingEnabledTimestamp),
249 EXPECT_EQ(prefs_.GetInt64(prefs::kMetricsReportingEnabledTimestamp),
323 EXPECT_EQ(kBackupInstallationDate, prefs_.GetInt64(prefs::kInstallDate));
325 prefs_.GetInt64(prefs::kMetricsReportingEnabledTimestamp));
347 EXPECT_GE(prefs_.GetInt64(prefs::kInstallDate), test_begin_time);
348 EXPECT_GE(prefs_.GetInt64(prefs::kMetricsReportingEnabledTimestamp),
371 prefs_.GetInt64(prefs::kInstallDate));
374 EXPECT_GE(prefs_.GetInt64(prefs::kMetricsReportingEnabledTimestamp),
H A Ddaily_event.cc69 pref_service_->GetInt64(pref_name_));
H A Dmetrics_state_manager.cc227 client_info.installation_date = local_state_->GetInt64(prefs::kInstallDate);
229 local_state_->GetInt64(prefs::kMetricsReportingEnabledTimestamp);
H A Dmetrics_service.cc336 int64 install_date = local_state_->GetInt64(metrics::prefs::kInstallDate);
396 return local_state_->GetInt64(metrics::prefs::kInstallDate);
564 if (local_state_->GetInt64(prefs::kStabilityStatsBuildTime) != buildtime ||
692 pref->GetInt64(metrics::prefs::kUninstallMetricsUptimeSec);
1122 int64 value = local_state_->GetInt64(path);
/external/chromium_org/chrome/browser/metrics/variations/
H A Dvariations_request_scheduler_mobile.cc37 local_state_->GetInt64(prefs::kVariationsLastFetchTime));
H A Dvariations_service.cc212 const int64 date_value = local_state->GetInt64(prefs::kVariationsSeedDate);
284 local_state_->GetInt64(prefs::kVariationsLastFetchTime);
297 local_state_->GetInt64(prefs::kVariationsSeedDate);
H A Dvariations_request_scheduler_mobile_unittest.cc132 prefs.GetInt64(prefs::kVariationsLastFetchTime));
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service_unittest.cc206 EXPECT_EQ(0, local_state_->GetInt64(prefs::kAppListEnableTime));
215 EXPECT_NE(0, local_state_->GetInt64(prefs::kAppListEnableTime));
222 EXPECT_EQ(0, local_state_->GetInt64(prefs::kAppListEnableTime));
229 EXPECT_EQ(0, local_state_->GetInt64(prefs::kAppListEnableTime));
243 EXPECT_NE(0, local_state_->GetInt64(prefs::kAppListEnableTime));
H A Dapp_list_service_impl.cc50 base::Time last = base::Time::FromInternalValue(local_state->GetInt64(
154 int64 enable_time_value = local_state->GetInt64(prefs::kAppListEnableTime);
334 if (local_state_->GetInt64(prefs::kAppListEnableTime) != 0) {
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_statistics_prefs.cc67 int64 pref_value = pref_service_->GetInt64(pref);
77 int64 DataReductionProxyStatisticsPrefs::GetInt64(const char* pref_path) { function in class:data_reduction_proxy::DataReductionProxyStatisticsPrefs
79 return pref_service_->GetInt64(pref_path);
H A Ddata_reduction_proxy_statistics_prefs.h49 int64 GetInt64(const char* pref_path);
H A Ddata_reduction_proxy_statistics_prefs_unittest.cc71 int64 delayed_pref = statistics_prefs_->GetInt64(pref);
72 int64 written_pref = simple_pref_service_.GetInt64(pref);
H A Ddata_reduction_proxy_metrics.cc351 int64 then_internal = prefs->GetInt64(
473 int64 total_received = prefs->GetInt64(
475 int64 total_original = prefs->GetInt64(
H A Ddata_reduction_proxy_metrics_unittest.cc103 statistics_prefs_->GetInt64(
108 statistics_prefs_->GetInt64(
117 statistics_prefs_->GetInt64(
122 statistics_prefs_->GetInt64(
/external/chromium_org/chrome/browser/chromeos/login/saml/
H A Dsaml_offline_signin_limiter_unittest.cc326 prefs->GetInt64(prefs::kSAMLLastGAIASignInTime));
347 prefs->GetInt64(prefs::kSAMLLastGAIASignInTime));
369 prefs->GetInt64(prefs::kSAMLLastGAIASignInTime));
400 prefs->GetInt64(prefs::kSAMLLastGAIASignInTime));
421 prefs->GetInt64(prefs::kSAMLLastGAIASignInTime));
443 prefs->GetInt64(prefs::kSAMLLastGAIASignInTime));
470 prefs->GetInt64(prefs::kSAMLLastGAIASignInTime));
488 prefs->GetInt64(prefs::kSAMLLastGAIASignInTime));
512 prefs->GetInt64(prefs::kSAMLLastGAIASignInTime));
547 prefs->GetInt64(pref
[all...]
H A Dsaml_offline_signin_limiter.cc107 prefs->GetInt64(prefs::kSAMLLastGAIASignInTime));
/external/chromium_org/components/policy/core/common/
H A Dpolicy_statistics_collector.cc48 prefs_->GetInt64(policy_prefs::kLastPolicyStatisticsUpdate));
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dpreferences_helper.cc131 reference_value = GetVerifierPrefs()->GetInt64(pref_name);
133 reference_value = GetPrefs(0)->GetInt64(pref_name);
136 if (reference_value != GetPrefs(i)->GetInt64(pref_name)) {
/external/chromium_org/chrome/browser/ui/
H A Dnetwork_profile_bubble.cc81 int64 last_check = prefs->GetInt64(prefs::kNetworkProfileLastWarningTime);
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Ddemo_mode_detector.cc112 base::TimeDelta::FromSeconds(prefs->GetInt64(prefs::kTimeOnOobe));
/external/chromium_org/base/prefs/
H A Dpref_service.h204 int64 GetInt64(const char* path) const;
/external/chromium_org/chrome/browser/chromeos/
H A Dsession_length_limiter.cc136 local_state->GetInt64(prefs::kSessionStartTime));
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_manager_util_win.cc89 local_state->GetInt64(password_manager::prefs::kOsPasswordLastChanged);
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_policy_signin_service_mobile.cc169 profile_prefs_->GetInt64(prefs::kLastPolicyCheckTime));
/external/chromium_org/components/gcm_driver/
H A Dgcm_channel_status_syncer.cc125 prefs_->GetInt64(kGCMChannelLastCheckTime));

Completed in 299 milliseconds

123