Searched refs:page_layout_in_points (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/android_webview/renderer/
H A Dprint_web_view_helper_linux.cc158 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_,
H A Dprint_web_view_helper.h130 // |page_layout_in_points|.
132 const PageSizeMargins& page_layout_in_points,
296 PageSizeMargins* page_layout_in_points);
305 const PageSizeMargins& page_layout_in_points,
H A Dprint_web_view_helper.cc210 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 =
891 const PageSizeMargins& page_layout_in_points,
895 page_layout_in_points.content_width +
896 page_layout_in_points
208 CalculatePageLayoutFromPrintParams( const PrintMsg_Print_Params& params, PageSizeMargins* page_layout_in_points) argument
890 GetPageSizeAndContentAreaFromPageLayout( const PageSizeMargins& page_layout_in_points, gfx::Size* page_size, gfx::Rect* content_area) argument
1343 ComputePageLayoutInPointsForCss( blink::WebFrame* frame, int page_index, const PrintMsg_Print_Params& page_params, bool ignore_css_margins, double* scale_factor, PageSizeMargins* page_layout_in_points) argument
[all...]
/external/chromium_org/chrome/renderer/printing/
H A Dprint_web_view_helper_linux.cc156 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_,
H A Dprint_web_view_helper_win.cc126 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);
H A Dprint_web_view_helper.h128 // |page_layout_in_points|.
130 const PageSizeMargins& page_layout_in_points,
294 PageSizeMargins* page_layout_in_points);
303 const PageSizeMargins& page_layout_in_points,
H A Dprint_web_view_helper.cc206 PageSizeMargins* page_layout_in_points) {
216 page_layout_in_points->content_width =
218 page_layout_in_points->content_height =
220 page_layout_in_points->margin_top =
222 page_layout_in_points->margin_right =
224 page_layout_in_points->margin_bottom =
226 page_layout_in_points->margin_left =
882 const PageSizeMargins& page_layout_in_points,
886 page_layout_in_points.content_width +
887 page_layout_in_points
204 CalculatePageLayoutFromPrintParams( const PrintMsg_Print_Params& params, PageSizeMargins* page_layout_in_points) argument
881 GetPageSizeAndContentAreaFromPageLayout( const PageSizeMargins& page_layout_in_points, gfx::Size* page_size, gfx::Rect* content_area) argument
1329 ComputePageLayoutInPointsForCss( blink::WebFrame* frame, int page_index, const PrintMsg_Print_Params& page_params, bool ignore_css_margins, double* scale_factor, PageSizeMargins* page_layout_in_points) argument
[all...]
/external/chromium_org/chrome/browser/printing/
H A Dprint_preview_message_handler.h55 const printing::PageSizeMargins& page_layout_in_points,
H A Dprint_preview_message_handler.cc173 const PageSizeMargins& page_layout_in_points,
179 print_preview_ui->OnDidGetDefaultPageLayout(page_layout_in_points,
172 OnDidGetDefaultPageLayout( const PageSizeMargins& page_layout_in_points, const gfx::Rect& printable_area_in_points, bool has_custom_page_size_style) argument

Completed in 116 milliseconds