Searched refs:CefValueControllerThreadSafe (Results 1 – 1 of 1) sorted by relevance
143 class CefValueControllerThreadSafe : public CefValueController {145 explicit CefValueControllerThreadSafe() : locked_thread_id_(0) {} in CefValueControllerThreadSafe() function147 CefValueControllerThreadSafe(const CefValueControllerThreadSafe&) = delete;148 CefValueControllerThreadSafe& operator=(const CefValueControllerThreadSafe&) =261 controller_ = new CefValueControllerThreadSafe(); in CefValueBase()