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.cc131 class MainThreadSessionState { class
133 MainThreadSessionState(MainThreadInterface* thread, bool prevent_shutdown) in MainThreadSessionState() function in node::inspector::__anon3fd006d50111::MainThreadSessionState
137 static std::unique_ptr<MainThreadSessionState> Create( in Create()
139 return std::make_unique<MainThreadSessionState>(thread, prevent_shutdown); in Create()
165 : state_(thread, std::bind(MainThreadSessionState::Create, in CrossThreadInspectorSession()
168 state_.Call(&MainThreadSessionState::Connect, std::move(delegate)); in CrossThreadInspectorSession()
172 state_.Call(&MainThreadSessionState::Dispatch, in Dispatch()
177 AnotherThreadObjectReference<MainThreadSessionState> state_;