HomeSort by relevance Sort by last modified time
    Searched refs:IsDone (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/chrome/browser/download/
download_danger_prompt_browsertest.cc 133 EXPECT_CALL(download(), IsDone()).WillOnce(Return(true));
141 EXPECT_CALL(download(), IsDone()).WillOnce(Return(false));
download_shelf_context_menu.cc 88 return !download_item_->IsDone();
90 return !download_item_->IsDone();
195 if (download_item_ && !download_item_->IsDone())
download_danger_prompt.cc 93 if (!download->IsDangerous() || download->IsDone()) {
  /external/chromium/third_party/libjingle/source/talk/base/
task.h 122 bool IsDone() const { return done_; }
taskparent.cc 74 if (!(*it)->IsDone())
taskrunner.cc 100 if (tasks_[i]->IsDone()) {
216 if (!task->IsDone() && (task->timeout_time() > 0))
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmpplogintask.h 50 bool IsDone()
xmppengineimpl.cc 246 if (login_task_->IsDone())
311 if (login_task_->IsDone())
331 if (login_task_->IsDone())
  /external/chromium_org/third_party/libjingle/source/talk/base/
task.h 122 bool IsDone() const { return done_; }
taskparent.cc 74 if (!(*it)->IsDone())
taskrunner.cc 100 if (tasks_[i]->IsDone()) {
216 if (!task->IsDone() && (task->timeout_time() > 0))
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmpplogintask.h 53 bool IsDone()
pingtask_unittest.cc 103 EXPECT_FALSE(task->IsDone());
xmppengineimpl.cc 229 if (login_task_->IsDone())
288 if (login_task_->IsDone())
307 if (login_task_->IsDone())
  /external/llvm/lib/CodeGen/
IfConversion.cpp 88 /// IsDone - True if BB is not to be considered for ifcvt.
105 bool IsDone : 1;
122 BBInfo() : IsDone(false), IsBeingAnalyzed(false),
317 if (BBI.IsDone)
465 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone)
492 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone)
532 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone ||
533 FalseBBI.IsBeingAnalyzed || FalseBBI.IsDone)
630 if (BBI.IsDone)
720 if (BBI.IsDone || BBI.IsUnpredicable
    [all...]
  /external/chromium_org/chromeos/process_proxy/
process_output_watcher_unittest.cc 63 bool IsDone() {
86 if (!success || expectations_.IsDone())
  /external/chromium_org/v8/tools/testrunner/server/
local_handler.py 45 while not rec.IsDone():
57 while not rec.IsDone():
status_handler.py 46 while not rec.IsDone():
80 while not rec.IsDone():
compression.py 58 def IsDone(self):
  /external/chromium_org/media/tools/demuxer_bench/
demuxer_bench.cc 69 bool IsDone();
132 bool StreamReader::IsDone() {
212 while (!stream_reader.IsDone()) {
  /external/chromium_org/content/public/test/
download_test_observer.cc 224 if (download && !download->IsDone())
234 if (download && !download->IsDone())
258 return download->IsDone();
mock_download_item.h 39 MOCK_CONST_METHOD0(IsDone, bool());
  /external/chromium_org/content/public/browser/
download_item.h 176 virtual bool IsDone() const = 0;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
once_unittest.cc 87 bool IsDone() {
  /external/protobuf/src/google/protobuf/stubs/
once_unittest.cc 87 bool IsDone() {

Completed in 902 milliseconds

1 2