Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:URL

318   DCHECK(element->url());
319 DCHECK(element->url()->IsValid());
326 if (element->url()->SupportsReplacement() &&
336 // Keyword that has no replacement text (aka a shorthand for a URL).
337 match->destination_url = GURL(element->url()->url());
344 // Create destination URL by escaping user input and substituting into
345 // keyword template URL. The escaping here handles whitespace in user
347 // fixup to make the URL valid if necessary.
348 DCHECK(element->url()->SupportsReplacement());
349 match->destination_url = GURL(element->url()->ReplaceSearchTerms(
375 return (type == AutocompleteInput::URL) ? 700 : 450;
393 DCHECK(element && element->url());
394 const bool supports_replacement = element->url()->SupportsReplacement();
423 // Create destination URL and popup entry content by substituting user input