Home
last modified time | relevance | path

Searched defs:Watch (Results 1 – 6 of 6) sorted by relevance

/external/chromium/base/win/
Dobject_watcher.cc14 struct ObjectWatcher::Watch : public Task { struct in base::win::ObjectWatcher
15 ObjectWatcher* watcher; // The associated ObjectWatcher instance
16 HANDLE object; // The object being watched
17 HANDLE wait_object; // Returned by RegisterWaitForSingleObject
18 MessageLoop* origin_loop; // Used to get back to the origin thread
19 Delegate* delegate; // Delegate to notify when signaled
20 bool did_signal; // DoneWaiting was called
22 virtual void Run() { in Run()
/external/chromium/base/files/
Dfile_path_watcher.cc20 bool FilePathWatcher::Watch(const FilePath& path, Delegate* delegate) { in Watch() function in base::files::FilePathWatcher
Dfile_path_watcher_stub.cc17 virtual bool Watch(const FilePath& path, in Watch() function in base::files::__anon75afe4de0111::FilePathWatcherImpl
Dfile_path_watcher_linux.cc44 typedef int Watch; // Watch descriptor used by AddWatch and RemoveWatch. typedef in base::files::__anon584a7a500111::InotifyReader
368 bool FilePathWatcherImpl::Watch(const FilePath& path, in Watch() function in base::files::__anon584a7a500111::FilePathWatcherImpl
Dfile_path_watcher_win.cc80 bool FilePathWatcherImpl::Watch(const FilePath& path, in Watch() function in base::files::__anona740a90e0111::FilePathWatcherImpl
Dfile_path_watcher_mac.cc419 bool FilePathWatcherImpl::Watch(const FilePath& path, in Watch() function in base::files::__anon8f5646910111::FilePathWatcherImpl