| 215 | static decltype(cef_render_process_handler_t::on_context_created) OnContextCreated; |
| 216 | static void CEF_CALLBACK Hooked_OnContextCreated( |
| 217 | struct _cef_render_process_handler_t* self, |
| 218 | struct _cef_browser_t* browser, |
| 219 | struct _cef_frame_t* frame, |
| 220 | struct _cef_v8context_t* context) |
nothing calls this directly
no outgoing calls
no test coverage detected