/external/chromium_org/chrome/browser/download/ |
D | download_path_reservation_tracker_unittest.cc | 183 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 …]
|
D | download_browsertest.cc | 166 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/ |
D | Promise-static-resolve-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 9 TEST COMPLETE
|
D | Promise-static-reject-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 9 TEST COMPLETE
|
D | Promise-then-without-callbacks-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 8 TEST COMPLETE
|
D | Promise-init-callback-receiver-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 8 TEST COMPLETE
|
D | Promise-resolve-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 9 TEST COMPLETE
|
D | Promise-resolve-chain-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 9 TEST COMPLETE
|
D | Promise-onRejected-deep-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 9 TEST COMPLETE
|
D | Promise-simple-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 10 TEST COMPLETE
|
D | Promise-onFulfilled-deep-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 9 TEST COMPLETE
|
D | Promise-already-resolved-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 8 TEST COMPLETE
|
D | Promise-already-rejected-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 8 TEST COMPLETE
|
D | Promise-resolve-with-then-exception-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 10 TEST COMPLETE
|
D | Promise-exception-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 9 TEST COMPLETE
|
D | Promise-reject-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 11 TEST COMPLETE
|
D | Promise-then-callback-receiver-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 11 TEST COMPLETE
|
D | Promise-resolve-with-itself-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 9 TEST COMPLETE
|
D | Promise-resolve-state-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 11 TEST COMPLETE
|
D | Promise-static-cast-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 13 TEST COMPLETE
|
D | Promise-resolve-with-then-fulfill-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 12 TEST COMPLETE
|
D | Promise-resolve-with-then-reject-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 12 TEST COMPLETE
|
D | Promise-catch-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 14 TEST COMPLETE
|
D | Promise-chained-then-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 18 TEST COMPLETE
|
D | Promise-then-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 16 TEST COMPLETE
|