Searched defs:use_update_notifications (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dscreen_capturer.cc23 bool use_update_notifications) {
25 options.set_use_update_notifications(use_update_notifications);
22 CreateWithXDamage( bool use_update_notifications) argument
H A Ddesktop_capture_options.h66 bool use_update_notifications() const { return use_update_notifications_; } function in class:webrtc::DesktopCaptureOptions
67 void set_use_update_notifications(bool use_update_notifications) { argument
68 use_update_notifications_ = use_update_notifications;

Completed in 930 milliseconds