Home
last modified time | relevance | path

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

/external/libmojo/mojo/message_pump/
Dhandle_watcher.cc310 class HandleWatcher::StateBase : public base::MessageLoop::DestructionObserver { class in mojo::common::HandleWatcher
312 StateBase(HandleWatcher* watcher, in StateBase() function in mojo::common::HandleWatcher::StateBase
320 ~StateBase() override { in ~StateBase()
351 DISALLOW_COPY_AND_ASSIGN(StateBase);
357 class HandleWatcher::SameThreadWatchingState : public StateBase,
365 : StateBase(watcher, callback), in SameThreadWatchingState()
402 class HandleWatcher::SecondaryThreadWatchingState : public StateBase {
409 : StateBase(watcher, callback), in SecondaryThreadWatchingState()
Dhandle_watcher.h52 class StateBase;
57 std::unique_ptr<StateBase> state_;