Home
last modified time | relevance | path

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

/third_party/cef/libcef/common/
Dvalue_base.h143 class CefValueControllerThreadSafe : public CefValueController {
145 explicit CefValueControllerThreadSafe() : locked_thread_id_(0) {} in CefValueControllerThreadSafe() function
147 CefValueControllerThreadSafe(const CefValueControllerThreadSafe&) = delete;
148 CefValueControllerThreadSafe& operator=(const CefValueControllerThreadSafe&) =
261 controller_ = new CefValueControllerThreadSafe(); in CefValueBase()