Searched defs:suggestion_str (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dsearch_provider.cc486 string16 suggestion_str; local
488 !suggestion_val->GetAsString(&suggestion_str))
494 if (!suggestion_str.length())
511 GURL result_url(URLFixerUpper::FixupURL(UTF16ToUTF8(suggestion_str),
521 suggest_results->push_back(suggestion_str);

Completed in 95 milliseconds