HomeSort by relevance Sort by last modified time
    Searched defs:input_text (Results 1 - 4 of 4) 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...]
  /external/chromium_org/chrome/browser/autocomplete/
history_provider.cc 67 const string16& input_text = input->text(); local
69 const GURL canonical_gurl(URLFixerUpper::FixupURL(UTF16ToUTF8(input_text),
86 UTF16ToUTF8(input_text.substr(input->parts().host.begin,
99 !url_util::FindAndCompareScheme(UTF16ToUTF8(input_text),
118 input_text.find_last_not_of(ASCIIToUTF16("/\\"));
120 input_text.length() : (input_text.length() - 1 - last_input_nonslash);
search_provider.cc 266 const string16& input_text,
280 // will be highlighted, e.g. for input_text = "you" the suggestion may be
282 if (input_text != query_string) {
283 size_t input_position = match.contents.find(input_text);
304 size_t next_fragment_position = input_position + input_text.length();
327 StartsWith(query_string, input_text, false)) {
328 match.inline_autocompletion = query_string.substr(input_text.length());
337 match.search_terms_args->original_query = input_text;
868 const string16& input_text = local
1189 const string16& input_text = local
    [all...]

Completed in 226 milliseconds