HomeSort by relevance Sort by last modified time
    Searched refs:StringForURLDisplay (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_provider.h 213 string16 StringForURLDisplay(const GURL& url,
autocomplete_provider.cc 111 string16 AutocompleteProvider::StringForURLDisplay(const GURL& url,
history_url_provider.cc 342 // NOTE: We use TrimHttpPrefix() here rather than StringForURLDisplay() to
344 // |match_location| below. StringForURLDisplay() and TrimHttpPrefix() have
347 string16 display_string(provider->StringForURLDisplay(url, false, false));
    [all...]
search_provider.cc 172 url, provider.StringForURLDisplay(url, true, false))),
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete.h 439 string16 StringForURLDisplay(const GURL& url,
    [all...]
history_contents_provider.cc 214 match.contents = StringForURLDisplay(result.url(), true, trim_http_);
history_url_provider.cc 314 // NOTE: We use TrimHttpPrefix() here rather than StringForURLDisplay() to
316 // |match_location| below. StringForURLDisplay() and TrimHttpPrefix() have
319 string16 display_string(StringForURLDisplay(url, false, false));
    [all...]
autocomplete.cc 539 string16 AutocompleteProvider::StringForURLDisplay(const GURL& url,
    [all...]
search_provider.cc     [all...]

Completed in 378 milliseconds