HomeSort by relevance Sort by last modified time
    Searched defs:GetInt64 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_statistics_prefs.cc 67 int64 pref_value = pref_service_->GetInt64(pref);
77 int64 DataReductionProxyStatisticsPrefs::GetInt64(const char* pref_path) {
79 return pref_service_->GetInt64(pref_path);
  /external/chromium_org/base/prefs/
pref_service.cc 364 int64 PrefService::GetInt64(const char* path) const {

Completed in 112 milliseconds