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

/external/chromium_org/components/omnibox/
H A Durl_prefix.cc80 const base::string16& fixed_up_input,
90 if (!best_prefix && !fixed_up_input.empty() && (fixed_up_input != input)) {
92 BestURLPrefixWithWWWCase(text, fixed_up_input) :
93 BestURLPrefix(text, fixed_up_input);
94 matching_string = &fixed_up_input;
78 GetInlineAutocompleteOffset( const base::string16& input, const base::string16& fixed_up_input, const bool allow_www_prefix_without_scheme, const base::string16& text) argument

Completed in 393 milliseconds