HomeSort by relevance Sort by last modified time
    Searched refs:DomDistillerModel (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/components/dom_distiller/core/
dom_distiller_model.h 25 class DomDistillerModel {
27 DomDistillerModel();
28 explicit DomDistillerModel(const std::vector<ArticleEntry>& initial_data);
30 ~DomDistillerModel();
85 DISALLOW_COPY_AND_ASSIGN(DomDistillerModel);
dom_distiller_model.cc 16 DomDistillerModel::DomDistillerModel()
19 DomDistillerModel::DomDistillerModel(
27 DomDistillerModel::~DomDistillerModel() {}
29 bool DomDistillerModel::GetEntryById(const std::string& entry_id,
39 bool DomDistillerModel::GetEntryByUrl(const GURL& url,
49 bool DomDistillerModel::GetKeyById(const std::string& entry_id,
61 bool DomDistillerModel::GetKeyByUrl(const GURL& url, KeyType* key) const
    [all...]
dom_distiller_model_unittest.cc 23 DomDistillerModel model(initial_model);
56 DomDistillerModel model(initial_model);
97 DomDistillerModel model(initial_model);
dom_distiller_store.h 155 DomDistillerModel model_;

Completed in 73 milliseconds