HomeSort by relevance Sort by last modified time
    Searched refs:OnStarted (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/chrome/browser/chromeos/ui/
screen_capture_notification_ui_chromeos.h 21 virtual void OnStarted(const base::Closure& stop_callback) OVERRIDE;
screen_capture_notification_ui_chromeos.cc 24 void ScreenCaptureNotificationUIChromeOS::OnStarted(
  /external/chromium_org/chrome/browser/ui/
screen_capture_notification_ui_stub.cc 15 virtual void OnStarted(const base::Closure& stop_callback) OVERRIDE {
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_ui_proxy.h 43 virtual void OnStarted(const base::Closure& stop_callback);
78 virtual void OnStarted(const base::Closure& stop_callback) OVERRIDE;
media_stream_ui_proxy.cc 21 void OnStarted();
78 void MediaStreamUIProxy::Core::OnStarted() {
81 ui_->OnStarted(base::Bind(&Core::ProcessStopRequestFromUI,
141 void MediaStreamUIProxy::OnStarted(const base::Closure& stop_callback) {
147 base::Bind(&Core::OnStarted, base::Unretained(core_.get())));
213 void FakeMediaStreamUIProxy::OnStarted(const base::Closure& stop_callback) {
media_stream_ui_proxy_unittest.cc 47 MOCK_METHOD1(OnStarted, void(const base::Closure& stop));
139 EXPECT_CALL(*ui, OnStarted(_));
149 proxy_->OnStarted(base::Closure());
197 EXPECT_CALL(*ui, OnStarted(_))
209 proxy_->OnStarted(base::Bind(&MockStopStreamHandler::OnStop,
media_stream_dispatcher_host_unittest.cc 144 MOCK_METHOD1(OnStarted, void(const base::Closure& stop));
178 EXPECT_CALL(*stream_ui, OnStarted(_));
334 EXPECT_CALL(*stream_ui, OnStarted(_))
  /external/chromium_org/content/renderer/media/
video_capture_impl_unittest.cc 38 MOCK_METHOD1(OnStarted, void(media::VideoCapture* capture));
149 EXPECT_CALL(*client, OnStarted(_))
170 EXPECT_CALL(*client, OnStarted(_))
186 EXPECT_CALL(*client, OnStarted(_))
209 EXPECT_CALL(*client_large, OnStarted(_))
213 EXPECT_CALL(*client_small, OnStarted(_))
242 EXPECT_CALL(*client_large, OnStarted(_))
246 EXPECT_CALL(*client_small, OnStarted(_))
276 EXPECT_CALL(*client1, OnStarted(_))
280 EXPECT_CALL(*client2, OnStarted(_)
    [all...]
rtc_video_capture_delegate.h 46 virtual void OnStarted(media::VideoCapture* capture) OVERRIDE;
rtc_video_capture_delegate.cc 52 void RtcVideoCaptureDelegate::OnStarted(media::VideoCapture* capture) {
53 DVLOG(3) << " RtcVideoCaptureDelegate::OnStarted";
  /external/compiler-rt/lib/lsan/
lsan_thread.h 25 void OnStarted(void *arg);
lsan_thread.cc 66 void ThreadContext::OnStarted(void *arg) {
  /external/chromium_org/media/video/capture/
video_capture.h 51 virtual void OnStarted(VideoCapture* capture) = 0;
video_capture_proxy.h 48 virtual void OnStarted(VideoCapture* capture) OVERRIDE;
video_capture_proxy.cc 39 void VideoCaptureHandlerProxy::OnStarted(VideoCapture* capture) {
106 proxied_->OnStarted(capture);
  /external/chromium_org/content/renderer/pepper/
pepper_platform_video_capture.cc 120 void PepperPlatformVideoCapture::OnStarted(VideoCapture* capture) {
122 handler_->OnStarted(capture);
pepper_platform_video_capture.h 54 virtual void OnStarted(VideoCapture* capture) OVERRIDE;
pepper_video_capture_host.h 42 virtual void OnStarted(media::VideoCapture* capture) OVERRIDE;
  /external/chromium_org/content/public/common/
media_stream_request.h 171 virtual void OnStarted(const base::Closure& stop) = 0;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.h 68 virtual void OnStarted(void *arg) {}
sanitizer_thread_registry.cc 64 OnStarted(arg);
  /external/chromium_org/chrome/browser/ui/gtk/
screen_capture_notification_ui_gtk.cc 24 virtual void OnStarted(const base::Closure& stop_callback) OVERRIDE;
140 void ScreenCaptureNotificationUIGtk::OnStarted(
  /external/chromium_org/chrome/browser/ui/views/
screen_capture_notification_ui_views.cc 80 virtual void OnStarted(const base::Closure& stop_callback) OVERRIDE;
146 void ScreenCaptureNotificationUIViews::OnStarted(
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.h 98 void OnStarted(
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc 171 void OnStarted(void *arg) {

Completed in 248 milliseconds

1 2