/external/chromium_org/chrome/service/cloud_print/ |
print_system.cc | 14 total_pages(0), 22 total_pages = 0;
|
print_system.h | 48 (total_pages == other.total_pages) && 59 int total_pages; member in struct:cloud_print::PrintJobDetails
|
cloud_print_service_helpers.cc | 63 details.total_pages,
|
cloud_print_service_helpers_unittest.cc | 32 details.total_pages = 345;
|
print_system_win.cc | 255 job_details->total_pages = job_info->TotalPages;
|
/external/chromium_org/chrome/utility/cloud_print/ |
pwg_encoder.h | 22 const uint32 total_pages, std::string* output) const; 26 const uint32 total_pages, std::string* output) const;
|
pwg_encoder.cc | 65 const uint32 total_pages, 81 net::WriteBigEndian<uint32>(header + kHeaderPwgTotalPageCount, total_pages); 160 const uint32 total_pages, 168 EncodePageHeader(image, dpi, total_pages, output);
|
/external/chromium_org/ui/app_list/ |
pagination_model.h | 54 void SetTotalPages(int total_pages); 84 int total_pages() const { return total_pages_; } function in class:app_list::PaginationModel
|
pagination_model.cc | 27 void PaginationModel::SetTotalPages(int total_pages) { 28 if (total_pages == total_pages_) 31 total_pages_ = total_pages;
|
/external/v8/test/cctest/ |
test-spaces.cc | 138 int total_pages = 0; local 149 total_pages++; 159 total_pages++; 166 CHECK(total_pages == page_count);
|
/external/e2fsprogs/ext2ed/ |
win.c | 107 int current_page,total_pages; local 112 total_pages=show_pad_info.max_line/show_pad_info.display_lines+1; 115 wprintw (show_win,"Page %d of %d\n",current_page,total_pages);
|
/external/chromium_org/ui/app_list/views/ |
apps_grid_view_unittest.cc | 184 EXPECT_EQ(kPages, pagination_model_->total_pages()); 188 EXPECT_EQ(kPages + 1, pagination_model_->total_pages()); 194 EXPECT_EQ(kPages, pagination_model_->total_pages()); 280 EXPECT_EQ(kPages, pagination_model_->total_pages());
|
page_switcher.cc | 231 for (int i = 0; i < model_->total_pages(); ++i) { 236 buttons_->SetVisible(model_->total_pages() > 1);
|
apps_grid_view.cc | 891 index.page < pagination_model_->total_pages() && 933 if (selected.page < pagination_model_->total_pages() - 1) { 944 selected.page + page_delta == pagination_model_->total_pages() - 1) { 951 int target_page = std::min(pagination_model_->total_pages() - 1, [all...] |
/external/chromium_org/v8/test/cctest/ |
test-spaces.cc | 275 int total_pages = 0; local 286 total_pages++; 296 total_pages++; 303 CHECK(total_pages == page_count);
|
/external/chromium_org/third_party/sqlite/src/tool/ |
spaceanal.tcl | 240 # total_pages: Database pages consumed. 250 set total_pages [expr {$leaf_pages+$int_pages+$ovfl_pages}] 251 set total_pages_percent [percent $total_pages $file_pgcnt] 252 set storage [expr {$total_pages*$pageSize}] 283 if {$total_pages>1} { 284 set fragmentation [percent $gap_cnt [expr {$total_pages-1}] {fragmentation}] 294 statline {Total pages used} $total_pages
|
/external/chromium_org/android_webview/renderer/ |
print_web_view_helper.h | 303 int total_pages,
|
print_web_view_helper.cc | 415 int total_pages, 452 base::StringPrintf("%d/%d", page_number, total_pages)); [all...] |
/external/chromium_org/chrome/renderer/printing/ |
print_web_view_helper.h | 301 int total_pages,
|
print_web_view_helper.cc | 413 int total_pages, 448 base::StringPrintf("%d/%d", page_number, total_pages)); [all...] |
/external/chromium_org/third_party/jemalloc/chromium/ |
jemalloc.c | 3243 size_t old_ndirty, run_ind, total_pages, need_pages, rem_pages, i; local [all...] |
/external/chromium_org/third_party/jemalloc/vendor/ |
jemalloc.c | 3232 size_t old_ndirty, run_ind, total_pages, need_pages, rem_pages, i; local [all...] |