Searched refs:MainThreadSessionState (Results 1 – 1 of 1) sorted by relevance
134 class MainThreadSessionState { class136 MainThreadSessionState(MainThreadInterface* thread, bool prevent_shutdown) in MainThreadSessionState() function in node::inspector::__anon579017f30111::MainThreadSessionState140 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_;