Searched refs:found_value (Results 1 – 1 of 1) sorted by relevance
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()