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

  /external/chromium_org/base/files/
file_path_watcher_kqueue.h 92 bool UpdateWatches(bool* target_file_affected);
file_path_watcher_linux.cc 145 void UpdateWatches();
394 // masks. As a result we may sometimes call UpdateWatches() unnecessarily.
396 UpdateWatches();
444 UpdateWatches();
487 void FilePathWatcherImpl::UpdateWatches() {
file_path_watcher_kqueue.cc 190 bool FilePathWatcherKQueue::UpdateWatches(bool* target_file_affected) {
293 if (!UpdateWatches(&send_notification)) {

Completed in 179 milliseconds