OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanonicalURLEntry
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/history/
top_sites_cache.h
67
typedef std::pair<MostVisitedURL*, size_t>
CanonicalURLEntry
;
72
bool operator()(const
CanonicalURLEntry
& e1,
73
const
CanonicalURLEntry
& e2) const {
85
typedef std::map<
CanonicalURLEntry
, size_t,
top_sites_cache.cc
103
CanonicalURLEntry
entry;
115
CanonicalURLEntry
entry;
Completed in 35 milliseconds