Searched refs:GetPageAtIndex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/dom_distiller/core/
H A Ddistiller.cc91 DistillerImpl::DistilledPageData* DistillerImpl::GetPageAtIndex(size_t index) function in class:dom_distiller::DistillerImpl
144 GetPageAtIndex(started_pages_index_[page_num]);
204 DistilledPageData* page_data = GetPageAtIndex(started_pages_index_[page_num]);
222 DistilledPageData* page_data = GetPageAtIndex(started_pages_index_[page_num]);
247 DistilledPageData* page_data = GetPageAtIndex(started_pages_index_[page_num]);
289 DistilledPageData* page_data = GetPageAtIndex(it->second);
H A Ddistiller.h146 DistilledPageData* GetPageAtIndex(size_t index) const;

Completed in 78 milliseconds