Home
last modified time | relevance | path

Searched refs:root_val (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dsearch_provider.cc267 scoped_ptr<Value> root_val(deserializer.Deserialize(NULL, NULL)); in OnURLFetchComplete() local
271 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() argument
440 if (!root_val->IsType(Value::TYPE_LIST)) in ParseSuggestResults()
442 ListValue* root_list = static_cast<ListValue*>(root_val); in ParseSuggestResults()
Dsearch_provider.h201 bool ParseSuggestResults(Value* root_val,