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

  /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()) {
  /external/bluetooth/glib/gio/fen/
fen-data.h 40 #define FN_IS_LIVING(fp) (!((fdata*)(fp))->is_cancelled)
46 gboolean is_cancelled; member in struct:__anon2315
fen-data.c 324 f->is_cancelled = TRUE;

Completed in 84 milliseconds