Searched refs:SecondaryThreadWatchingState (Results 1 – 2 of 2) sorted by relevance
410 class HandleWatcher::SecondaryThreadWatchingState : public StateBase { class in mojo::common::HandleWatcher412 SecondaryThreadWatchingState(HandleWatcher* watcher, in SecondaryThreadWatchingState() function in mojo::common::HandleWatcher::SecondaryThreadWatchingState423 base::Bind(&SecondaryThreadWatchingState::NotifyHandleReady, in SecondaryThreadWatchingState()427 virtual ~SecondaryThreadWatchingState() { in ~SecondaryThreadWatchingState()441 base::WeakPtrFactory<SecondaryThreadWatchingState> weak_factory_;443 DISALLOW_COPY_AND_ASSIGN(SecondaryThreadWatchingState);465 state_.reset(new SecondaryThreadWatchingState( in Start()
53 class SecondaryThreadWatchingState; variable