HomeSort by relevance Sort by last modified time
    Searched full:is_cancelled (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/base/files/
file_path_watcher.cc 46 DCHECK(is_cancelled());
file_path_watcher.h 58 // check |is_cancelled()| to avoid duplicate work.
74 bool is_cancelled() const { function in class:base::FilePathWatcher::PlatformDelegate
file_path_watcher_fsevents.cc 202 if (is_cancelled() || resolved_target_.empty())
file_path_watcher_kqueue.cc 374 if (!is_cancelled()) {

Completed in 1763 milliseconds