Home | History | Annotate | Download | only in core

Lines Matching defs:page_num

96     int page_num;
105 void OnFetchImageDone(int page_num,
111 int page_num,
116 virtual void FetchImage(int page_num,
123 // Adds the |url| to |pages_to_be_distilled| if |page_num| is a valid relative
125 void AddToDistillationQueue(int page_num, const GURL& url);
127 // Check if |page_num| is a valid relative page number, i.e. page with
128 // |page_num| is either under distillation or has already completed
130 bool IsPageNumberInUse(int page_num) const;
144 void AddPageIfDone(int page_num);