HomeSort by relevance Sort by last modified time
    Searched defs:input_text (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/autocomplete/
history_provider.cc 64 const string16& input_text = input.text(); local
66 const GURL canonical_gurl(URLFixerUpper::FixupURL(UTF16ToUTF8(input_text),
71 return input_text;
83 UTF16ToUTF8(input_text.substr(input.parts().host.begin,
96 !url_util::FindAndCompareScheme(UTF16ToUTF8(input_text),
115 input_text.find_last_not_of(ASCIIToUTF16("/\\"));
117 input_text.length() : (input_text.length() - 1 - last_input_nonslash);
search_provider.cc 67 void SearchProvider::FinalizeInstantQuery(const string16& input_text,
75 if (input_text.empty()) {
84 string16 adjusted_input_text(input_text);
268 const string16& input_text = local
272 ParseSuggestResults(root_val.get(), is_keyword_results, input_text,
438 const string16& input_text,
449 (query_str != input_text) ||
751 const string16& input_text,
764 // will be highlighted, e.g. for input_text = "you" the suggestion may be
766 if (input_text != query_string)
856 const string16& input_text = local
    [all...]

Completed in 174 milliseconds