OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:top_sites
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/history/
top_sites_cache.h
27
void SetTopSites(const MostVisitedURLList&
top_sites
);
28
const MostVisitedURLList&
top_sites
() const { return top_sites_; }
function in class:history::TopSitesCache
top_sites_unittest.cc
18
#include "chrome/browser/history/
top_sites
.h"
68
void QueryTopSites(TopSites*
top_sites
, bool wait) {
70
top_sites
->GetMostVisitedURLs(
158
return
top_sites
()->GetPageThumbnail(url, &data) ?
190
top_sites
()->backend_->DoEmptyRequest(
196
TopSites*
top_sites
() { return profile_->GetTopSites(); }
function in class:history::TopSitesTest
283
return
top_sites
()->cache_->GetCanonicalURL(url);
287
top_sites
()->SetTopSites(new_top_sites);
291
top_sites
()->StartQueryForMostVisited();
300
top_sites
()->last_num_urls_changed_ = value
[
all
...]
/external/chromium/chrome/browser/tab_contents/
thumbnail_generator.cc
15
#include "chrome/browser/history/
top_sites
.h"
441
history::TopSites*
top_sites
= tab_contents->profile()->GetTopSites();
local
443
if (!ShouldUpdateThumbnail(tab_contents->profile(),
top_sites
, url))
463
top_sites
->SetPageThumbnail(url, thumbnail, score);
468
history::TopSites*
top_sites
,
470
if (!profile || !
top_sites
)
479
if (
top_sites
->IsFull() && !
top_sites
->IsKnownURL(url))
483
if (
top_sites
->GetPageThumbnailScore(url, ¤t_score) &&
489
if (
top_sites
->GetTemporaryPageThumbnailScore(url, &temporary_score) &
[
all
...]
/external/chromium/chrome/browser/automation/
testing_automation_provider.cc
52
#include "chrome/browser/history/
top_sites
.h"
4534
history::TopSites*
top_sites
= browser->profile()->GetTopSites();
local
4559
history::TopSites*
top_sites
= browser->profile()->GetTopSites();
local
4578
history::TopSites*
top_sites
= browser->profile()->GetTopSites();
local
4592
history::TopSites*
top_sites
= browser->profile()->GetTopSites();
local
[
all
...]
Completed in 140 milliseconds