Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/
Dmain_runner.h25 class CefUIThread; variable
89 std::unique_ptr<CefUIThread> ui_thread_;
Dmain_runner.cc119 class CefUIThread : public base::PlatformThread::Delegate { class
121 CefUIThread(CefMainRunner* runner, base::OnceClosure setup_callback) in CefUIThread() function in CefUIThread
123 ~CefUIThread() override { Stop(); } in ~CefUIThread()
462 ui_thread_.reset(new CefUIThread(this, std::move(setup_callback))); in CreateUIThread()