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

  /external/chromium_org/components/dom_distiller/core/
dom_distiller_service.h 104 // DomDistillerService.
115 class DomDistillerService : public DomDistillerServiceInterface {
117 DomDistillerService(scoped_ptr<DomDistillerStoreInterface> store,
121 virtual ~DomDistillerService();
175 DISALLOW_COPY_AND_ASSIGN(DomDistillerService);
dom_distiller_service.cc 30 const DomDistillerService::ArticleAvailableCallback& article_cb,
39 DomDistillerService::DomDistillerService(
51 DomDistillerService::~DomDistillerService() {
54 syncer::SyncableService* DomDistillerService::GetSyncableService() const {
58 scoped_ptr<DistillerPage> DomDistillerService::CreateDefaultDistillerPage(
64 DomDistillerService::CreateDefaultDistillerPageWithHandle(
70 const std::string DomDistillerService::AddToList(
102 &DomDistillerService::AddDistilledPageToList, base::Unretained(this)))
    [all...]
  /external/chromium_org/components/dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/
DomDistillerService.java 12 * Wrapper for native dom_distiller::DomDistillerService.
15 public final class DomDistillerService {
20 private DomDistillerService(long nativeDomDistillerAndroidServicePtr) {
39 private static DomDistillerService create(long nativeDomDistillerServiceAndroid) {
41 return new DomDistillerService(nativeDomDistillerServiceAndroid);

Completed in 788 milliseconds