Searched refs:_cef_v8context_t (Results 1 – 7 of 7) sorted by relevance
59 v8context_get_task_runner(struct _cef_v8context_t* self) { in v8context_get_task_runner()74 int CEF_CALLBACK v8context_is_valid(struct _cef_v8context_t* self) { in v8context_is_valid()89 v8context_get_browser(struct _cef_v8context_t* self) { in v8context_get_browser()103 cef_frame_t* CEF_CALLBACK v8context_get_frame(struct _cef_v8context_t* self) { in v8context_get_frame()118 v8context_get_global(struct _cef_v8context_t* self) { in v8context_get_global()132 int CEF_CALLBACK v8context_enter(struct _cef_v8context_t* self) { in v8context_enter()146 int CEF_CALLBACK v8context_exit(struct _cef_v8context_t* self) { in v8context_exit()160 int CEF_CALLBACK v8context_is_same(struct _cef_v8context_t* self, in v8context_is_same()161 struct _cef_v8context_t* that) { in v8context_is_same()180 int CEF_CALLBACK v8context_eval(struct _cef_v8context_t* self, in v8context_eval()
101 struct _cef_v8context_t* context) { in render_process_handler_on_context_created()130 struct _cef_v8context_t* context) { in render_process_handler_on_context_released()159 struct _cef_v8context_t* context, in render_process_handler_on_uncaught_exception()
356 struct _cef_v8context_t* CEF_CALLBACK
64 typedef struct _cef_v8context_t { struct76 struct _cef_v8context_t* self); argument83 int(CEF_CALLBACK* is_valid)(struct _cef_v8context_t* self); argument90 struct _cef_v8context_t* self); argument96 struct _cef_frame_t*(CEF_CALLBACK* get_frame)(struct _cef_v8context_t* self); argument103 struct _cef_v8context_t* self); argument112 int(CEF_CALLBACK* enter)(struct _cef_v8context_t* self); argument118 int(CEF_CALLBACK* exit)(struct _cef_v8context_t* self); argument124 int(CEF_CALLBACK* is_same)(struct _cef_v8context_t* self, argument125 struct _cef_v8context_t* that);[all …]
112 struct _cef_v8context_t* context);122 struct _cef_v8context_t* context);133 struct _cef_v8context_t* context,
57 struct _cef_v8context_t;207 struct _cef_v8context_t*(CEF_CALLBACK* get_v8context)(
254 typedef struct _cef_v8context_t* (*cef_v8context_get_current_context_ptr)();255 typedef struct _cef_v8context_t* (*cef_v8context_get_entered_context_ptr)();1451 struct _cef_v8context_t* cef_v8context_get_current_context() { in cef_v8context_get_current_context()1456 struct _cef_v8context_t* cef_v8context_get_entered_context() { in cef_v8context_get_entered_context()