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

  /external/chromium/base/files/
file_path_watcher_linux.cc 44 typedef int Watch; // Watch descriptor used by AddWatch and RemoveWatch.
52 bool RemoveWatch(Watch watch, FilePathWatcherImpl* watcher);
270 bool InotifyReader::RemoveWatch(Watch watch,
414 g_inotify_reader.Get().RemoveWatch(watch_entry->watch_, this);
447 g_inotify_reader.Get().RemoveWatch(old_watch, this);
  /external/chromium_org/base/files/
file_path_watcher_linux.cc 45 typedef int Watch; // Watch descriptor used by AddWatch and RemoveWatch.
53 bool RemoveWatch(Watch watch, FilePathWatcherImpl* watcher);
270 bool InotifyReader::RemoveWatch(Watch watch,
425 g_inotify_reader.Get().RemoveWatch(watch_entry->watch_, this);
479 g_inotify_reader.Get().RemoveWatch(old_watch, this);

Completed in 35 milliseconds