HomeSort by relevance Sort by last modified time
    Searched refs:COMPLETE (Results 26 - 50 of 118) sorted by null

12 3 4 5

  /external/chromium_org/content/browser/download/
drag_download_file.cc 109 if (state == DownloadItem::COMPLETE ||
114 on_completed_, state == DownloadItem::COMPLETE));
128 download_item_->GetState() == DownloadItem::COMPLETE;
download_browsertest.cc 492 return download->GetState() == DownloadItem::COMPLETE;
749 DownloadAndWait(shell(), url, DownloadItem::COMPLETE);
759 ASSERT_EQ(DownloadItem::COMPLETE, download2->GetState());
765 EXPECT_EQ(1u, observer2->NumDownloadsSeenInState(DownloadItem::COMPLETE));
803 DownloadAndWait(shell(), url, DownloadItem::COMPLETE);
897 // Need to complete open test.
904 // *Now* the download should be complete.
905 EXPECT_EQ(DownloadItem::COMPLETE, items[0]->GetState());
911 // Create a download that won't complete.
    [all...]
download_item_impl_unittest.cc     [all...]
  /external/chromium/chrome/browser/download/
download_item.cc 39 // complete, completion of the data download will be ignored.
79 case DownloadItem::COMPLETE:
80 return "COMPLETE";
326 // complete.
340 // Small downloads might be complete before this method has
356 state_ = COMPLETE;
392 state_ = COMPLETE;
486 // data, so it's safe to move to the COMPLETE state.
488 state_ = COMPLETE;
643 return state() == COMPLETE;
    [all...]
download_manager_unittest.cc 444 EXPECT_FALSE(observer->hit_state(DownloadItem::COMPLETE));
455 EXPECT_FALSE(observer->hit_state(DownloadItem::COMPLETE));
510 EXPECT_FALSE(observer->hit_state(DownloadItem::COMPLETE));
586 // Download is complete.
591 EXPECT_TRUE(observer->hit_state(DownloadItem::COMPLETE));
595 EXPECT_EQ(DownloadItem::COMPLETE, download->state());
download_item.h 46 COMPLETE,
136 // complete if it is in progress).
163 // to display progress when the DownloadItem should be considered complete.
189 // Rough percent complete, -1 means we don't know (since we didn't receive a
217 // Called when the download is ready to complete.
  /external/chromium_org/chrome/browser/download/
download_browsertest.cc 152 if (item_->GetState() == DownloadItem::COMPLETE) {
166 (item_->GetState() == DownloadItem::COMPLETE &&
172 if (item_->GetState() == DownloadItem::COMPLETE && waiting_)
631 // Waits for the download to complete.
633 EXPECT_EQ(1u, observer->NumDownloadsSeenInState(DownloadItem::COMPLETE));
664 // A version of CheckDownload that allows complete path specification.
754 // The mock system will not complete until it gets a special URL.
778 EXPECT_EQ(1u, observer->NumDownloadsSeenInState(DownloadItem::COMPLETE));
779 CheckDownloadStatesForBrowser(browser, 1, DownloadItem::COMPLETE);
    [all...]
download_status_updater_win.cc 96 // Fire notifications when downloads complete.
100 if (download->GetState() != content::DownloadItem::COMPLETE)
125 // informs the user that the download is complete.
download_shelf_unittest.cc 181 .WillRepeatedly(Return(DownloadItem::COMPLETE));
193 // delay. It should be displayed on the shelf even though it is complete.
205 .WillRepeatedly(Return(DownloadItem::COMPLETE));
download_ui_controller_unittest.cc 164 .WillRepeatedly(Return(content::DownloadItem::COMPLETE));
save_page_browsertest.cc 356 // package operation is complete and the relevant download item has been
393 DownloadItem::COMPLETE));
515 DownloadItem::COMPLETE));
550 DownloadItem::COMPLETE));
647 DownloadItem::COMPLETE));
689 DownloadItem::COMPLETE));
779 DownloadItem::COMPLETE));
download_item_model.cc 259 case DownloadItem::COMPLETE:
437 case DownloadItem::COMPLETE:
529 // A download scheduled to be opened when complete: "Opening in 10 secs"
download_path_reservation_tracker.cc 305 case DownloadItem::COMPLETE:
306 // If the download is complete, then it has already been renamed to the
330 // Items should be COMPLETE/INTERRUPTED/CANCELLED before being destroyed.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java 245 ret.mState = State.COMPLETE;
437 // Complete or failed cannot be cancelled
438 if (mState == State.COMPLETE || mState == State.FAILED) {
857 * Note: If REQUEST, this exchange is complete, but the session remains
    [all...]
GsmConnection.java 593 || mPostDialState == PostDialState.COMPLETE
630 setPostDialState(PostDialState.COMPLETE);
632 // notifyMessage.arg1 is 0 on complete
  /external/chromium_org/content/public/browser/
download_item.h 58 COMPLETE,
147 // still in progress, marks the download to be opened when it is complete.
240 // nothing if GetState() == COMPLETE or GetFileExternallyRemoved() is already
245 // and we will require a call to ValidateDangerousDownload() to complete.
263 // Rough percent complete, -1 means we don't know (== we didn't receive a
286 // Returns true if the download will be auto-opened when complete.
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
PeerConnection.java 46 public enum IceGatheringState { NEW, GATHERING, COMPLETE };
  /external/chromium/chrome/browser/history/
history_unittest.cc 315 EXPECT_NE(0, AddDownload(DownloadItem::COMPLETE, Time()));
317 EXPECT_NE(0, AddDownload(DownloadItem::COMPLETE, now - one_day));
318 EXPECT_NE(0, AddDownload(DownloadItem::COMPLETE, now));
319 EXPECT_NE(0, AddDownload(DownloadItem::COMPLETE, now + one_day));
321 EXPECT_NE(0, AddDownload(DownloadItem::COMPLETE, month_ago));
348 EXPECT_EQ(DownloadItem::COMPLETE, downloads[0].state);
358 EXPECT_TRUE(db_->UpdateDownload(512, DownloadItem::COMPLETE, in_progress));
367 EXPECT_NE(0, AddDownload(DownloadItem::COMPLETE, month_ago));
download_database.cc 194 statement.BindInt(2, DownloadItem::COMPLETE);
  /external/chromium_org/chrome/browser/chromeos/drive/
download_handler.cc 243 case DownloadItem::COMPLETE:
255 // done when it's complete, is cancelled or is removed.
305 DCHECK_EQ(DownloadItem::COMPLETE, download->GetState());
  /external/chromium_org/chrome/browser/plugins/
plugin_installer.cc 81 case DownloadItem::COMPLETE: {
  /external/chromium_org/chrome/browser/ui/gtk/
custom_drag.cc 94 DCHECK_EQ(DownloadItem::COMPLETE, item->GetState());
  /external/chromium_org/v8/test/webkit/resources/
standalone-pre.js 34 print("\nOn success, you will see a series of \"PASS\" messages, followed by \"TEST COMPLETE\".\n");
181 debug("\nTEST COMPLETE\n");
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipConnectionBase.java 168 || mPostDialState == PostDialState.COMPLETE
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaMmiCode.java 169 // Complete or failed cannot be cancelled
170 if (mState == State.COMPLETE || mState == State.FAILED) {
351 mState = State.COMPLETE;

Completed in 1992 milliseconds

12 3 4 5