Searched refs:CefUIThread (Results 1 – 2 of 2) sorted by relevance
25 class CefUIThread; variable89 std::unique_ptr<CefUIThread> ui_thread_;
119 class CefUIThread : public base::PlatformThread::Delegate { class121 CefUIThread(CefMainRunner* runner, base::OnceClosure setup_callback) in CefUIThread() function in CefUIThread123 ~CefUIThread() override { Stop(); } in ~CefUIThread()462 ui_thread_.reset(new CefUIThread(this, std::move(setup_callback))); in CreateUIThread()