Searched defs:page_layout_in_points (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/android_webview/renderer/
H A Dprint_web_view_helper_linux.cc157 PageSizeMargins page_layout_in_points; local
161 &page_layout_in_points);
164 GetPageSizeAndContentAreaFromPageLayout(page_layout_in_points, &page_size,
188 page_layout_in_points, *header_footer_info_,
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 =
926 const PageSizeMargins& page_layout_in_points,
930 page_layout_in_points.content_width +
931 page_layout_in_points
208 CalculatePageLayoutFromPrintParams( const PrintMsg_Print_Params& params, PageSizeMargins* page_layout_in_points) argument
925 GetPageSizeAndContentAreaFromPageLayout( const PageSizeMargins& page_layout_in_points, gfx::Size* page_size, gfx::Rect* content_area) argument
1374 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.cc152 PageSizeMargins page_layout_in_points; local
156 &page_layout_in_points);
159 GetPageSizeAndContentAreaFromPageLayout(page_layout_in_points, &page_size,
185 page_layout_in_points,
H A Dprint_web_view_helper_pdf_win.cc150 PageSizeMargins page_layout_in_points; local
154 &page_layout_in_points);
157 GetPageSizeAndContentAreaFromPageLayout(page_layout_in_points, &page_size,
202 page_layout_in_points,
H A Dprint_web_view_helper.cc211 PageSizeMargins* page_layout_in_points) {
221 page_layout_in_points->content_width =
223 page_layout_in_points->content_height =
225 page_layout_in_points->margin_top =
227 page_layout_in_points->margin_right =
229 page_layout_in_points->margin_bottom =
231 page_layout_in_points->margin_left =
970 const PageSizeMargins& page_layout_in_points,
974 page_layout_in_points.content_width +
975 page_layout_in_points
209 CalculatePageLayoutFromPrintParams( const PrintMsg_Print_Params& params, PageSizeMargins* page_layout_in_points) argument
969 GetPageSizeAndContentAreaFromPageLayout( const PageSizeMargins& page_layout_in_points, gfx::Size* page_size, gfx::Rect* content_area) argument
1393 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.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 1921 milliseconds