Searched defs:GetList (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/service/
H A Dservice_process_prefs.cc84 const base::ListValue* ServiceProcessPrefs::GetList( function in class:ServiceProcessPrefs
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_statistics_prefs.cc73 pref_service_->GetList(pref)->DeepCopy());
96 base::ListValue* DataReductionProxyStatisticsPrefs::GetList( function in class:data_reduction_proxy::DataReductionProxyStatisticsPrefs
/external/chromium_org/extensions/common/
H A Dmanifest.cc218 bool Manifest::GetList( function in class:extensions::Manifest
220 return CanAccessPath(path) && value_->GetList(path, out_value);
/external/chromium_org/chrome/browser/chromeos/settings/
H A Dcros_settings.cc183 bool CrosSettings::GetList(const std::string& path, function in class:chromeos::CrosSettings
219 if (!GetList(path, &list))
/external/chromium_org/base/prefs/
H A Dpref_service.cc294 const base::ListValue* PrefService::GetList(const char* path) const { function in class:PrefService
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dwallpaper_private_api.cc857 base::Bind(&WallpaperPrivateGetOfflineWallpaperListFunction::GetList,
862 void WallpaperPrivateGetOfflineWallpaperListFunction::GetList() { function in class:WallpaperPrivateGetOfflineWallpaperListFunction
/external/chromium_org/base/
H A Dvalues.cc584 bool DictionaryValue::GetList(const std::string& path, function in class:base::DictionaryValue
597 bool DictionaryValue::GetList(const std::string& path, ListValue** out_value) { function in class:base::DictionaryValue
598 return static_cast<const DictionaryValue&>(*this).GetList(
959 bool ListValue::GetList(size_t index, const ListValue** out_value) const { function in class:base::ListValue
971 bool ListValue::GetList(size_t index, ListValue** out_value) { function in class:base::ListValue
972 return static_cast<const ListValue&>(*this).GetList(
/external/chromium_org/v8/src/
H A Dparser.h111 // RemoveLast or GetList has been called.
162 ZoneList<T*>* GetList(Zone* zone) { function in class:v8::internal::BufferedZoneList

Completed in 1137 milliseconds