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

  /external/chromium_org/components/dom_distiller/core/
distiller.cc 77 void DistillerImpl::AddToDistillationQueue(int page_num, const GURL& url) {
108 AddToDistillationQueue(0, url);
172 AddToDistillationQueue(page_num + 1, next_page_url);
180 AddToDistillationQueue(page_num - 1, prev_page_url);
distiller.h 125 void AddToDistillationQueue(int page_num, const GURL& url);

Completed in 58 milliseconds