HomeSort by relevance Sort by last modified time
    Searched full:suggestion_str (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/autocomplete/
search_provider.cc 486 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);
    [all...]

Completed in 426 milliseconds