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

  /external/chromium/chrome/browser/autocomplete/
history_provider.h 53 static size_t TrimHttpPrefix(string16* url);
history_provider.cc 98 TrimHttpPrefix(&output);
110 // NOTE: We do this after calling TrimHttpPrefix() since that can strip
132 size_t HistoryProvider::TrimHttpPrefix(string16* url) {
history_url_provider.cc 314 // NOTE: We use TrimHttpPrefix() here rather than StringForURLDisplay() to
316 // |match_location| below. StringForURLDisplay() and TrimHttpPrefix() have
320 const size_t offset = trim_http ? TrimHttpPrefix(&display_string) : 0;
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
history_provider.h 48 static size_t TrimHttpPrefix(string16* url);
history_provider.cc 101 TrimHttpPrefix(&output);
113 // NOTE: We do this after calling TrimHttpPrefix() since that can strip
138 size_t HistoryProvider::TrimHttpPrefix(string16* url) {
history_url_provider.cc 342 // NOTE: We use TrimHttpPrefix() here rather than StringForURLDisplay() to
344 // |match_location| below. StringForURLDisplay() and TrimHttpPrefix() have
348 const size_t offset = trim_http ? TrimHttpPrefix(&display_string) : 0;
    [all...]

Completed in 107 milliseconds