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

  /external/chromium/base/files/
file_path_watcher_linux.cc 135 bool UpdateWatches() WARN_UNUSED_RESULT;
349 if (is_directory && change_on_target_path && !UpdateWatches()) {
387 return UpdateWatches();
426 bool FilePathWatcherImpl::UpdateWatches() {
file_path_watcher_mac.cc 102 bool UpdateWatches(bool* target_file_affected);
297 bool FilePathWatcherImpl::UpdateWatches(bool* target_file_affected) {
400 if (!UpdateWatches(&send_notification)) {

Completed in 331 milliseconds