Searched refs:found_value (Results 1 – 2 of 2) sorted by relevance
492 const base::Value* found_value = NULL; in GetRecommendedValue() local493 if (pref_value_store()->GetRecommendedValue(name_, type_, &found_value)) { in GetRecommendedValue()494 DCHECK(found_value->IsType(type_)); in GetRecommendedValue()495 return found_value; in GetRecommendedValue()543 const base::Value* found_value = NULL; in GetPreferenceValue() local545 if (pref_value_store_->GetValue(path, default_type, &found_value)) { in GetPreferenceValue()546 DCHECK(found_value->IsType(default_type)); in GetPreferenceValue()547 return found_value; in GetPreferenceValue()
667 const Value* found_value = NULL; in GetValue() local668 if (pref_value_store()->GetValue(name_, type_, &found_value)) { in GetValue()669 DCHECK(found_value->IsType(type_)); in GetValue()670 return found_value; in GetValue()