Searched defs:WaitForError (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/media/filters/
H A Dvideo_renderer_impl_unittest.cc183 void WaitForError(PipelineStatus expected) { function in class:media::VideoRendererImplTest
184 SCOPED_TRACE(base::StringPrintf("WaitForError(%d)", expected));
387 WaitForError(PIPELINE_ERROR_DECODE);
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_apitest.cc130 std::string WaitForError(UIThreadExtensionFunction* function) { function in class:extensions::__anon3726::AsyncExtensionBrowserTest
1211 EXPECT_EQ(std::string(errors::kCanceled), WaitForError(func.get()));
1231 EXPECT_EQ(std::string(errors::kCanceled), WaitForError(func.get()));
1690 EXPECT_EQ(std::string(errors::kUserRejected), WaitForError(function.get()));
/external/chromium_org/content/browser/media/capture/
H A Dweb_contents_video_capture_device_unittest.cc427 void WaitForError() { function in class:content::__anon7252::StubClientObserver
648 ASSERT_NO_FATAL_FAILURE(client_observer()->WaitForError());
681 ASSERT_NO_FATAL_FAILURE(client_observer()->WaitForError());
826 ASSERT_NO_FATAL_FAILURE(client_observer()->WaitForError());

Completed in 4044 milliseconds