Home
last modified time | relevance | path

Searched defs:_cef_print_settings_t (Results 1 – 1 of 1) sorted by relevance

/third_party/cef/include/capi/
Dcef_print_settings_capi.h52 typedef struct _cef_print_settings_t { struct
62 int(CEF_CALLBACK* is_valid)(struct _cef_print_settings_t* self); argument
68 int(CEF_CALLBACK* is_read_only)(struct _cef_print_settings_t* self); argument
73 void(CEF_CALLBACK* set_orientation)(struct _cef_print_settings_t* self, argument
79 int(CEF_CALLBACK* is_landscape)(struct _cef_print_settings_t* self); argument
87 struct _cef_print_settings_t* self, argument
95 void(CEF_CALLBACK* set_device_name)(struct _cef_print_settings_t* self, argument
108 void(CEF_CALLBACK* set_dpi)(struct _cef_print_settings_t* self, int dpi); argument
113 int(CEF_CALLBACK* get_dpi)(struct _cef_print_settings_t* self); argument
118 void(CEF_CALLBACK* set_page_ranges)(struct _cef_print_settings_t* self, argument
[all …]