Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
Ddesktop_capture_options.h64 bool disable_effects() const { return disable_effects_; } in disable_effects() function
65 void set_disable_effects(bool disable_effects) { in set_disable_effects()
Dscreen_capturer.cc29 ScreenCapturer* ScreenCapturer::CreateWithDisableAero(bool disable_effects) { in CreateWithDisableAero()