OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TopSitesCache
(Results
1 - 10
of
10
) 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
);
top_sites.h
35
class
TopSitesCache
;
311
scoped_ptr<
TopSitesCache
> cache_;
316
scoped_ptr<
TopSitesCache
> thread_safe_cache_;
top_sites.cc
132
cache_(new
TopSitesCache
()),
133
thread_safe_cache_(new
TopSitesCache
()),
[
all
...]
/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
);
top_sites_impl.h
43
class
TopSitesCache
;
225
scoped_ptr<
TopSitesCache
> cache_;
230
scoped_ptr<
TopSitesCache
> thread_safe_cache_;
top_sites.h
30
class
TopSitesCache
;
top_sites_cache_unittest.cc
37
TopSitesCache
cache_;
top_sites_impl.cc
103
cache_(new
TopSitesCache
()),
104
thread_safe_cache_(new
TopSitesCache
()),
[
all
...]
Completed in 49 milliseconds