Searched defs:Watch (Results 1 – 6 of 6) sorted by relevance
14 struct ObjectWatcher::Watch : public Task { struct in base::win::ObjectWatcher15 ObjectWatcher* watcher; // The associated ObjectWatcher instance16 HANDLE object; // The object being watched17 HANDLE wait_object; // Returned by RegisterWaitForSingleObject18 MessageLoop* origin_loop; // Used to get back to the origin thread19 Delegate* delegate; // Delegate to notify when signaled20 bool did_signal; // DoneWaiting was called22 virtual void Run() { in Run()
20 bool FilePathWatcher::Watch(const FilePath& path, Delegate* delegate) { in Watch() function in base::files::FilePathWatcher
17 virtual bool Watch(const FilePath& path, in Watch() function in base::files::__anon75afe4de0111::FilePathWatcherImpl
44 typedef int Watch; // Watch descriptor used by AddWatch and RemoveWatch. typedef in base::files::__anon584a7a500111::InotifyReader368 bool FilePathWatcherImpl::Watch(const FilePath& path, in Watch() function in base::files::__anon584a7a500111::FilePathWatcherImpl
80 bool FilePathWatcherImpl::Watch(const FilePath& path, in Watch() function in base::files::__anona740a90e0111::FilePathWatcherImpl
419 bool FilePathWatcherImpl::Watch(const FilePath& path, in Watch() function in base::files::__anon8f5646910111::FilePathWatcherImpl