Searched refs:cef_thread_t (Results 1 – 5 of 5) sorted by relevance
/third_party/cef/libcef_dll/ctocpp/ |
D | thread_ctocpp.cc | 35 cef_thread_t* _retval = in CreateThread() 49 cef_thread_t* _struct = GetStruct(); in GetTaskRunner() 66 cef_thread_t* _struct = GetStruct(); in GetPlatformThreadId() 82 cef_thread_t* _struct = GetStruct(); in Stop() 95 cef_thread_t* _struct = GetStruct(); in IsRunning() 119 cef_thread_t* 120 CefCToCppRefCounted<CefThreadCToCpp, CefThread, cef_thread_t>::UnwrapDerived( in UnwrapDerived() 128 CefWrapperType CefCToCppRefCounted<CefThreadCToCpp, CefThread, cef_thread_t>::
|
D | thread_ctocpp.h | 30 : public CefCToCppRefCounted<CefThreadCToCpp, CefThread, cef_thread_t> {
|
/third_party/cef/libcef_dll/cpptoc/ |
D | thread_cpptoc.cc | 21 CEF_EXPORT cef_thread_t* cef_thread_create( in cef_thread_create() 130 CefCppToCRefCounted<CefThreadCppToC, CefThread, cef_thread_t>::UnwrapDerived( in UnwrapDerived() 132 cef_thread_t* s) { in UnwrapDerived() 138 CefWrapperType CefCppToCRefCounted<CefThreadCppToC, CefThread, cef_thread_t>::
|
D | thread_cpptoc.h | 30 : public CefCppToCRefCounted<CefThreadCppToC, CefThread, cef_thread_t> {
|
/third_party/cef/include/capi/ |
D | cef_thread_capi.h | 93 } cef_thread_t; typedef 106 CEF_EXPORT cef_thread_t* cef_thread_create(
|