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

  /external/chromium_org/printing/
page_size_margins.h 19 double margin_bottom; member in struct:printing::PageSizeMargins
print_settings_conversion.cc 31 &page_size_margins->margin_bottom) ||
139 margins_in_points.bottom = page_size_margins.margin_bottom;
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper_browsertest.cc 541 int margin_top, int margin_bottom,
557 EXPECT_EQ(margin_bottom, param.a.margin_bottom);
    [all...]
print_web_view_helper.cc 216 int margin_bottom = params.page_size.height() - local
229 page_layout_in_points->margin_bottom =
230 ConvertUnit(margin_bottom, dpi, kPointsPerInch);
464 page_layout.margin_top + page_layout.margin_bottom +
484 options->SetDouble("bottomMargin", page_layout.margin_bottom);
    [all...]
  /external/chromium_org/android_webview/common/
print_messages.h 175 IPC_STRUCT_TRAITS_MEMBER(margin_bottom)
  /external/chromium_org/chrome/common/
print_messages.h 208 IPC_STRUCT_TRAITS_MEMBER(margin_bottom)
  /external/chromium_org/android_webview/renderer/
print_web_view_helper.cc 215 int margin_bottom = params.page_size.height() - local
228 page_layout_in_points->margin_bottom =
229 ConvertUnit(margin_bottom, dpi, kPointsPerInch);
438 page_layout.margin_top + page_layout.margin_bottom +
456 options->SetDouble("bottomMargin", page_layout.margin_bottom);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_ui.cc 522 page_layout.margin_bottom < 0 || page_layout.margin_right < 0 ||
532 layout.SetDouble(printing::kSettingMarginBottom, page_layout.margin_bottom);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 477 milliseconds