Lines Matching refs:CEF_EXPORT
38 CEF_EXPORT void cef_trace_event_instant(const char* /* category */, in cef_trace_event_instant()
72 CEF_EXPORT void cef_trace_event_begin(const char* /* category */, in cef_trace_event_begin()
105 CEF_EXPORT void cef_trace_event_end(const char* /* category */, in cef_trace_event_end()
138 CEF_EXPORT void cef_trace_counter(const char* /* category */, in cef_trace_counter()
166 CEF_EXPORT void cef_trace_counter_id(const char* /* category */, in cef_trace_counter_id()
195 CEF_EXPORT void cef_trace_event_async_begin(const char* /* category */, in cef_trace_event_async_begin()
228 CEF_EXPORT void cef_trace_event_async_step_into(const char* /* category */, in cef_trace_event_async_step_into()
259 CEF_EXPORT void cef_trace_event_async_step_past(const char* /* category */, in cef_trace_event_async_step_past()
290 CEF_EXPORT void cef_trace_event_async_end(const char* /* category */, in cef_trace_event_async_end()
323 CEF_EXPORT int cef_get_min_log_level() { in cef_get_min_log_level()
327 CEF_EXPORT int cef_get_vlog_level(const char* file_start, size_t N) { in cef_get_vlog_level()
331 CEF_EXPORT void cef_log(const char* file, in cef_log()
338 CEF_EXPORT cef_platform_thread_id_t cef_get_current_platform_thread_id() { in cef_get_current_platform_thread_id()
342 CEF_EXPORT cef_platform_thread_handle_t