Searched defs:OnStarted (Results 1 - 13 of 13) sorted by path

/external/chromium_org/chrome/browser/chromeos/ui/
H A Dscreen_capture_notification_ui_chromeos.cc23 gfx::NativeViewId ScreenCaptureNotificationUIChromeOS::OnStarted( function in class:chromeos::ScreenCaptureNotificationUIChromeOS
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc1064 &DownloadsDownloadFunction::OnStarted, this,
1077 void DownloadsDownloadFunction::OnStarted( function in class:extensions::DownloadsDownloadFunction
/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/chromium_org/content/browser/media/
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/content/browser/renderer_host/media/
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.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_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 Dservice_worker_version.cc418 void ServiceWorkerVersion::OnStarted() { function in class:content::ServiceWorkerVersion
/external/chromium_org/content/renderer/pepper/
H A Dpepper_video_capture_host.cc92 void PepperVideoCaptureHost::OnStarted() { function in class:content::PepperVideoCaptureHost
/external/compiler-rt/lib/lsan/
H A Dlsan_thread.cc66 void ThreadContext::OnStarted(void *arg) { function in class:__lsan::ThreadContext
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h68 virtual void OnStarted(void *arg) {} function in class:__sanitizer::ThreadContextBase
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cc173 void OnStarted(void *arg) { function in class:__sanitizer::__anon19636::TestThreadContext
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc81 void ThreadContext::OnStarted(void *arg) { function in class:__tsan::ThreadContext

Completed in 394 milliseconds