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

1 2

  /external/chromium_org/components/policy/core/common/
policy_statistics_collector_unittest.cc 138 prefs_.SetInt64(policy_prefs::kLastPolicyStatisticsUpdate,
153 prefs_.SetInt64(policy_prefs::kLastPolicyStatisticsUpdate,
167 prefs_.SetInt64(policy_prefs::kLastPolicyStatisticsUpdate,
179 prefs_.SetInt64(policy_prefs::kLastPolicyStatisticsUpdate,
policy_statistics_collector.cc 82 prefs_->SetInt64(policy_prefs::kLastPolicyStatisticsUpdate,
  /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/profiles/
gaia_info_update_service.cc 104 profile_->GetPrefs()->SetInt64(prefs::kProfileGAIAInfoUpdateTime,
160 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/prefs/
session_startup_pref.cc 174 prefs->SetInt64(prefs::kRestoreStartupURLsMigrationTime,
182 prefs->SetInt64(prefs::kRestoreStartupURLsMigrationTime,
  /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_org/chrome/browser/metrics/variations/
variations_service.cc 436 local_state_->SetInt64(prefs::kVariationsSeedDate,
488 local_state_->SetInt64(prefs::kVariationsSeedDate,
528 local_state_->SetInt64(prefs::kVariationsLastFetchTime,
  /external/chromium_org/chrome/browser/net/
chrome_network_data_saving_metrics.cc 499 prefs->SetInt64(prefs::kDailyHttpContentLengthLastUpdateDate,
535 prefs->SetInt64(prefs::kHttpReceivedContentLength, total_received);
536 prefs->SetInt64(prefs::kHttpOriginalContentLength, total_original);
  /external/chromium/chrome/browser/prefs/
pref_service.h 233 void SetInt64(const char* path, int64 value);
  /external/chromium_org/base/prefs/
pref_service.h 203 void SetInt64(const char* path, int64 value);
  /external/chromium_org/chrome/browser/password_manager/
password_manager_util_win.cc 120 local_state->SetInt64(prefs::kOsPasswordLastChanged, last_changed);
  /external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service_android.cc 147 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 200 prefs->SetInt64(prefs::kLastClearBrowsingDataTime,
  /external/chromium_org/chrome/browser/metrics/
metrics_service.cc 508 local_state->SetInt64(prefs::kStabilityLaunchTimeSec, 0);
509 local_state->SetInt64(prefs::kStabilityLastTimestampSec, 0);
    [all...]
metrics_service_unittest.cc 238 GetLocalState()->SetInt64(prefs::kStabilityStatsBuildTime,
  /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/ui/app_list/
app_list_service_impl.cc 56 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...]

Completed in 1829 milliseconds

1 2