Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:formatted_url

449     const string16& formatted_url) {
451 return formatted_url;
452 const string16 url_with_path(formatted_url + char16('/'));
453 return (AutocompleteInput::Parse(formatted_url, string16(), NULL, NULL,
457 formatted_url : url_with_path;