HomeSort by relevance Sort by last modified time
    Searched defs:total_page_count (Results 1 - 3 of 3) sorted by null

  /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/android_webview/renderer/
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...]
  /external/chromium_org/chrome/renderer/printing/
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...]

Completed in 548 milliseconds