Searched defs:CalledOnValidThread (Results 1 – 5 of 5) sorted by relevance
/third_party/libphonenumber/cpp/src/phonenumbers/base/ | ||
D | thread_checker.h | 47 bool CalledOnValidThread() const { in CalledOnValidThread() function |
/third_party/cef/include/base/ | ||
D | cef_thread_checker.h | 66 bool CalledOnValidThread() const { return true; } in CalledOnValidThread() function |
/third_party/cef/libcef_dll/base/ | ||
D | cef_thread_checker_impl.cc | 16 bool ThreadCheckerImpl::CalledOnValidThread() const { in CalledOnValidThread() function in base::cef_internal::ThreadCheckerImpl |
D | cef_ref_counted.cc | 81 bool RefCountedBase::CalledOnValidThread() const { in CalledOnValidThread() function in base::cef_subtle::RefCountedBase |
/third_party/cef/libcef/browser/net_service/ | ||
D | browser_urlrequest_impl.cc | 189 inline bool CalledOnValidThread() { in CalledOnValidThread() function in CefBrowserURLRequest::Context |