Home
last modified time | relevance | path

Searched refs:CEF_CURRENTLY_ON (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/libcef/browser/
Dthread_util.h21 #define CEF_CURRENTLY_ON(id) content::BrowserThread::CurrentlyOn(id) macro
22 #define CEF_CURRENTLY_ON_UIT() CEF_CURRENTLY_ON(CEF_UIT)
23 #define CEF_CURRENTLY_ON_IOT() CEF_CURRENTLY_ON(CEF_IOT)
25 #define CEF_REQUIRE(id) DCHECK(CEF_CURRENTLY_ON(id))
30 if (!CEF_CURRENTLY_ON(id)) { \
38 if (!CEF_CURRENTLY_ON(id)) { \
/third_party/cef/libcef/browser/media_router/
Dmedia_sink_impl.cc77 if (CEF_CURRENTLY_ON(CEF_UIT)) { in GetDeviceInfo()
/third_party/cef/libcef/browser/native/
Dwindow_x11.cc65 if (!CEF_CURRENTLY_ON(CEF_UIT)) in cef_get_xdisplay()