HomeSort by relevance Sort by last modified time
    Searched defs:LazyDomDistillerService (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/dom_distiller/
lazy_dom_distiller_service.cc 16 LazyDomDistillerService::LazyDomDistillerService(
25 LazyDomDistillerService::~LazyDomDistillerService() {
30 DomDistillerServiceInterface* LazyDomDistillerService::instance() const {
34 void LazyDomDistillerService::Observe(
43 syncer::SyncableService* LazyDomDistillerService::GetSyncableService() const {
47 const std::string LazyDomDistillerService::AddToList(
54 std::vector<ArticleEntry> LazyDomDistillerService::GetEntries() const {
58 scoped_ptr<ArticleEntry> LazyDomDistillerService::RemoveEntry
    [all...]
lazy_dom_distiller_service.h 27 class LazyDomDistillerService : public DomDistillerServiceInterface,
30 LazyDomDistillerService(Profile* profile,
32 virtual ~LazyDomDistillerService();
77 DISALLOW_COPY_AND_ASSIGN(LazyDomDistillerService);

Completed in 45 milliseconds