Home
last modified time | relevance | path

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

/external/chromium_org/mojo/common/
Dhandle_watcher.cc410 class HandleWatcher::SecondaryThreadWatchingState : public StateBase { class in mojo::common::HandleWatcher
412 SecondaryThreadWatchingState(HandleWatcher* watcher, in SecondaryThreadWatchingState() function in mojo::common::HandleWatcher::SecondaryThreadWatchingState
423 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()
Dhandle_watcher.h53 class SecondaryThreadWatchingState; variable