HomeSort by relevance Sort by last modified time
    Searched refs:DirectoryWatcherImpl (Results 1 - 4 of 4) sorted by null

  /external/chromium/base/
directory_watcher_stub.cc 10 class DirectoryWatcherImpl : public DirectoryWatcher::PlatformDelegate {
19 impl_ = new DirectoryWatcherImpl();
directory_watcher_win.cc 14 class DirectoryWatcherImpl : public DirectoryWatcher::PlatformDelegate,
17 DirectoryWatcherImpl() : delegate_(NULL), handle_(INVALID_HANDLE_VALUE) {}
26 virtual ~DirectoryWatcherImpl();
37 DISALLOW_COPY_AND_ASSIGN(DirectoryWatcherImpl);
40 DirectoryWatcherImpl::~DirectoryWatcherImpl() {
47 bool DirectoryWatcherImpl::Watch(const FilePath& path,
67 void DirectoryWatcherImpl::OnObjectSignaled(HANDLE object) {
70 scoped_refptr<DirectoryWatcherImpl> keep_alive(this);
83 impl_ = new DirectoryWatcherImpl();
    [all...]
directory_watcher_mac.cc 19 class DirectoryWatcherImpl : public DirectoryWatcher::PlatformDelegate {
21 DirectoryWatcherImpl() {}
22 ~DirectoryWatcherImpl() {
58 DISALLOW_COPY_AND_ASSIGN(DirectoryWatcherImpl);
66 DirectoryWatcherImpl* watcher =
67 reinterpret_cast<DirectoryWatcherImpl*> (event_watcher);
73 bool DirectoryWatcherImpl::Watch(const FilePath& path,
121 impl_ = new DirectoryWatcherImpl();
directory_watcher_inotify.cc 34 class DirectoryWatcherImpl;
44 Watch AddWatch(const FilePath& path, DirectoryWatcherImpl* watcher);
47 bool RemoveWatch(Watch watch, DirectoryWatcherImpl* watcher);
55 typedef std::set<DirectoryWatcherImpl*> WatcherSet;
84 class DirectoryWatcherImpl : public DirectoryWatcher::PlatformDelegate {
88 DirectoryWatcherImpl();
89 ~DirectoryWatcherImpl();
111 // Returns true if |inode| is watched by DirectoryWatcherImpl.
142 DISALLOW_COPY_AND_ASSIGN(DirectoryWatcherImpl);
147 RegisterSubtreeWatchesTask(DirectoryWatcherImpl* watcher
    [all...]

Completed in 118 milliseconds