HomeSort by relevance Sort by last modified time
    Searched refs:SetInt64 (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/chromium_org/components/metrics/
daily_event_unittest.cc 67 prefs_.SetInt64(kTestPrefName, last_time.ToInternalValue());
75 prefs_.SetInt64(kTestPrefName, last_time.ToInternalValue());
83 prefs_.SetInt64(kTestPrefName, last_time.ToInternalValue());
91 prefs_.SetInt64(kTestPrefName, last_time.ToInternalValue());
daily_event.cc 96 pref_service_->SetInt64(pref_name_, last_fired_.ToInternalValue());
metrics_state_manager.cc 100 local_state_->SetInt64(prefs::kInstallDate,
104 local_state_->SetInt64(prefs::kMetricsReportingEnabledTimestamp,
129 local_state_->SetInt64(prefs::kMetricsReportingEnabledTimestamp,
metrics_service_unittest.cc 193 GetLocalState()->SetInt64(prefs::kStabilityStatsBuildTime,
260 GetLocalState()->SetInt64(prefs::kStabilityStatsBuildTime,
metrics_service.cc 338 local_state_->SetInt64(metrics::prefs::kInstallDate,
567 local_state_->SetInt64(metrics::prefs::kStabilityStatsBuildTime, buildtime);
643 local_state_->SetInt64(metrics::prefs::kStabilityLaunchTimeSec,
694 pref->SetInt64(metrics::prefs::kUninstallMetricsUptimeSec, metrics_uptime);
    [all...]
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_statistics_prefs.h 53 void SetInt64(const char* pref_path, int64 pref_value);
data_reduction_proxy_statistics_prefs_unittest.cc 94 statistics_prefs_->SetInt64(
96 statistics_prefs_->SetInt64(
140 statistics_prefs_->SetInt64(
142 statistics_prefs_->SetInt64(
data_reduction_proxy_statistics_prefs.cc 85 void DataReductionProxyStatisticsPrefs::SetInt64(const char* pref_path,
88 pref_service_->SetInt64(pref_path, pref_value);
111 pref_service_->SetInt64(iter->first, iter->second);
data_reduction_proxy_metrics.cc 442 prefs->SetInt64(
479 prefs->SetInt64(
482 prefs->SetInt64(
  /external/chromium_org/components/policy/core/common/
policy_statistics_collector_unittest.cc 141 prefs_.SetInt64(policy_prefs::kLastPolicyStatisticsUpdate,
156 prefs_.SetInt64(policy_prefs::kLastPolicyStatisticsUpdate,
170 prefs_.SetInt64(policy_prefs::kLastPolicyStatisticsUpdate,
182 prefs_.SetInt64(policy_prefs::kLastPolicyStatisticsUpdate,
policy_statistics_collector.cc 82 prefs_->SetInt64(policy_prefs::kLastPolicyStatisticsUpdate,
  /external/chromium_org/chrome/browser/chromeos/login/saml/
saml_offline_signin_limiter.cc 70 prefs->SetInt64(prefs::kSAMLLastGAIASignInTime,
120 prefs->SetInt64(prefs::kSAMLLastGAIASignInTime, now.ToInternalValue());
saml_offline_signin_limiter_unittest.cc 103 prefs->SetInt64(prefs::kSAMLLastGAIASignInTime,
147 prefs->SetInt64(prefs::kSAMLLastGAIASignInTime,
191 prefs->SetInt64(prefs::kSAMLLastGAIASignInTime,
235 prefs->SetInt64(prefs::kSAMLLastGAIASignInTime,
264 prefs->SetInt64(prefs::kSAMLLastGAIASignInTime,
293 prefs->SetInt64(prefs::kSAMLLastGAIASignInTime,
533 prefs->SetInt64(prefs::kSAMLLastGAIASignInTime,
558 prefs->SetInt64(prefs::kSAMLLastGAIASignInTime,
  /external/chromium_org/chrome/browser/chromeos/
session_length_limiter.cc 124 local_state->SetInt64(prefs::kSessionStartTime,
162 local_state->SetInt64(prefs::kSessionStartTime,
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_impl.cc 55 local_state->SetInt64(
178 local_state->SetInt64(prefs::kAppListEnableTime, 0);
356 local_state_->SetInt64(prefs::kAppListEnableTime,
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
demo_mode_detector.cc 98 prefs->SetInt64(prefs::kTimeOnOobe, time_on_oobe_.InSeconds());
  /external/chromium_org/chrome/browser/prefs/
session_startup_pref.cc 175 prefs->SetInt64(prefs::kRestoreStartupURLsMigrationTime,
183 prefs->SetInt64(prefs::kRestoreStartupURLsMigrationTime,
  /external/chromium_org/chrome/browser/profiles/
gaia_info_update_service.cc 103 profile_->GetPrefs()->SetInt64(prefs::kProfileGAIAInfoUpdateTime,
147 profile_->GetPrefs()->SetInt64(prefs::kProfileGAIAInfoUpdateTime,
  /external/chromium_org/base/prefs/
pref_service.h 203 void SetInt64(const char* path, int64 value);
  /external/chromium_org/chrome/browser/metrics/variations/
variations_request_scheduler_mobile_unittest.cc 133 prefs.SetInt64(
  /external/chromium_org/chrome/browser/password_manager/
password_manager_util_win.cc 124 local_state->SetInt64(password_manager::prefs::kOsPasswordLastChanged,
  /external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service_mobile.cc 202 profile_prefs_->SetInt64(prefs::kLastPolicyCheckTime,
  /external/chromium_org/chrome/browser/ui/views/
network_profile_bubble_view.cc 47 prefs->SetInt64(prefs::kNetworkProfileLastWarningTime,
  /external/chromium_org/components/gcm_driver/
gcm_channel_status_syncer.cc 154 prefs_->SetInt64(kGCMChannelLastCheckTime,
  /external/chromium_org/chrome/browser/sync/test/integration/
preferences_helper.cc 43 GetPrefs(index)->SetInt64(pref_name, new_value);
45 GetVerifierPrefs()->SetInt64(pref_name, new_value);

Completed in 1334 milliseconds

1 2 3