HomeSort by relevance Sort by last modified time
    Searched refs:Interrupted (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/download/
download_item.h 55 // This state indicates that the download has been interrupted.
56 INTERRUPTED
169 void Interrupted(int64 size, int os_error);
234 // Returns true if the download has been cancelled or was interrupted.
237 // Returns true if the download was interrupted.
download_item.cc 85 case DownloadItem::INTERRUPTED:
86 return "INTERRUPTED";
397 void DownloadItem::Interrupted(int64 size, int os_error) {
400 state_ = INTERRUPTED;
624 // TODO(ahendrickson) -- Move |INTERRUPTED| from |IsCancelled()| to
625 // |IsPartialDownload()|, when resuming interrupted downloads is implemented.
635 return (state_ == CANCELLED) || (state_ == INTERRUPTED);
639 return (state_ == INTERRUPTED);
download_manager.cc 750 // TODO(ahendrickson) - Remove this when we add resuming of interrupted
762 download->Interrupted(size, os_error);
    [all...]
  /art/runtime/native/
java_lang_Thread.cc 35 return static_cast<JNIEnvExt*>(env)->self->Interrupted() ? JNI_TRUE : JNI_FALSE;
170 NATIVE_METHOD(Thread, interrupted, "()Z"),
  /art/runtime/
thread.h 380 // Implements java.lang.Thread.interrupted.
381 bool Interrupted();
740 // Thread "interrupted" status; stays raised until queried or thrown.
thread.cc 1211 bool interrupted = interrupted_; local
    [all...]
  /external/chromium_org/content/browser/download/
download_item_impl_unittest.cc 145 new_state == DownloadItem::INTERRUPTED) {
148 if (last_state_ == DownloadItem::INTERRUPTED &&
440 CleanupItem(item, download_file, DownloadItem::INTERRUPTED);
464 CleanupItem(item, download_file, DownloadItem::INTERRUPTED);
528 CleanupItem(item, mock_download_file, DownloadItem::INTERRUPTED);
709 // download item is in an interrupted state.
733 TEST_F(DownloadItemTest, Interrupted) {
745 EXPECT_EQ(DownloadItem::INTERRUPTED, item->GetState());
755 // the download to be marked as interrupted until after the intermediate rename.
781 EXPECT_EQ(DownloadItem::INTERRUPTED, item->GetState())
    [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js     [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 726 milliseconds