Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/lib/
Dsequence_local_sync_event_watcher.cc231 shared_state_(weak_shared_state_.get()), in Registration()
232 watcher_state_iterator_(shared_state_->RegisterWatcher(watcher)), in Registration()
245 shared_state_->UnregisterWatcher(watcher_state_iterator_); in ~Registration()
249 SequenceLocalState* shared_state() const { return shared_state_; } in shared_state()
254 SequenceLocalState* const shared_state_; member in mojo::SequenceLocalSyncEventWatcher::Registration