HomeSort by relevance Sort by last modified time
    Searched refs:OnStateUpdate (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/renderer/media/
video_capture_impl_unittest.cc 136 MOCK_METHOD1(OnStateUpdate, void(VideoCaptureState));
150 base::Bind(&VideoCaptureImplTest::OnStateUpdate,
194 EXPECT_CALL(*this, OnStateUpdate(VIDEO_CAPTURE_STATE_STARTED));
195 EXPECT_CALL(*this, OnStateUpdate(VIDEO_CAPTURE_STATE_STOPPED));
204 EXPECT_CALL(*this, OnStateUpdate(VIDEO_CAPTURE_STATE_STARTED)).Times(2);
205 EXPECT_CALL(*this, OnStateUpdate(VIDEO_CAPTURE_STATE_STOPPED)).Times(2);
216 EXPECT_CALL(*this, OnStateUpdate(VIDEO_CAPTURE_STATE_STARTED)).Times(2);
217 EXPECT_CALL(*this, OnStateUpdate(VIDEO_CAPTURE_STATE_STOPPED)).Times(2);
228 EXPECT_CALL(*this, OnStateUpdate(VIDEO_CAPTURE_STATE_STARTED)).Times(2);
229 EXPECT_CALL(*this, OnStateUpdate(VIDEO_CAPTURE_STATE_STOPPED)).Times(2)
    [all...]
video_capture_impl_manager_unittest.cc 103 void OnStateUpdate(VideoCaptureState state) {
119 base::Bind(&VideoCaptureImplManagerTest::OnStateUpdate,
  /external/chromium_org/content/renderer/pepper/
pepper_platform_video_capture.h 43 void OnStateUpdate(VideoCaptureState state);
pepper_platform_video_capture.cc 57 &PepperPlatformVideoCapture::OnStateUpdate,
122 void PepperPlatformVideoCapture::OnStateUpdate(VideoCaptureState state) {

Completed in 423 milliseconds