Home | Sort by relevance Sort by last modified time |
/external/chromium/base/files/ | |
file_path_watcher.cc | 29 DCHECK(is_cancelled()); |
file_path_watcher.h | 91 // check |is_cancelled()| to avoid duplicate work. 107 bool is_cancelled() const { function in class:base::files::FilePathWatcher::PlatformDelegate |
file_path_watcher_linux.cc | 407 if (!is_cancelled()) { |
file_path_watcher_mac.cc | 474 if (!is_cancelled()) { |