HomeSort by relevance Sort by last modified time
    Searched full:stop_callback (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/chrome/browser/chromeos/ui/
screen_capture_notification_ui_chromeos.cc 26 const base::Closure& stop_callback) {
28 stop_callback, text_);
screen_capture_notification_ui_chromeos.h 21 virtual void OnStarted(const base::Closure& stop_callback) OVERRIDE;
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_ui_proxy.h 40 // access has been approved using RequestAccess(). |stop_callback| is be
43 virtual void OnStarted(const base::Closure& stop_callback);
78 virtual void OnStarted(const base::Closure& stop_callback) OVERRIDE;
media_stream_ui_proxy_unittest.cc 191 base::Closure stop_callback; local
198 .WillOnce(SaveArg<0>(&stop_callback));
213 ASSERT_FALSE(stop_callback.is_null());
215 stop_callback.Run();
media_stream_ui_proxy.cc 141 void MediaStreamUIProxy::OnStarted(const base::Closure& stop_callback) {
144 stop_callback_ = stop_callback;
217 void FakeMediaStreamUIProxy::OnStarted(const base::Closure& stop_callback) {
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_capture_observer.h 17 const base::Closure& stop_callback,
screen_share_observer.h 17 const base::Closure& stop_callback,
screen_capture_tray_item.h 35 const base::Closure& stop_callback,
screen_share_tray_item.h 35 const base::Closure& stop_callback,
screen_capture_tray_item.cc 80 const base::Closure& stop_callback,
83 Start(stop_callback);
screen_share_tray_item.cc 90 const base::Closure& stop_callback,
93 Start(stop_callback);
screen_tray_item.cc 163 void ScreenTrayItem::Start(const base::Closure& stop_callback) {
164 stop_callback_ = stop_callback;
screen_tray_item.h 118 void Start(const base::Closure& stop_callback);
  /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/chrome/browser/ui/cocoa/
screen_capture_notification_ui_cocoa.h 24 - (id)initWithCallback:(const base::Closure&)stop_callback
36 virtual void OnStarted(const base::Closure& stop_callback) OVERRIDE;
screen_capture_notification_ui_cocoa.mm 56 const base::Closure& stop_callback) {
57 DCHECK(!stop_callback.is_null());
61 initWithCallback:stop_callback
73 - (id)initWithCallback:(const base::Closure&)stop_callback
90 stop_callback_ = stop_callback;
  /external/chromium_org/content/renderer/media/
media_stream_extra_data.h 31 const StreamStopCallback& stop_callback);
media_stream_source_extra_data.h 26 const SourceStopCallback& stop_callback);
  /external/chromium_org/ash/system/tray/
system_tray_notifier.cc 291 const base::Closure& stop_callback,
294 OnScreenCaptureStart(stop_callback, sharing_app_name));
303 const base::Closure& stop_callback,
306 OnScreenShareStart(stop_callback, helper_name));
system_tray_notifier.h 118 void NotifyScreenCaptureStart(const base::Closure& stop_callback,
121 void NotifyScreenShareStart(const base::Closure& stop_callback,
  /external/valgrind/main/drd/
drd_malloc_wrappers.h 38 const StopUsingMem stop_callback);
drd_malloc_wrappers.c 292 const StopUsingMem stop_callback)
298 tl_assert(stop_callback);
301 s_stop_using_mem_callback = stop_callback;
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_talk_host.cc 85 void OnTerminateRemotingEventOnUIThread(const base::Closure& stop_callback) {
87 stop_callback);
92 const base::Closure& stop_callback,
107 stop_callback);
  /external/chromium_org/chrome/browser/ui/gtk/
screen_capture_notification_ui_gtk.cc 24 virtual void OnStarted(const base::Closure& stop_callback) OVERRIDE;
139 const base::Closure& stop_callback) {
141 DCHECK(!stop_callback.is_null());
144 stop_callback_ = stop_callback;
  /external/chromium_org/chrome/browser/ui/views/
screen_capture_notification_ui_views.cc 80 virtual void OnStarted(const base::Closure& stop_callback) OVERRIDE;
147 const base::Closure& stop_callback) {
148 stop_callback_ = stop_callback;

Completed in 1043 milliseconds

1 2