/external/chromium_org/chrome/browser/ui/cocoa/ |
D | screen_capture_notification_ui_cocoa_unittest.mm | 63 target_->OnStarted( 73 target_->OnStarted( 84 target_->OnStarted( 93 target_->OnStarted( 104 target_->OnStarted( 116 target_->OnStarted(
|
D | screen_capture_notification_ui_cocoa.h | 38 virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback)
|
/external/chromium_org/content/browser/renderer_host/media/ |
D | media_stream_ui_proxy_unittest.cc | 42 MOCK_METHOD1(OnStarted, gfx::NativeViewId(const base::Closure& stop)); 135 EXPECT_CALL(*ui, OnStarted(_)).WillOnce(Return(0)); in TEST_F() 145 proxy_->OnStarted(base::Closure(), MediaStreamUIProxy::WindowIdCallback()); in TEST_F() 193 EXPECT_CALL(*ui, OnStarted(_)) in TEST_F() 205 proxy_->OnStarted(base::Bind(&MockStopStreamHandler::OnStop, in TEST_F() 238 EXPECT_CALL(*ui, OnStarted(_)).WillOnce(Return(kWindowId)); in TEST_F() 247 proxy_->OnStarted( in TEST_F()
|
D | media_stream_ui_proxy.cc | 27 void OnStarted(gfx::NativeViewId* window_id); 94 void MediaStreamUIProxy::Core::OnStarted(gfx::NativeViewId* window_id) { in OnStarted() function in content::MediaStreamUIProxy::Core 97 *window_id = ui_->OnStarted( in OnStarted() 189 void MediaStreamUIProxy::OnStarted(const base::Closure& stop_callback, in OnStarted() function in content::MediaStreamUIProxy 201 base::Bind(&Core::OnStarted, base::Unretained(core_.get()), window_id), in OnStarted() 351 void FakeMediaStreamUIProxy::OnStarted( in OnStarted() function in content::FakeMediaStreamUIProxy
|
D | media_stream_ui_proxy.h | 59 virtual void OnStarted(const base::Closure& stop_callback, 108 virtual void OnStarted(const base::Closure& stop_callback,
|
D | media_stream_dispatcher_host_unittest.cc | 214 OnStarted, 280 EXPECT_CALL(*stream_ui_, OnStarted(_, _)); in SetupFakeUI() 859 EXPECT_CALL(*stream_ui, OnStarted(_, _)) in TEST_F()
|
/external/chromium_org/content/renderer/media/ |
D | video_capture_impl_manager_unittest.cc | 100 MOCK_METHOD0(OnStarted, void()); 106 OnStarted(); in OnStateUpdate() 145 EXPECT_CALL(*this, OnStarted()).WillOnce( in TEST_F() 147 EXPECT_CALL(*this, OnStarted()).RetiresOnSaturation(); in TEST_F()
|
/external/chromium_org/content/browser/service_worker/ |
D | embedded_worker_instance.h | 51 virtual void OnStarted() {} in OnStarted() function 150 void OnStarted();
|
D | embedded_worker_instance.cc | 281 void EmbeddedWorkerInstance::OnStarted() { in OnStarted() function in content::EmbeddedWorkerInstance 287 FOR_EACH_OBSERVER(Listener, listener_list_, OnStarted()); in OnStarted()
|
D | service_worker_version.h | 234 virtual void OnStarted() OVERRIDE; in NON_EXPORTED_BASE()
|
/external/chromium_org/chrome/browser/ui/ |
D | screen_capture_notification_ui_stub.cc | 15 virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback) in OnStarted() function in ScreenCaptureNotificationUIStub
|
/external/chromium_org/chrome/browser/chromeos/ui/ |
D | screen_capture_notification_ui_chromeos.h | 21 virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback)
|
D | screen_capture_notification_ui_chromeos.cc | 23 gfx::NativeViewId ScreenCaptureNotificationUIChromeOS::OnStarted( in OnStarted() function in chromeos::ScreenCaptureNotificationUIChromeOS
|
/external/chromium_org/media/audio/ |
D | fake_audio_log_factory.cc | 16 virtual void OnStarted(int component_id) OVERRIDE {} in OnStarted() function in media::FakeAudioLogImpl
|
D | audio_logging.h | 31 virtual void OnStarted(int component_id) = 0;
|
D | audio_output_dispatcher_impl.cc | 75 audio_log_->OnStarted(stream_id); in StartStream()
|
/external/compiler-rt/lib/lsan/ |
D | lsan_thread.h | 25 void OnStarted(void *arg);
|
D | lsan_thread.cc | 66 void ThreadContext::OnStarted(void *arg) { in OnStarted() function in __lsan::ThreadContext
|
/external/chromium_org/content/renderer/pepper/ |
D | pepper_video_capture_host.h | 49 void OnStarted();
|
D | pepper_platform_video_capture.cc | 127 handler_->OnStarted(); in OnStateUpdate()
|
/external/chromium_org/content/browser/media/ |
D | media_internals.cc | 76 virtual void OnStarted(int component_id) OVERRIDE; 124 void AudioLogImpl::OnStarted(int component_id) { in OnStarted() function in content::AudioLogImpl
|
D | media_internals_unittest.cc | 106 audio_log_->OnStarted(kTestComponentID); in TEST_P()
|
/external/chromium_org/chrome/browser/ui/views/ |
D | screen_capture_notification_ui_views.cc | 85 virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback) 163 gfx::NativeViewId ScreenCaptureNotificationUIViews::OnStarted( in OnStarted() function in __anone274ad830111::ScreenCaptureNotificationUIViews
|
/external/chromium_org/content/public/common/ |
D | media_stream_request.h | 261 virtual gfx::NativeViewId OnStarted(const base::Closure& stop) = 0;
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_thread_registry.h | 68 virtual void OnStarted(void *arg) {} in OnStarted() function
|