Searched refs:total_page_count_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/apps/
H A Dapp_browsertest.cc123 total_page_count_(1),
139 total_page_count_ = page_count;
147 CHECK(rendered_page_count_ <= total_page_count_);
148 if (waiting_runner_.get() && rendered_page_count_ == total_page_count_) {
155 if (rendered_page_count_ < total_page_count_) {
168 int total_page_count_; member in class:extensions::__anon2885::ScopedPreviewTestingDelegate
/external/chromium_org/android_webview/renderer/
H A Dprint_web_view_helper.cc1783 : total_page_count_(0),
1828 total_page_count_ = prep_frame_view_->GetExpectedPageCount();
1829 if (total_page_count_ == 0) {
1852 total_page_count_) -
1856 print_ready_metafile_page_count_ = total_page_count_;
1858 for (int i = 0; i < total_page_count_; ++i)
1862 for (int i = 0; i < total_page_count_; ++i) {
1996 return total_page_count_;
H A Dprint_web_view_helper.h446 int total_page_count_; member in class:printing::PrintWebViewHelper::PrintPreviewContext
/external/chromium_org/chrome/renderer/printing/
H A Dprint_web_view_helper.cc1742 : total_page_count_(0),
1787 total_page_count_ = prep_frame_view_->GetExpectedPageCount();
1788 if (total_page_count_ == 0) {
1811 total_page_count_) -
1815 print_ready_metafile_page_count_ = total_page_count_;
1817 for (int i = 0; i < total_page_count_; ++i)
1821 for (int i = 0; i < total_page_count_; ++i) {
1955 return total_page_count_;
H A Dprint_web_view_helper.h411 int total_page_count_; member in class:printing::PrintWebViewHelper::PrintPreviewContext

Completed in 178 milliseconds