Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/desktop_capture/
H A Ddesktop_frame.h81 bool may_contain_cursor() const { return may_contain_cursor_; } in may_contain_cursor() function
82 void set_may_contain_cursor(bool may_contain_cursor) { in set_may_contain_cursor()
H A Ddesktop_and_cursor_composer_unittest.cc277 bool may_contain_cursor; in TEST_F() member