HomeSort by relevance Sort by last modified time
    Searched refs:page_layout_in_points (Results 1 - 10 of 10) 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,
189 page_layout_in_points, *header_footer_info_,
print_web_view_helper.h 132 // |page_layout_in_points|.
134 const PageSizeMargins& page_layout_in_points,
283 PageSizeMargins* page_layout_in_points);
292 const PageSizeMargins& page_layout_in_points,
print_web_view_helper.cc 210 PageSizeMargins* page_layout_in_points) {
220 page_layout_in_points->content_width =
222 page_layout_in_points->content_height =
224 page_layout_in_points->margin_top =
226 page_layout_in_points->margin_right =
228 page_layout_in_points->margin_bottom =
230 page_layout_in_points->margin_left =
    [all...]
  /external/chromium_org/chrome/browser/printing/
print_preview_message_handler.h 55 const printing::PageSizeMargins& page_layout_in_points,
print_preview_message_handler.cc 173 const PageSizeMargins& page_layout_in_points,
179 print_preview_ui->OnDidGetDefaultPageLayout(page_layout_in_points,
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper_linux.cc 156 PageSizeMargins page_layout_in_points; local
160 &page_layout_in_points);
163 GetPageSizeAndContentAreaFromPageLayout(page_layout_in_points, &page_size,
187 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);
print_web_view_helper_pdf_win.cc 155 PageSizeMargins page_layout_in_points; local
159 &page_layout_in_points);
162 GetPageSizeAndContentAreaFromPageLayout(page_layout_in_points, &page_size,
206 page_layout_in_points,
print_web_view_helper.h 130 // |page_layout_in_points|.
132 const PageSizeMargins& page_layout_in_points,
269 PageSizeMargins* page_layout_in_points);
278 const PageSizeMargins& page_layout_in_points,
print_web_view_helper.cc 204 PageSizeMargins* page_layout_in_points) {
214 page_layout_in_points->content_width =
216 page_layout_in_points->content_height =
218 page_layout_in_points->margin_top =
220 page_layout_in_points->margin_right =
222 page_layout_in_points->margin_bottom =
224 page_layout_in_points->margin_left =
    [all...]

Completed in 1985 milliseconds