TestVideoFrameProvider   56 content/test/test_media_stream_client.cc   return new TestVideoFrameProvider(
TestVideoFrameProvider   14 content/test/test_video_frame_provider.cc TestVideoFrameProvider::TestVideoFrameProvider(
TestVideoFrameProvider   27 content/test/test_video_frame_provider.cc TestVideoFrameProvider::~TestVideoFrameProvider() {}
TestVideoFrameProvider   29 content/test/test_video_frame_provider.cc void TestVideoFrameProvider::Start() {
TestVideoFrameProvider   35 content/test/test_video_frame_provider.cc       base::Bind(&TestVideoFrameProvider::GenerateFrame, this));
TestVideoFrameProvider   38 content/test/test_video_frame_provider.cc void TestVideoFrameProvider::Stop() {
TestVideoFrameProvider   44 content/test/test_video_frame_provider.cc void TestVideoFrameProvider::Play() {
TestVideoFrameProvider   51 content/test/test_video_frame_provider.cc void TestVideoFrameProvider::Pause() {
TestVideoFrameProvider   58 content/test/test_video_frame_provider.cc void TestVideoFrameProvider::GenerateFrame() {
TestVideoFrameProvider   79 content/test/test_video_frame_provider.cc       base::Bind(&TestVideoFrameProvider::GenerateFrame, this),
TestVideoFrameProvider   23 content/test/test_video_frame_provider.h class TestVideoFrameProvider : public VideoFrameProvider {
TestVideoFrameProvider   25 content/test/test_video_frame_provider.h   TestVideoFrameProvider(
TestVideoFrameProvider   38 content/test/test_video_frame_provider.h   virtual ~TestVideoFrameProvider();
TestVideoFrameProvider   58 content/test/test_video_frame_provider.h   DISALLOW_COPY_AND_ASSIGN(TestVideoFrameProvider);