Searched refs:SecondaryThreadWatchingState (Results 1 – 2 of 2) sorted by relevance
402 class HandleWatcher::SecondaryThreadWatchingState : public StateBase { class in mojo::common::HandleWatcher404 SecondaryThreadWatchingState(HandleWatcher* watcher, in SecondaryThreadWatchingState() function in mojo::common::HandleWatcher::SecondaryThreadWatchingState415 base::Bind(&SecondaryThreadWatchingState::NotifyHandleReady, in SecondaryThreadWatchingState()419 ~SecondaryThreadWatchingState() override { in ~SecondaryThreadWatchingState()433 base::WeakPtrFactory<SecondaryThreadWatchingState> weak_factory_;435 DISALLOW_COPY_AND_ASSIGN(SecondaryThreadWatchingState);470 state_.reset(new SecondaryThreadWatchingState( in Start()
54 class SecondaryThreadWatchingState; variable