Searched refs:root_list (Results 1 – 1 of 1) sorted by relevance
442 ListValue* root_list = static_cast<ListValue*>(root_val); in ParseSuggestResults() local447 if ((root_list->GetSize() < 2) || !root_list->Get(0, &query_val) || in ParseSuggestResults()450 !root_list->Get(1, &result_val) || !result_val->IsType(Value::TYPE_LIST)) in ParseSuggestResults()454 if (root_list->GetSize() > 2) { in ParseSuggestResults()457 if (root_list->Get(2, &description_val) && in ParseSuggestResults()470 if (root_list->GetSize() > 4) { in ParseSuggestResults()472 if (root_list->Get(4, &optional_val) && in ParseSuggestResults()