/external/chromium_org/chrome/utility/ |
chrome_content_utility_client.cc | 582 int total_page_count = 0; local 584 &total_page_count, NULL)) { 606 if (page_number >= total_page_count) 646 int total_page_count = 0; local 648 &total_page_count, NULL)) { 663 for (int i = 0; i < total_page_count; ++i) { 671 if (!encoder.EncodePage(image, settings.dpi(), total_page_count, &pwg_page))
|
/external/chromium_org/chrome/renderer/printing/ |
print_web_view_helper_mac.mm | 135 print_preview_context_.total_page_count(),
|
print_web_view_helper_linux.cc | 185 print_preview_context_.total_page_count(),
|
print_web_view_helper_win.cc | 191 print_preview_context_.total_page_count(), scale_factor,
|
print_web_view_helper.cc | 296 int total_page_count) { 300 for (int i = 0; i < total_page_count; ++i) { 1944 int PrintWebViewHelper::PrintPreviewContext::total_page_count() const { function in class:printing::__anon6873::PrintWebViewHelper::PrintPreviewContext [all...] |
print_web_view_helper.h | 432 int total_page_count() const;
|
/external/chromium_org/android_webview/renderer/ |
print_web_view_helper_linux.cc | 187 print_preview_context_.total_page_count(),
|
print_web_view_helper.cc | 300 int total_page_count) { 304 for (int i = 0; i < total_page_count; ++i) { 1963 int PrintWebViewHelper::PrintPreviewContext::total_page_count() const { function in class:printing::__anon3143::PrintWebViewHelper::PrintPreviewContext [all...] |
print_web_view_helper.h | 434 int total_page_count() const;
|