Searched refs:OnStarted (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/ui/
H A Dscreen_capture_notification_ui_chromeos.h21 virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback)
H A Dscreen_capture_notification_ui_chromeos.cc23 gfx::NativeViewId ScreenCaptureNotificationUIChromeOS::OnStarted( function in class:chromeos::ScreenCaptureNotificationUIChromeOS
/external/chromium_org/chrome/browser/ui/
H A Dscreen_capture_notification_ui_stub.cc15 virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback)
/external/chromium_org/media/audio/
H A Daudio_logging.h31 virtual void OnStarted(int component_id) = 0;
H A Dfake_audio_log_factory.cc16 virtual void OnStarted(int component_id) OVERRIDE {}
H A Daudio_output_dispatcher_impl.cc75 audio_log_->OnStarted(stream_id);
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dscreen_capture_notification_ui_cocoa.h38 virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback)
/external/chromium_org/content/renderer/media/
H A Dvideo_capture_impl_manager_unittest.cc100 MOCK_METHOD0(OnStarted, void());
106 OnStarted();
145 EXPECT_CALL(*this, OnStarted()).WillOnce(
147 EXPECT_CALL(*this, OnStarted()).RetiresOnSaturation();
/external/compiler-rt/lib/lsan/
H A Dlsan_thread.h25 void OnStarted(void *arg);
H A Dlsan_thread.cc66 void ThreadContext::OnStarted(void *arg) { function in class:__lsan::ThreadContext
/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_ui_proxy.h59 virtual void OnStarted(const base::Closure& stop_callback,
108 virtual void OnStarted(const base::Closure& stop_callback,
H A Dmedia_stream_ui_proxy_unittest.cc42 MOCK_METHOD1(OnStarted, gfx::NativeViewId(const base::Closure& stop));
135 EXPECT_CALL(*ui, OnStarted(_)).WillOnce(Return(0));
145 proxy_->OnStarted(base::Closure(), MediaStreamUIProxy::WindowIdCallback());
193 EXPECT_CALL(*ui, OnStarted(_))
205 proxy_->OnStarted(base::Bind(&MockStopStreamHandler::OnStop,
238 EXPECT_CALL(*ui, OnStarted(_)).WillOnce(Return(kWindowId));
247 proxy_->OnStarted(
H A Dmedia_stream_ui_proxy.cc27 void OnStarted(gfx::NativeViewId* window_id);
94 void MediaStreamUIProxy::Core::OnStarted(gfx::NativeViewId* window_id) { function in class:content::MediaStreamUIProxy::Core
97 *window_id = ui_->OnStarted(
189 void MediaStreamUIProxy::OnStarted(const base::Closure& stop_callback, function in class:content::MediaStreamUIProxy
201 base::Bind(&Core::OnStarted, base::Unretained(core_.get()), window_id),
351 void FakeMediaStreamUIProxy::OnStarted( function in class:content::FakeMediaStreamUIProxy
/external/chromium_org/content/browser/service_worker/
H A Dembedded_worker_instance.h51 virtual void OnStarted() {} function in class:content::EmbeddedWorkerInstance::Listener
74 // Observer::OnStarted() is run when the worker is actually started.
150 void OnStarted();
H A Dembedded_worker_instance.cc281 void EmbeddedWorkerInstance::OnStarted() { function in class:content::EmbeddedWorkerInstance
282 // Stop is requested before OnStarted is sent back from the worker.
287 FOR_EACH_OBSERVER(Listener, listener_list_, OnStarted());
H A Dembedded_worker_registry.cc113 found->second->OnStarted();
H A Dservice_worker_version.h234 virtual void OnStarted() OVERRIDE;
/external/chromium_org/content/renderer/pepper/
H A Dpepper_video_capture_host.h49 void OnStarted();
H A Dpepper_platform_video_capture.cc127 handler_->OnStarted();
/external/chromium_org/content/public/common/
H A Dmedia_stream_request.h261 virtual gfx::NativeViewId OnStarted(const base::Closure& stop) = 0;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h68 virtual void OnStarted(void *arg) {} function in class:__sanitizer::ThreadContextBase
/external/chromium_org/content/browser/media/
H A Dmedia_internals_unittest.cc105 // Verify OnStarted().
106 audio_log_->OnStarted(kTestComponentID);
H A Dmedia_internals.cc76 virtual void OnStarted(int component_id) OVERRIDE;
124 void AudioLogImpl::OnStarted(int component_id) { function in class:content::AudioLogImpl
/external/chromium_org/chrome/browser/ui/views/
H A Dscreen_capture_notification_ui_views.cc85 virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback)
163 gfx::NativeViewId ScreenCaptureNotificationUIViews::OnStarted( function in class:__anon5330::ScreenCaptureNotificationUIViews
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cc173 void OnStarted(void *arg) { function in class:__sanitizer::__anon19636::TestThreadContext

Completed in 1202 milliseconds

12