Searched refs:RemoveWatch (Results 1 – 3 of 3) sorted by relevance
75 void RemoveWatch(Watch watch, FilePathWatcherImpl* watcher);312 void InotifyReader::RemoveWatch(Watch watch, FilePathWatcherImpl* watcher) { in RemoveWatch() function in base::__anonc6a57ca40111::InotifyReader491 g_inotify_reader.Get().RemoveWatch(watches_[i].watch, this); in Cancel()520 g_inotify_reader.Get().RemoveWatch(old_watch, this); in UpdateWatches()566 g_inotify_reader.Get().RemoveWatch(end_it->second, this); in UpdateRecursiveWatches()601 g_inotify_reader.Get().RemoveWatch(old_watch, this); in UpdateRecursiveWatchesForPath()630 g_inotify_reader.Get().RemoveWatch(it.first, this); in RemoveRecursiveWatches()
301 void RemoveWatch(DBusWatch* watch);
560 test->RemoveWatch(watch); in RemoveWatchThunk()563 void DBusTest::RemoveWatch(DBusWatch* watch) { in RemoveWatch() function in DBusTest