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

  /external/chromium_org/base/prefs/
pref_service.cc 528 const base::Value* found_value = NULL; local
529 if (pref_value_store()->GetRecommendedValue(name_, type_, &found_value)) {
530 DCHECK(found_value->IsType(type_));
531 return found_value;
579 const base::Value* found_value = NULL; local
581 if (pref_value_store_->GetValue(path, default_type, &found_value)) {
582 DCHECK(found_value->IsType(default_type));
583 return found_value;
  /external/chromium/chrome/browser/prefs/
pref_service.cc 667 const Value* found_value = NULL; local
668 if (pref_value_store()->GetValue(name_, type_, &found_value)) {
669 DCHECK(found_value->IsType(type_));
670 return found_value;

Completed in 205 milliseconds