DistilledPageData   46 components/dom_distiller/core/distiller.cc DistillerImpl::DistilledPageData::DistilledPageData() {}
DistilledPageData   48 components/dom_distiller/core/distiller.cc DistillerImpl::DistilledPageData::~DistilledPageData() {}
DistilledPageData   96 components/dom_distiller/core/distiller.cc DistillerImpl::DistilledPageData* DistillerImpl::GetPageAtIndex(size_t index)
DistilledPageData   99 components/dom_distiller/core/distiller.cc   DistilledPageData* page_data = pages_[index];
DistilledPageData  126 components/dom_distiller/core/distiller.cc     pages_.push_back(new DistilledPageData());
DistilledPageData  145 components/dom_distiller/core/distiller.cc     DistilledPageData* page_data =
DistilledPageData  187 components/dom_distiller/core/distiller.cc   DistilledPageData* page_data = GetPageAtIndex(started_pages_index_[page_num]);
DistilledPageData  205 components/dom_distiller/core/distiller.cc   DistilledPageData* page_data = GetPageAtIndex(started_pages_index_[page_num]);
DistilledPageData  230 components/dom_distiller/core/distiller.cc   DistilledPageData* page_data = GetPageAtIndex(started_pages_index_[page_num]);
DistilledPageData  272 components/dom_distiller/core/distiller.cc       DistilledPageData* page_data = GetPageAtIndex(it->second);
DistilledPageData   95 components/dom_distiller/core/distiller.h     DistilledPageData();
DistilledPageData   96 components/dom_distiller/core/distiller.h     virtual ~DistilledPageData();
DistilledPageData  105 components/dom_distiller/core/distiller.h     DISALLOW_COPY_AND_ASSIGN(DistilledPageData);
DistilledPageData  148 components/dom_distiller/core/distiller.h   DistilledPageData* GetPageAtIndex(size_t index) const;
DistilledPageData  162 components/dom_distiller/core/distiller.h   ScopedVector<DistilledPageData> pages_;