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

  /external/chromium_org/android_webview/renderer/
print_web_view_helper_linux.cc 158 PageSizeMargins page_layout_in_points; local
162 &page_layout_in_points);
165 GetPageSizeAndContentAreaFromPageLayout(page_layout_in_points, &page_size,
188 page_layout_in_points, *header_footer_info_,
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper_linux.cc 158 PageSizeMargins page_layout_in_points; local
162 &page_layout_in_points);
165 GetPageSizeAndContentAreaFromPageLayout(page_layout_in_points, &page_size,
188 page_layout_in_points, *header_footer_info_,
print_web_view_helper_win.cc 126 PageSizeMargins page_layout_in_points; local
130 &page_layout_in_points);
133 GetPageSizeAndContentAreaFromPageLayout(page_layout_in_points, &page_size,
162 static_cast<int>(page_layout_in_points.content_width *
164 static_cast<int>(page_layout_in_points.content_height *
192 page_layout_in_points, *header_footer_info_, params);

Completed in 49 milliseconds