Searched refs:IsDone (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium/third_party/libjingle/source/talk/base/
H A Dtaskrunner.cc100 if (tasks_[i]->IsDone()) {
216 if (!task->IsDone() && (task->timeout_time() > 0))
H A Dtask.h122 bool IsDone() const { return done_; } function in class:talk_base::Task
H A Dtaskparent.cc74 if (!(*it)->IsDone())
/external/chromium_org/chrome/browser/download/
H A Ddownload_danger_prompt_browsertest.cc133 EXPECT_CALL(download(), IsDone()).WillOnce(Return(true));
141 EXPECT_CALL(download(), IsDone()).WillOnce(Return(false));
H A Ddownload_shelf_context_menu.cc88 return !download_item_->IsDone();
90 return !download_item_->IsDone();
195 if (download_item_ && !download_item_->IsDone())
H A Ddownload_danger_prompt.cc93 if (!download->IsDangerous() || download->IsDone()) {
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dtaskrunner.cc100 if (tasks_[i]->IsDone()) {
216 if (!task->IsDone() && (task->timeout_time() > 0))
H A Dtask.h122 bool IsDone() const { return done_; } function in class:talk_base::Task
H A Dtaskparent.cc74 if (!(*it)->IsDone())
/external/chromium_org/v8/tools/testrunner/server/
H A Dlocal_handler.py45 while not rec.IsDone():
57 while not rec.IsDone():
H A Dstatus_handler.py46 while not rec.IsDone():
80 while not rec.IsDone():
H A Dcompression.py58 def IsDone(self): member in class:Receiver
H A Dwork_handler.py46 while not rec.IsDone():
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dxmpplogintask.h50 bool IsDone() function in class:buzz::XmppLoginTask
H A Dxmppengineimpl.cc246 if (login_task_->IsDone())
311 if (login_task_->IsDone())
331 if (login_task_->IsDone())
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmpplogintask.h53 bool IsDone() function in class:buzz::XmppLoginTask
H A Dpingtask_unittest.cc103 EXPECT_FALSE(task->IsDone());
H A Dxmppengineimpl.cc229 if (login_task_->IsDone())
288 if (login_task_->IsDone())
307 if (login_task_->IsDone())
/external/llvm/lib/CodeGen/
H A DIfConversion.cpp88 /// IsDone - True if BB is not to be considered for ifcvt.
105 bool IsDone : 1; member in struct:__anon21152::IfConverter::BBInfo
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 || BB
[all...]
/external/chromium_org/chromeos/process_proxy/
H A Dprocess_output_watcher_unittest.cc63 bool IsDone() { function in class:chromeos::ProcessWatcherExpectations
86 if (!success || expectations_.IsDone())
/external/chromium_org/media/tools/demuxer_bench/
H A Ddemuxer_bench.cc69 bool IsDone();
132 bool StreamReader::IsDone() { function in class:StreamReader
212 while (!stream_reader.IsDone()) {
/external/chromium_org/content/public/test/
H A Ddownload_test_observer.cc224 if (download && !download->IsDone())
234 if (download && !download->IsDone())
258 return download->IsDone();
H A Dmock_download_item.h39 MOCK_CONST_METHOD0(IsDone, bool());
/external/chromium_org/content/public/browser/
H A Ddownload_item.h176 virtual bool IsDone() const = 0;
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Donce_unittest.cc87 bool IsDone() { function in class:google::protobuf::__anon13429::OnceInitTest::TestThread

Completed in 356 milliseconds

12