Searched refs:CEF_CURRENTLY_ON (Results 1 – 3 of 3) sorted by relevance
21 #define CEF_CURRENTLY_ON(id) content::BrowserThread::CurrentlyOn(id) macro22 #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)) { \
77 if (CEF_CURRENTLY_ON(CEF_UIT)) { in GetDeviceInfo()
65 if (!CEF_CURRENTLY_ON(CEF_UIT)) in cef_get_xdisplay()