Searched defs:GetInt64 (Results 1 - 2 of 2) sorted by path

/external/chromium_org/base/prefs/
H A Dpref_service.cc364 int64 PrefService::GetInt64(const char* path) const { function in class:PrefService
/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);

Completed in 999 milliseconds