Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_capture_options.h67 bool use_update_notifications() const { return use_update_notifications_; } in use_update_notifications() function
68 void set_use_update_notifications(bool use_update_notifications) { in set_use_update_notifications()
Dscreen_capturer.cc23 bool use_update_notifications) { in CreateWithXDamage()