Searched refs:root_val (Results 1 – 2 of 2) sorted by relevance
267 scoped_ptr<Value> root_val(deserializer.Deserialize(NULL, NULL)); in OnURLFetchComplete() local271 root_val.get() && in OnURLFetchComplete()272 ParseSuggestResults(root_val.get(), is_keyword_results, input_text, in OnURLFetchComplete()436 bool SearchProvider::ParseSuggestResults(Value* root_val, in ParseSuggestResults() argument440 if (!root_val->IsType(Value::TYPE_LIST)) in ParseSuggestResults()442 ListValue* root_list = static_cast<ListValue*>(root_val); in ParseSuggestResults()
201 bool ParseSuggestResults(Value* root_val,