/external/chromium_org/content/renderer/media/ |
D | video_capture_impl_manager_unittest.cc | 101 MOCK_METHOD0(OnStopped, void()); 109 OnStopped(); in OnStateUpdate() 158 EXPECT_CALL(*this, OnStopped()).WillOnce( in TEST_F() 160 EXPECT_CALL(*this, OnStopped()).RetiresOnSaturation(); in TEST_F()
|
/external/chromium_org/content/browser/service_worker/ |
D | embedded_worker_instance.h | 52 virtual void OnStopped() = 0; 159 void OnStopped();
|
D | embedded_worker_registry.cc | 115 found->second->OnStopped(); in OnWorkerStopped() 166 worker_map_[embedded_worker_id]->OnStopped(); in RemoveChildProcessSender()
|
D | embedded_worker_instance.cc | 253 void EmbeddedWorkerInstance::OnStopped() { in OnStopped() function in content::EmbeddedWorkerInstance 262 FOR_EACH_OBSERVER(Listener, listener_list_, OnStopped()); in OnStopped()
|
D | service_worker_version.h | 222 virtual void OnStopped() OVERRIDE; in NON_EXPORTED_BASE()
|
D | service_worker_version_unittest.cc | 93 virtual void OnStopped() OVERRIDE { NOTREACHED(); } in OnStopped() function in content::__anona7d627c70111::MessageReceiverFromWorker
|
D | service_worker_version.cc | 400 void ServiceWorkerVersion::OnStopped() { in OnStopped() function in content::ServiceWorkerVersion
|
D | service_worker_browsertest.cc | 230 virtual void OnStopped() OVERRIDE { in OnStopped() function in content::EmbeddedWorkerBrowserTest
|
/external/chromium_org/media/audio/ |
D | fake_audio_log_factory.cc | 17 virtual void OnStopped(int component_id) OVERRIDE {} in OnStopped() function in media::FakeAudioLogImpl
|
D | audio_logging.h | 35 virtual void OnStopped(int component_id) = 0;
|
D | audio_output_dispatcher_impl.cc | 91 audio_log_->OnStopped(audio_stream_ids_[physical_stream]); in StopStream()
|
/external/chromium_org/media/filters/ |
D | video_frame_stream_unittest.cc | 160 void OnStopped() { in OnStopped() function in media::VideoFrameStreamTest 322 video_frame_stream_->Stop(base::Bind(&VideoFrameStreamTest::OnStopped, in Stop() 583 base::Bind(&VideoFrameStreamTest::OnStopped, base::Unretained(this))); in TEST_P() 596 base::Bind(&VideoFrameStreamTest::OnStopped, base::Unretained(this))); in TEST_P()
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | taskparent.h | 57 void OnStopped(Task *task);
|
D | taskparent.cc | 101 void TaskParent::OnStopped(Task *task) { in OnStopped() function in talk_base::TaskParent
|
D | task.cc | 241 TaskParent::OnStopped(this); in Stop()
|
/external/chromium_org/third_party/webrtc/base/ |
D | taskparent.h | 40 void OnStopped(Task *task);
|
D | taskparent.cc | 84 void TaskParent::OnStopped(Task *task) { in OnStopped() function in rtc::TaskParent
|
D | task.cc | 224 TaskParent::OnStopped(this); in Stop()
|
/external/chromium_org/content/renderer/pepper/ |
D | pepper_video_capture_host.h | 53 void OnStopped();
|
D | pepper_platform_video_capture.cc | 126 handler_->OnStopped(); in OnStateUpdate()
|
D | pepper_video_capture_host.cc | 97 void PepperVideoCaptureHost::OnStopped() { in OnStopped() function in content::PepperVideoCaptureHost
|
/external/chromium_org/content/browser/media/ |
D | media_internals.cc | 77 virtual void OnStopped(int component_id) OVERRIDE; 129 void AudioLogImpl::OnStopped(int component_id) { in OnStopped() function in content::AudioLogImpl
|
D | media_internals_unittest.cc | 113 audio_log_->OnStopped(kTestComponentID); in TEST_P()
|
/external/chromium_org/content/browser/renderer_host/media/ |
D | audio_renderer_host.cc | 421 audio_log_->OnStopped(stream_id); in OnPauseStream()
|