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

1 2

  /external/chromium_org/chrome/browser/policy/
policy_statistics_collector_unittest.cc 126 prefs_.SetInt64(prefs::kLastPolicyStatisticsUpdate,
141 prefs_.SetInt64(prefs::kLastPolicyStatisticsUpdate,
155 prefs_.SetInt64(prefs::kLastPolicyStatisticsUpdate,
167 prefs_.SetInt64(prefs::kLastPolicyStatisticsUpdate,
policy_statistics_collector.cc 89 prefs_->SetInt64(prefs::kLastPolicyStatisticsUpdate,
  /external/chromium_org/chrome/browser/profiles/
gaia_info_update_service.cc 104 profile_->GetPrefs()->SetInt64(prefs::kProfileGAIAInfoUpdateTime,
157 profile_->GetPrefs()->SetInt64(prefs::kProfileGAIAInfoUpdateTime,
  /external/chromium/chrome/browser/instant/
promo_counter.cc 87 prefs->SetInt64((pref_key_ + kInitialTimeKey).c_str(),
instant_controller.cc 76 service->SetInt64(prefs::kInstantEnabledTime,
106 service->SetInt64(prefs::kInstantEnabledTime,
  /external/chromium_org/chrome/browser/chromeos/
session_length_limiter.cc 84 local_state->SetInt64(prefs::kSessionStartTime, now);
  /external/chromium_org/chrome/browser/sync/test/integration/
preferences_helper.cc 41 GetPrefs(index)->SetInt64(pref_name, new_value);
43 GetVerifierPrefs()->SetInt64(pref_name, new_value);
  /external/chromium/chrome/browser/prefs/
pref_service.h 233 void SetInt64(const char* path, int64 value);
  /external/chromium_org/base/prefs/
pref_service.h 208 void SetInt64(const char* path, int64 value);
  /external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service_android.cc 143 profile()->GetPrefs()->SetInt64(prefs::kLastPolicyCheckTime,
  /external/chromium_org/chrome/browser/ui/views/
network_profile_bubble_view.cc 46 prefs->SetInt64(prefs::kNetworkProfileLastWarningTime,
  /external/chromium_org/chrome/browser/ui/webui/options/
clear_browser_data_handler.cc 198 prefs->SetInt64(prefs::kLastClearBrowsingDataTime,
  /external/chromium_org/chrome/browser/signin/
about_signin_internals.cc 158 profile_->GetPrefs()->SetInt64(time_internal_pref.c_str(), time_as_int);
189 profile_->GetPrefs()->SetInt64(time_internal_pref.c_str(), time_as_int);
  /external/chromium/chrome/browser/metrics/
metrics_service.cc 446 local_state->SetInt64(prefs::kStabilityLaunchTimeSec, 0);
447 local_state->SetInt64(prefs::kStabilityLastTimestampSec, 0);
727 pref->SetInt64(prefs::kStabilityStatsBuildTime,
758 pref->SetInt64(prefs::kStabilityLaunchTimeSec, Time::Now().ToTimeT());
    [all...]
metrics_log.cc 56 pref->SetInt64(prefs::kUninstallMetricsUptimeSec, metrics_uptime);
  /external/chromium_org/chrome/browser/metrics/
metrics_service.cc 458 local_state->SetInt64(prefs::kStabilityLaunchTimeSec, 0);
459 local_state->SetInt64(prefs::kStabilityLastTimestampSec, 0);
    [all...]
metrics_log_unittest.cc 67 prefs_.SetInt64(prefs::kInstallDate, kInstallDate);
  /external/chromium_org/chrome/browser/metrics/variations/
variations_service.cc 455 local_state_->SetInt64(prefs::kVariationsSeedDate,
495 local_state_->SetInt64(prefs::kVariationsLastFetchTime,
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_impl.cc 50 local_state->SetInt64(
  /external/chromium_org/chrome/browser/extensions/updater/
extension_updater.cc 244 prefs_->SetInt64(kNextExtensionsUpdateCheck, next.ToInternalValue());
270 prefs_->SetInt64(kLastExtensionsUpdateCheck, now);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
generated_message_reflection.h 184 void SetInt64 (Message* message,
  /external/protobuf/src/google/protobuf/
generated_message_reflection.h 177 void SetInt64 (Message* message,
message.h 490 virtual void SetInt64 (Message* message,
    [all...]
  /external/chromium_org/chrome/browser/net/
chrome_network_delegate.cc 309 prefs->SetInt64(prefs::kHttpReceivedContentLength, total_received);
310 prefs->SetInt64(prefs::kHttpOriginalContentLength, total_original);
337 prefs->SetInt64(prefs::kDailyHttpContentLengthLastUpdateDate,
    [all...]
  /external/chromium_org/chrome/browser/sync/
sync_prefs.cc 202 pref_service_->SetInt64(prefs::kSyncLastSyncedTime, time.ToInternalValue());

Completed in 1015 milliseconds

1 2