HomeSort by relevance Sort by last modified time
    Searched defs:canonical_urls_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/history/
top_sites_cache.h 105 CanonicalURLs canonical_urls_; member in class:history::TopSitesCache
  /external/chromium_org/chrome/browser/history/
top_sites_cache.h 25 // (map 1) searches for an URL in |canonical_urls_| that "matches" (see below)
31 // The rule to "match" URL in |canonical_urls_| always favors exact match.
34 // i.e., stored URLs in |canonical_urls_| that are prefixes of input URL,
71 // Searches for a URL in |canonical_urls_| that is a URL prefix of |url|.
104 // Creates the object needed to form std::map queries into |canonical_urls_|,
136 // Returns the iterator into |canonical_urls_| for the |url|.
139 // Returns the GURL corresponding to an iterator in |canonical_urls_|.
155 CanonicalURLs canonical_urls_; member in class:history::TopSitesCache

Completed in 40 milliseconds