Home
last modified time | relevance | path

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

/external/libmojo/mojo/message_pump/
Dhandle_watcher.cc402 class HandleWatcher::SecondaryThreadWatchingState : public StateBase { class in mojo::common::HandleWatcher
404 SecondaryThreadWatchingState(HandleWatcher* watcher, in SecondaryThreadWatchingState() function in mojo::common::HandleWatcher::SecondaryThreadWatchingState
415 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()
Dhandle_watcher.h54 class SecondaryThreadWatchingState; variable