Home
last modified time | relevance | path

Searched refs:_cef_print_settings_t (Results 1 – 7 of 7) 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
103 struct _cef_print_settings_t* self);
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
[all …]
Dcef_print_handler_capi.h64 struct _cef_print_settings_t* settings);
114 struct _cef_print_settings_t* settings,
/third_party/cef/libcef_dll/cpptoc/
Dprint_settings_cpptoc.cc37 int CEF_CALLBACK print_settings_is_valid(struct _cef_print_settings_t* self) { in print_settings_is_valid()
54 print_settings_is_read_only(struct _cef_print_settings_t* self) { in print_settings_is_read_only()
71 print_settings_set_orientation(struct _cef_print_settings_t* self, in print_settings_set_orientation()
86 print_settings_is_landscape(struct _cef_print_settings_t* self) { in print_settings_is_landscape()
103 struct _cef_print_settings_t* self, in print_settings_set_printer_printable_area()
137 print_settings_set_device_name(struct _cef_print_settings_t* self, in print_settings_set_device_name()
153 print_settings_get_device_name(struct _cef_print_settings_t* self) { in print_settings_get_device_name()
169 void CEF_CALLBACK print_settings_set_dpi(struct _cef_print_settings_t* self, in print_settings_set_dpi()
183 int CEF_CALLBACK print_settings_get_dpi(struct _cef_print_settings_t* self) { in print_settings_get_dpi()
200 print_settings_set_page_ranges(struct _cef_print_settings_t* self, in print_settings_set_page_ranges()
[all …]
Dprint_dialog_callback_cpptoc.cc25 struct _cef_print_settings_t* settings) { in print_dialog_callback_cont()
Dprint_handler_cpptoc.cc49 struct _cef_print_settings_t* settings, in print_handler_on_print_settings()
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_dylib.cc210 typedef struct _cef_print_settings_t* (*cef_print_settings_create_ptr)();
1329 struct _cef_print_settings_t* cef_print_settings_create() { in cef_print_settings_create()
/third_party/chromium/patch/
D0004-3.2-Beta5.patch24575 typedef struct _cef_print_settings_t* (*cef_print_settings_create_ptr)();