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

/external/chromium_org/content/browser/download/
H A Ddrag_download_file_browsertest.cc49 class DragDownloadFileTest : public ContentBrowserTest { class in namespace:content
51 DragDownloadFileTest() {} function in class:content::DragDownloadFileTest
52 virtual ~DragDownloadFileTest() {}
92 DISALLOW_COPY_AND_ASSIGN(DragDownloadFileTest);
95 IN_PROC_BROWSER_TEST_F(DragDownloadFileTest, DragDownloadFileTest_NetError) {
108 .WillOnce(InvokeWithoutArgs(this, &DragDownloadFileTest::Succeed));
110 .WillByDefault(InvokeWithoutArgs(this, &DragDownloadFileTest::FailFast));
115 IN_PROC_BROWSER_TEST_F(DragDownloadFileTest, DragDownloadFileTest_Complete) {
129 .WillOnce(InvokeWithoutArgs(this, &DragDownloadFileTest::Succeed));
131 .WillByDefault(InvokeWithoutArgs(this, &DragDownloadFileTest
[all...]

Completed in 68 milliseconds