Searched refs:ThumbnailSource (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dthumbnail_source.cc21 ThumbnailSource::ThumbnailSource(Profile* profile, bool capture_thumbnails) function in class:ThumbnailSource
27 ThumbnailSource::~ThumbnailSource() {
30 std::string ThumbnailSource::GetSource() const {
35 void ThumbnailSource::StartDataRequest(
52 std::string ThumbnailSource::GetMimeType(const std::string&) const {
58 base::MessageLoop* ThumbnailSource::MessageLoopForRequestPath(
65 bool ThumbnailSource::ShouldServiceRequest(
H A Dthumbnail_source.h24 // ThumbnailSource is the gateway between network-level chrome: requests for
26 class ThumbnailSource : public content::URLDataSource { class in inherits:content::URLDataSource
28 ThumbnailSource(Profile* profile, bool capture_thumbnails);
44 virtual ~ThumbnailSource();
66 DISALLOW_COPY_AND_ASSIGN(ThumbnailSource);
H A Dmost_visited_handler.cc76 content::URLDataSource::Add(profile, new ThumbnailSource(profile, false));
77 content::URLDataSource::Add(profile, new ThumbnailSource(profile, true));
H A Dsuggestions_page_handler.cc66 content::URLDataSource::Add(profile, new ThumbnailSource(profile, false));
/external/chromium_org/chrome/browser/search/
H A Dinstant_service.cc120 content::URLDataSource::Add(profile_, new ThumbnailSource(profile_, false));
121 content::URLDataSource::Add(profile_, new ThumbnailSource(profile_, true));
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service.cc1038 ThumbnailSource* thumbnail_source = new ThumbnailSource(profile_, false);

Completed in 140 milliseconds