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

/external/chromium_org/base/files/
H A Dfile_path_watcher_kqueue.h92 bool UpdateWatches(bool* target_file_affected);
H A Dfile_path_watcher_linux.cc145 void UpdateWatches();
394 // masks. As a result we may sometimes call UpdateWatches() unnecessarily.
396 UpdateWatches();
444 UpdateWatches();
487 void FilePathWatcherImpl::UpdateWatches() { function in class:base::__anon2252::FilePathWatcherImpl
H A Dfile_path_watcher_kqueue.cc190 bool FilePathWatcherKQueue::UpdateWatches(bool* target_file_affected) { function in class:base::FilePathWatcherKQueue
293 if (!UpdateWatches(&send_notification)) {

Completed in 440 milliseconds