Searched refs:stop_callback (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/ash/system/chromeos/screen_security/
H A Dscreen_capture_observer.h17 const base::Closure& stop_callback,
H A Dscreen_share_observer.h17 const base::Closure& stop_callback,
H A Dscreen_capture_tray_item.cc79 const base::Closure& stop_callback,
82 Start(stop_callback);
78 OnScreenCaptureStart( const base::Closure& stop_callback, const base::string16& screen_capture_status) argument
H A Dscreen_capture_tray_item.h34 const base::Closure& stop_callback,
H A Dscreen_share_tray_item.h34 const base::Closure& stop_callback,
H A Dscreen_share_tray_item.cc89 const base::Closure& stop_callback,
92 Start(stop_callback);
88 OnScreenShareStart( const base::Closure& stop_callback, const base::string16& helper_name) argument
H A Dscreen_tray_item.cc161 void ScreenTrayItem::Start(const base::Closure& stop_callback) { argument
162 stop_callback_ = stop_callback;
/external/chromium_org/chrome/browser/chromeos/ui/
H A Dscreen_capture_notification_ui_chromeos.cc24 const base::Closure& stop_callback) {
26 stop_callback, text_);
23 OnStarted( const base::Closure& stop_callback) argument
H A Dscreen_capture_notification_ui_chromeos.h21 virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback)
/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/chrome/browser/ui/cocoa/
H A Dscreen_capture_notification_ui_cocoa.h25 - (id)initWithCallback:(const base::Closure&)stop_callback
38 virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback)
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_audio_source.cc26 const SourceStoppedCallback& stop_callback,
31 SetStopCallback(stop_callback);
56 // UserMediaClientImpl rely on the |stop_callback| to be triggered when
59 // track and trigger |stop_callback|.
23 MediaStreamAudioSource( int render_frame_id, const StreamDeviceInfo& device_info, const SourceStoppedCallback& stop_callback, PeerConnectionDependencyFactory* factory) argument
H A Dmedia_stream_source.h67 void SetStopCallback(const SourceStoppedCallback& stop_callback) { argument
69 stop_callback_ = stop_callback;
H A Dmedia_stream_audio_source.h22 const SourceStoppedCallback& stop_callback,
H A Dmedia_stream_video_capturer_source.h96 const SourceStoppedCallback& stop_callback,
/external/valgrind/main/drd/
H A Ddrd_malloc_wrappers.h38 const StopUsingMem stop_callback);
H A Ddrd_malloc_wrappers.c292 const StopUsingMem stop_callback)
298 tl_assert(stop_callback);
301 s_stop_using_mem_callback = stop_callback;
291 register_malloc_wrappers(const StartUsingMem start_callback, const StopUsingMem stop_callback) argument
/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_ui_proxy.h55 // access has been approved using RequestAccess(). |stop_callback| is be
59 virtual void OnStarted(const base::Closure& stop_callback,
108 virtual void OnStarted(const base::Closure& stop_callback,
H A Dmedia_stream_ui_proxy_unittest.cc187 base::Closure stop_callback; local
194 .WillOnce(testing::DoAll(SaveArg<0>(&stop_callback), Return(0)));
210 ASSERT_FALSE(stop_callback.is_null());
212 stop_callback.Run();
H A Dmedia_stream_ui_proxy.cc189 void MediaStreamUIProxy::OnStarted(const base::Closure& stop_callback, argument
193 stop_callback_ = stop_callback;
352 const base::Closure& stop_callback,
351 OnStarted( const base::Closure& stop_callback, const WindowIdCallback& window_id_callback) argument
/external/chromium_org/ash/system/tray/
H A Dsystem_tray_notifier.cc358 const base::Closure& stop_callback,
361 OnScreenCaptureStart(stop_callback, sharing_app_name));
370 const base::Closure& stop_callback,
373 OnScreenShareStart(stop_callback, helper_name));
357 NotifyScreenCaptureStart( const base::Closure& stop_callback, const base::string16& sharing_app_name) argument
369 NotifyScreenShareStart( const base::Closure& stop_callback, const base::string16& helper_name) argument
H A Dsystem_tray_notifier.h136 void NotifyScreenCaptureStart(const base::Closure& stop_callback,
139 void NotifyScreenShareStart(const base::Closure& stop_callback,
/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Dpepper_talk_host.cc85 void OnTerminateRemotingEventOnUIThread(const base::Closure& stop_callback) { argument
87 content::BrowserThread::IO, FROM_HERE, stop_callback);
92 const base::Closure& stop_callback,
106 base::Bind(&OnTerminateRemotingEventOnUIThread, stop_callback);
91 StartRemotingOnUIThread( const base::Closure& stop_callback, int render_process_id, int render_frame_id, ppapi::host::ReplyMessageContext reply) argument
/external/chromium_org/chrome/renderer/media/
H A Dcast_rtp_stream.h126 // When the stream is stopped |stop_callback| is called.
130 const base::Closure& stop_callback,
/external/chromium_org/chrome/browser/ui/views/
H A Dscreen_capture_notification_ui_views.cc85 virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback)
164 const base::Closure& stop_callback) {
165 stop_callback_ = stop_callback;
163 OnStarted( const base::Closure& stop_callback) argument

Completed in 343 milliseconds

12