Home
last modified time | relevance | path

Searched refs:COMPLETE (Results 1 – 25 of 612) sorted by relevance

12345678910>>...25

/external/chromium_org/chrome/browser/download/
Ddownload_path_reservation_tracker_unittest.cc183 SetDownloadItemState(item.get(), DownloadItem::COMPLETE); in TEST_F()
245 SetDownloadItemState(item.get(), DownloadItem::COMPLETE); in TEST_F()
286 SetDownloadItemState(item.get(), DownloadItem::COMPLETE); in TEST_F()
335 SetDownloadItemState(item2.get(), DownloadItem::COMPLETE); in TEST_F()
356 SetDownloadItemState(item2.get(), DownloadItem::COMPLETE); in TEST_F()
378 SetDownloadItemState(item1.get(), DownloadItem::COMPLETE); in TEST_F()
379 SetDownloadItemState(item3.get(), DownloadItem::COMPLETE); in TEST_F()
434 SetDownloadItemState(item.get(), DownloadItem::COMPLETE); in TEST_F()
436 SetDownloadItemState(items[i].get(), DownloadItem::COMPLETE); in TEST_F()
468 SetDownloadItemState(item.get(), DownloadItem::COMPLETE); in TEST_F()
[all …]
Ddownload_browsertest.cc166 if (item_->GetState() == DownloadItem::COMPLETE) { in WaitForFinished()
180 (item_->GetState() == DownloadItem::COMPLETE && in OnDownloadUpdated()
186 if (item_->GetState() == DownloadItem::COMPLETE && waiting_) in OnDownloadUpdated()
622 EXPECT_EQ(1u, observer->NumDownloadsSeenInState(DownloadItem::COMPLETE)); in DownloadAndWaitWithDisposition()
766 EXPECT_EQ(1u, observer->NumDownloadsSeenInState(DownloadItem::COMPLETE)); in RunSizeTest()
767 CheckDownloadStatesForBrowser(browser, 1, DownloadItem::COMPLETE); in RunSizeTest()
926 DownloadItem::COMPLETE : in DownloadFilesCheckErrorsLoopBody()
952 if (item->GetState() == content::DownloadItem::COMPLETE) { in DownloadFilesCheckErrorsLoopBody()
1186 EXPECT_EQ(1u, observer->NumDownloadsSeenInState(DownloadItem::COMPLETE)); in IN_PROC_BROWSER_TEST_F()
1187 CheckDownloadStates(1, DownloadItem::COMPLETE); in IN_PROC_BROWSER_TEST_F()
[all …]
/external/chromium_org/v8/test/webkit/fast/js/
DPromise-static-resolve-expected.txt3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
9 TEST COMPLETE
DPromise-static-reject-expected.txt3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
9 TEST COMPLETE
DPromise-then-without-callbacks-expected.txt3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
8 TEST COMPLETE
DPromise-init-callback-receiver-expected.txt3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
8 TEST COMPLETE
DPromise-resolve-expected.txt3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
9 TEST COMPLETE
DPromise-resolve-chain-expected.txt3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
9 TEST COMPLETE
DPromise-onRejected-deep-expected.txt3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
9 TEST COMPLETE
DPromise-simple-expected.txt3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
10 TEST COMPLETE
DPromise-onFulfilled-deep-expected.txt3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
9 TEST COMPLETE
DPromise-already-resolved-expected.txt3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
8 TEST COMPLETE
DPromise-already-rejected-expected.txt3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
8 TEST COMPLETE
DPromise-resolve-with-then-exception-expected.txt3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
10 TEST COMPLETE
DPromise-exception-expected.txt3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
9 TEST COMPLETE
DPromise-reject-expected.txt3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
11 TEST COMPLETE
DPromise-then-callback-receiver-expected.txt3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
11 TEST COMPLETE
DPromise-resolve-with-itself-expected.txt3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
9 TEST COMPLETE
DPromise-resolve-state-expected.txt3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
11 TEST COMPLETE
DPromise-static-cast-expected.txt3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
13 TEST COMPLETE
DPromise-resolve-with-then-fulfill-expected.txt3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
12 TEST COMPLETE
DPromise-resolve-with-then-reject-expected.txt3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
12 TEST COMPLETE
DPromise-catch-expected.txt3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
14 TEST COMPLETE
DPromise-chained-then-expected.txt3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
18 TEST COMPLETE
DPromise-then-expected.txt3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
16 TEST COMPLETE

12345678910>>...25