HomeSort by relevance Sort by last modified time
    Searched refs:is_cancelled (Results 1 - 9 of 9) 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/chromium_org/base/files/
file_path_watcher.cc 29 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_kqueue.cc 497 if (!is_cancelled()) {
file_path_watcher_linux.cc 408 if (!is_cancelled())
  /external/chromium_org/chrome/browser/prerender/
prerender_contents.cc 618 bool is_cancelled = prerender_manager()->prerender_tracker()->TryCancel( local
620 CHECK(is_cancelled);

Completed in 1165 milliseconds