Home
last modified time | relevance | path

Searched refs:UpdateWatches (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/files/
Dfile_path_watcher_linux.cc151 void UpdateWatches();
420 UpdateWatches(); in OnFilePathChanged()
468 UpdateWatches(); in Watch()
510 void FilePathWatcherImpl::UpdateWatches() { in UpdateWatches() function in base::__anonbe0313890111::FilePathWatcherImpl
Dfile_path_watcher_kqueue.h93 bool UpdateWatches(bool* target_file_affected);
Dfile_path_watcher_kqueue.cc192 bool FilePathWatcherKQueue::UpdateWatches(bool* target_file_affected) { in UpdateWatches() function in base::FilePathWatcherKQueue
295 if (!UpdateWatches(&send_notification)) { in OnFileCanReadWithoutBlocking()