Home | History | Annotate | Download | only in autocomplete

Lines Matching full:description_val

456     Value* description_val;
457 if (root_list->Get(2, &description_val) &&
458 description_val->IsType(Value::TYPE_LIST))
459 description_list = static_cast<ListValue*>(description_val);