Searched defs:LazyDomDistillerService (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/dom_distiller/
H A Dlazy_dom_distiller_service.h27 class LazyDomDistillerService : public DomDistillerServiceInterface, class in namespace:dom_distiller
30 LazyDomDistillerService(Profile* profile,
32 virtual ~LazyDomDistillerService();
81 DISALLOW_COPY_AND_ASSIGN(LazyDomDistillerService);
H A Dlazy_dom_distiller_service.cc17 LazyDomDistillerService::LazyDomDistillerService( function in class:dom_distiller::LazyDomDistillerService
26 LazyDomDistillerService::~LazyDomDistillerService() {
31 DomDistillerServiceInterface* LazyDomDistillerService::instance() const {
35 void LazyDomDistillerService::Observe(
44 syncer::SyncableService* LazyDomDistillerService::GetSyncableService() const {
48 bool LazyDomDistillerService::HasEntry(const std::string& entry_id) {
52 std::string LazyDomDistillerService::GetUrlForEntry(
57 const std::string LazyDomDistillerService
[all...]

Completed in 269 milliseconds