Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/lib/
Dsequence_local_sync_event_watcher.cc27 struct WatcherState;
30 std::map<const SequenceLocalSyncEventWatcher*, scoped_refptr<WatcherState>>;
36 struct WatcherState : public base::RefCounted<WatcherState> { struct
37 WatcherState() = default;
42 friend class base::RefCounted<WatcherState>;
44 ~WatcherState() = default;
46 DISALLOW_COPY_AND_ASSIGN(WatcherState);
87 watcher, base::MakeRefCounted<WatcherState>()); in RegisterWatcher()
140 WatcherState* watcher_state, in SyncWatch()
146 WatcherState* outer_watcher_state = top_watcher_state_; in SyncWatch()
[all …]