Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/autocomplete/
Dsearch_provider.cc485 Value* suggestion_val; in ParseSuggestResults() local
487 if (!result_list->Get(i, &suggestion_val) || in ParseSuggestResults()
488 !suggestion_val->GetAsString(&suggestion_str)) in ParseSuggestResults()