Home
last modified time | relevance | path

Searched refs:_cef_v8context_t (Results 1 – 7 of 7) sorted by relevance

/third_party/cef/libcef_dll/cpptoc/
Dv8context_cpptoc.cc59 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()
Drender_process_handler_cpptoc.cc101 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()
Dframe_cpptoc.cc356 struct _cef_v8context_t* CEF_CALLBACK
/third_party/cef/include/capi/
Dcef_v8_capi.h64 typedef struct _cef_v8context_t { struct
76 struct _cef_v8context_t* self); argument
83 int(CEF_CALLBACK* is_valid)(struct _cef_v8context_t* self); argument
90 struct _cef_v8context_t* self); argument
96 struct _cef_frame_t*(CEF_CALLBACK* get_frame)(struct _cef_v8context_t* self); argument
103 struct _cef_v8context_t* self); argument
112 int(CEF_CALLBACK* enter)(struct _cef_v8context_t* self); argument
118 int(CEF_CALLBACK* exit)(struct _cef_v8context_t* self); argument
124 int(CEF_CALLBACK* is_same)(struct _cef_v8context_t* self, argument
125 struct _cef_v8context_t* that);
[all …]
Dcef_render_process_handler_capi.h112 struct _cef_v8context_t* context);
122 struct _cef_v8context_t* context);
133 struct _cef_v8context_t* context,
Dcef_frame_capi.h57 struct _cef_v8context_t;
207 struct _cef_v8context_t*(CEF_CALLBACK* get_v8context)(
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_dylib.cc254 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()