OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TopSitesCache
(Results
1 - 4
of
4
) 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
);
/external/chromium_org/chrome/browser/history/
top_sites_cache.cc
12
TopSitesCache
::CanonicalURLQuery::CanonicalURLQuery(const GURL& url) {
18
TopSitesCache
::CanonicalURLQuery::~CanonicalURLQuery() {
21
TopSitesCache
::
TopSitesCache
() {
29
TopSitesCache
::~
TopSitesCache
() {
32
void
TopSitesCache
::SetTopSites(const MostVisitedURLList& top_sites) {
38
void
TopSitesCache
::SetThumbnails(const URLToImagesMap& images) {
42
Images*
TopSitesCache
::GetImage(const GURL& url) {
46
bool
TopSitesCache
::GetPageThumbnail
[
all
...]
top_sites_cache.h
39
//
TopSitesCache
caches the top sites and thumbnails for TopSites.
40
class
TopSitesCache
{
42
TopSitesCache
();
43
~
TopSitesCache
();
165
DISALLOW_COPY_AND_ASSIGN(
TopSitesCache
);
Completed in 5243 milliseconds