Searched defs:Watcher (Results 1 – 10 of 10) sorted by relevance
36 class Watcher; variable
43 class FileDescriptorWatcher::Controller::Watcher class in base::FileDescriptorWatcher::Controller91 FileDescriptorWatcher::Controller::Watcher::Watcher( in Watcher() function in base::FileDescriptorWatcher::Controller::Watcher
219 void PushWatcher(DiagnosticWatcher *Watcher) { Watchers.push_back(Watcher); } in PushWatcher()226 DiagnosticWatcher Watcher("AAB", "BBB"); in TEST() local240 DiagnosticWatcher Watcher("AAB", "BBB"); in TEST() local258 DiagnosticWatcher Watcher("AAB", "CCC"); in TEST() local276 DiagnosticWatcher Watcher("aaa", "bbb"); in TEST() local
12 public interface Watcher { interface
491 Watcher = None variable in SubprocessWatcherMixin507 Watcher = unix_events.SafeChildWatcher variable in SubprocessSafeWatcherTests512 Watcher = unix_events.FastChildWatcher variable in SubprocessFastWatcherTests
13 Watcher::Watcher(MojoHandleSignals signals, const WatchCallback& callback) in Watcher() function in mojo::edk::Watcher
15 Watcher::Watcher(const tracked_objects::Location& from_here, in Watcher() function in mojo::Watcher
586 typedef MessagePumpIOSForIO::Watcher Watcher; typedef596 typedef MessagePumpLibevent::Watcher Watcher; typedef
98 typedef std::function<Status(const Status&, const OpDef&)> Watcher; typedef
59 final class Watcher implements Runnable { class in CssFuzzerTest