Searched refs:_cef_print_handler_t (Results 1 – 6 of 6) sorted by relevance
/third_party/cef/include/capi/ |
D | cef_print_handler_capi.h | 92 typedef struct _cef_print_handler_t { struct 104 void(CEF_CALLBACK* on_print_start)(struct _cef_print_handler_t* self, argument 112 void(CEF_CALLBACK* on_print_settings)(struct _cef_print_handler_t* self, argument 123 struct _cef_print_handler_t* self, argument 133 int(CEF_CALLBACK* on_print_job)(struct _cef_print_handler_t* self, argument 142 void(CEF_CALLBACK* on_print_reset)(struct _cef_print_handler_t* self, argument 150 struct _cef_print_handler_t* self,
|
D | cef_client_capi.h | 163 struct _cef_print_handler_t*(CEF_CALLBACK* get_print_handler)(
|
/third_party/cef/libcef_dll/cpptoc/ |
D | print_handler_cpptoc.cc | 27 print_handler_on_print_start(struct _cef_print_handler_t* self, in print_handler_on_print_start() 47 print_handler_on_print_settings(struct _cef_print_handler_t* self, in print_handler_on_print_settings() 74 print_handler_on_print_dialog(struct _cef_print_handler_t* self, in print_handler_on_print_dialog() 104 print_handler_on_print_job(struct _cef_print_handler_t* self, in print_handler_on_print_job() 143 print_handler_on_print_reset(struct _cef_print_handler_t* self, in print_handler_on_print_reset() 163 print_handler_get_pdf_paper_size(struct _cef_print_handler_t* self, in print_handler_get_pdf_paper_size()
|
D | client_cpptoc.cc | 248 struct _cef_print_handler_t* CEF_CALLBACK
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 1179 - struct _cef_print_handler_t *(CEF_CALLBACK *get_print_handler)( 1181 + struct _cef_print_handler_t*(CEF_CALLBACK* get_print_handler)( 9300 -struct _cef_print_handler_t *CEF_CALLBACK 9302 +struct _cef_print_handler_t* CEF_CALLBACK
|
D | 0003-ohos-1115.patch | 8991 - struct _cef_print_handler_t*(CEF_CALLBACK* get_print_handler)( 8993 + struct _cef_print_handler_t *(CEF_CALLBACK *get_print_handler)( 27524 -struct _cef_print_handler_t* CEF_CALLBACK 27526 +struct _cef_print_handler_t *CEF_CALLBACK
|