Searched refs:IN_PROGRESS (Results 1 - 23 of 23) sorted by relevance

/external/chromium/chrome/browser/download/
H A Dsave_item.cc38 state_ = IN_PROGRESS;
53 if (state_ != IN_PROGRESS) {
66 if (state_ != IN_PROGRESS) {
101 case IN_PROGRESS: {
H A Ddownload_item_model.cc57 case DownloadItem::IN_PROGRESS:
117 case DownloadItem::IN_PROGRESS:
H A Dsave_item.h22 IN_PROGRESS, enumerator in enum:SaveItem::SaveState
H A Ddownload_item.cc77 case DownloadItem::IN_PROGRESS:
78 return "IN_PROGRESS";
169 state_(IN_PROGRESS),
209 state_(IN_PROGRESS),
627 return (state_ == IN_PROGRESS);
631 return (state_ == IN_PROGRESS);
H A Ddownload_manager_unittest.cc427 EXPECT_EQ(DownloadItem::IN_PROGRESS, download->state());
442 EXPECT_TRUE(observer->hit_state(DownloadItem::IN_PROGRESS));
453 EXPECT_TRUE(observer->hit_state(DownloadItem::IN_PROGRESS));
493 EXPECT_EQ(DownloadItem::IN_PROGRESS, download->state());
507 EXPECT_TRUE(observer->hit_state(DownloadItem::IN_PROGRESS));
560 EXPECT_EQ(DownloadItem::IN_PROGRESS, download->state());
588 EXPECT_TRUE(observer->hit_state(DownloadItem::IN_PROGRESS));
H A Ddownload_item.h43 IN_PROGRESS, enumerator in enum:DownloadItem::DownloadState
H A Ddownload_browsertest.cc225 // * There are no IN_PROGRESS download items remaining on the
272 // of downloads in the IN_PROGRESS state and take appropriate
282 if ((*it)->state() == DownloadItem::IN_PROGRESS)
490 DownloadItem::IN_PROGRESS, // Has started
1217 // in the IN_PROGRESS state and made known to the DownloadManager
1238 ASSERT_EQ(DownloadItem::IN_PROGRESS, downloads[0]->state());
H A Dsave_package.cc599 DCHECK(save_item->state() == SaveItem::IN_PROGRESS);
662 DCHECK(save_item->state() == SaveItem::IN_PROGRESS);
/external/jsilver/src/com/google/streamhtmlparser/util/
H A DEntityResolver.java69 * <li><code>IN_PROGRESS</code> indicates we are currently processing
78 IN_PROGRESS("In Progress"), enum constant in enum:EntityResolver.Status
201 status = Status.IN_PROGRESS;
203 } else if (status == Status.IN_PROGRESS) {
/external/chromium/chrome/browser/
H A Dalternate_nav_url_fetcher.h36 IN_PROGRESS, enumerator in enum:AlternateNavURLFetcher::State
H A Dalternate_nav_url_fetcher.cc60 state_ = IN_PROGRESS;
/external/chromium/chrome/browser/history/
H A Ddownload_database.cc144 statement.BindInt(1, DownloadItem::IN_PROGRESS);
H A Dhistory_unittest.cc322 EXPECT_NE(0, in_progress = AddDownload(DownloadItem::IN_PROGRESS, month_ago));
350 EXPECT_EQ(DownloadItem::IN_PROGRESS, downloads[1].state);
366 // Check removal of downloads stuck in IN_PROGRESS state.
368 EXPECT_NE(0, AddDownload(DownloadItem::IN_PROGRESS, month_ago));
373 // IN_PROGRESS download should remain. It it indicated as "Canceled"
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc191 // which is not allowed. IN_PROGRESS means the test has not yet
193 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED }; enumerator in enum:testing::internal::DeathTestOutcome
316 outcome_(IN_PROGRESS),
481 case IN_PROGRESS:
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-death-test.cc155 // which is not allowed. IN_PROGRESS means the test has not yet
157 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED }; enumerator in enum:testing::internal::DeathTestOutcome
284 outcome_(IN_PROGRESS) {
/external/chromium/chrome/browser/renderer_host/
H A Ddownload_resource_handler.cc88 info->state = DownloadItem::IN_PROGRESS;
/external/chromium/testing/gtest/src/
H A Dgtest-death-test.cc202 // returned control by throwing an exception. IN_PROGRESS means the test
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
329 outcome_(IN_PROGRESS),
529 case IN_PROGRESS:
/external/gtest/src/
H A Dgtest-death-test.cc202 // returned control by throwing an exception. IN_PROGRESS means the test
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
329 outcome_(IN_PROGRESS),
529 case IN_PROGRESS:
/external/llvm/utils/unittest/googletest/
H A Dgtest-death-test.cc202 // returned control by throwing an exception. IN_PROGRESS means the test
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
329 outcome_(IN_PROGRESS),
529 case IN_PROGRESS:
/external/chromium/chrome/browser/ui/webui/
H A Dactive_downloads_ui.cc321 if (item->state() == DownloadItem::IN_PROGRESS ||
/external/chromium/chrome/browser/automation/
H A Dautomation_provider.cc236 state_to_string[DownloadItem::IN_PROGRESS] = std::string("IN_PROGRESS");
/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_item_gtk.cc414 case DownloadItem::IN_PROGRESS:
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc386 case DownloadItem::IN_PROGRESS:

Completed in 890 milliseconds