Searched defs:stop_callback_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/
H A Dscreen_capture_notification_ui_cocoa.h17 base::Closure stop_callback_; variable
/external/chromium_org/ppapi/proxy/
H A Dtalk_resource.h50 scoped_refptr<TrackedCallback> stop_callback_; member in class:ppapi::proxy::TalkResource
/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_ui_proxy.h60 base::Closure stop_callback_; member in class:content::MediaStreamUIProxy
/external/chromium_org/ash/system/chromeos/screen_security/
H A Dscreen_tray_item.h137 base::Closure stop_callback_; member in class:ash::internal::ScreenTrayItem
/external/chromium_org/chrome/browser/ui/gtk/
H A Dscreen_capture_notification_ui_gtk.cc40 base::Closure stop_callback_; member in class:ScreenCaptureNotificationUIGtk
142 DCHECK(stop_callback_.is_null());
146 stop_callback_ = stop_callback;
156 stop_callback_.Reset();
160 stop_callback_.Run();
166 stop_callback_.Run();
/external/chromium_org/chrome/browser/ui/views/
H A Dscreen_capture_notification_ui_views.cc101 // Helper to call |stop_callback_|.
105 base::Closure stop_callback_; member in class:__anon6399::ScreenCaptureNotificationUIViews
142 stop_callback_.Reset();
148 stop_callback_ = stop_callback;
268 if (!stop_callback_.is_null()) {
269 base::Closure callback = stop_callback_;
270 stop_callback_.Reset();

Completed in 155 milliseconds