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

/external/chromium_org/components/dom_distiller/core/
H A Ddistilled_content_store.h23 class DistilledContentStore { class in namespace:dom_distiller
35 DistilledContentStore() {}; function in class:dom_distiller::DistilledContentStore
36 virtual ~DistilledContentStore() {};
39 DISALLOW_COPY_AND_ASSIGN(DistilledContentStore);
45 class InMemoryContentStore : public DistilledContentStore {
50 // DistilledContentStore implementation

Completed in 72 milliseconds