Home
last modified time | relevance | path

Searched refs:margin_type (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/libcef/browser/printing/
Dprint_view_manager.cc104 auto margin_type = printing::mojom::MarginType::kDefaultMargins; in FillInDictionaryFromPdfPrintSettings() local
105 switch (pdf_settings.margin_type) { in FillInDictionaryFromPdfPrintSettings()
107 margin_type = printing::mojom::MarginType::kNoMargins; in FillInDictionaryFromPdfPrintSettings()
110 margin_type = printing::mojom::MarginType::kPrintableAreaMargins; in FillInDictionaryFromPdfPrintSettings()
113 margin_type = printing::mojom::MarginType::kCustomMargins; in FillInDictionaryFromPdfPrintSettings()
119 print_settings.SetInteger(kSettingMarginsType, static_cast<int>(margin_type)); in FillInDictionaryFromPdfPrintSettings()
120 if (margin_type == printing::mojom::MarginType::kCustomMargins) { in FillInDictionaryFromPdfPrintSettings()
/third_party/cef/include/internal/
Dcef_types_wrappers.h909 target->margin_type = src->margin_type; in set()
Dcef_types.h2430 cef_pdf_print_margin_type_t margin_type; member