Home
last modified time | relevance | path

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

/third_party/node/src/inspector/
Dmain_thread_interface.cc134 class MainThreadSessionState { class
136 MainThreadSessionState(MainThreadInterface* thread, bool prevent_shutdown) in MainThreadSessionState() function in node::inspector::__anon579017f30111::MainThreadSessionState
140 static std::unique_ptr<MainThreadSessionState> Create( in Create()
142 return std::make_unique<MainThreadSessionState>(thread, prevent_shutdown); in Create()
168 : state_(thread, std::bind(MainThreadSessionState::Create, in CrossThreadInspectorSession()
171 state_.Call(&MainThreadSessionState::Connect, std::move(delegate)); in CrossThreadInspectorSession()
175 state_.Call(&MainThreadSessionState::Dispatch, in Dispatch()
180 AnotherThreadObjectReference<MainThreadSessionState> state_;