OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TopSitesCache
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/history/
top_sites_cache.cc
12
TopSitesCache
::
TopSitesCache
() {
15
TopSitesCache
::~
TopSitesCache
() {
18
void
TopSitesCache
::SetTopSites(const MostVisitedURLList& top_sites) {
23
void
TopSitesCache
::SetThumbnails(const URLToImagesMap& images) {
27
void
TopSitesCache
::SetPageThumbnail(const GURL& url,
35
Images*
TopSitesCache
::GetImage(const GURL& url) {
39
bool
TopSitesCache
::GetPageThumbnail(const GURL& url,
50
bool
TopSitesCache
::GetPageThumbnailScore(const GURL& url
[
all
...]
top_sites_cache.h
20
//
TopSitesCache
caches the top sites and thumbnails for TopSites.
21
class
TopSitesCache
{
23
TopSitesCache
();
24
~
TopSitesCache
();
107
DISALLOW_COPY_AND_ASSIGN(
TopSitesCache
);
Completed in 13 milliseconds