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

  /external/chromium_org/chrome/utility/
chrome_content_utility_client.cc 420 int total_page_count = 0; local
421 if (!get_info_proc(&buffer.front(), buffer.size(), &total_page_count, NULL))
442 if (page_number >= total_page_count)
  /external/chromium_org/android_webview/renderer/
print_web_view_helper.h 435 int total_page_count() const;
print_web_view_helper_linux.cc 186 print_preview_context_.total_page_count(),
print_web_view_helper.cc 314 int total_page_count) {
318 for (int i = 0; i < total_page_count; ++i) {
1972 int PrintWebViewHelper::PrintPreviewContext::total_page_count() const { function in class:printing::__anon5855::PrintWebViewHelper::PrintPreviewContext
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.h 438 int total_page_count() const;
print_web_view_helper_linux.cc 186 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 321 int total_page_count) {
325 for (int i = 0; i < total_page_count; ++i) {
2007 int PrintWebViewHelper::PrintPreviewContext::total_page_count() const { function in class:printing::__anon9331::PrintWebViewHelper::PrintPreviewContext
    [all...]

Completed in 53 milliseconds