HomeSort by relevance Sort by last modified time
    Searched defs:OnStarted (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/browser/chromeos/ui/
screen_capture_notification_ui_chromeos.cc 23 gfx::NativeViewId ScreenCaptureNotificationUIChromeOS::OnStarted(
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_ui_proxy.cc 27 void OnStarted(gfx::NativeViewId* window_id);
94 void MediaStreamUIProxy::Core::OnStarted(gfx::NativeViewId* window_id) {
97 *window_id = ui_->OnStarted(
189 void MediaStreamUIProxy::OnStarted(const base::Closure& stop_callback,
201 base::Bind(&Core::OnStarted, base::Unretained(core_.get()), window_id),
351 void FakeMediaStreamUIProxy::OnStarted(
  /external/chromium_org/content/browser/service_worker/
embedded_worker_instance.cc 281 void EmbeddedWorkerInstance::OnStarted() {
282 // Stop is requested before OnStarted is sent back from the worker.
287 FOR_EACH_OBSERVER(Listener, listener_list_, OnStarted());
embedded_worker_instance.h 51 virtual void OnStarted() {}
74 // Observer::OnStarted() is run when the worker is actually started.
150 void OnStarted();
service_worker_version.cc 418 void ServiceWorkerVersion::OnStarted() {
  /external/compiler-rt/lib/lsan/
lsan_thread.cc 66 void ThreadContext::OnStarted(void *arg) {
  /external/chromium_org/chrome/browser/ui/views/
screen_capture_notification_ui_views.cc 85 virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback)
163 gfx::NativeViewId ScreenCaptureNotificationUIViews::OnStarted(
  /external/chromium_org/content/browser/media/
media_internals.cc 76 virtual void OnStarted(int component_id) OVERRIDE;
124 void AudioLogImpl::OnStarted(int component_id) {
  /external/chromium_org/content/renderer/pepper/
pepper_video_capture_host.cc 92 void PepperVideoCaptureHost::OnStarted() {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.h 68 virtual void OnStarted(void *arg) {}
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc 173 void OnStarted(void *arg) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 81 void ThreadContext::OnStarted(void *arg) {
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.cc     [all...]

Completed in 405 milliseconds