HomeSort by relevance Sort by last modified time
    Searched full:size_most_recent (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_helper.cc 66 const DesktopSize& ScreenCapturerHelper::size_most_recent() const { function in class:webrtc::ScreenCapturerHelper
screen_capturer_helper_unittest.cc 57 EXPECT_TRUE(capturer_helper_.size_most_recent().is_empty());
60 DesktopSize(12, 34).equals(capturer_helper_.size_most_recent()));
screen_capturer_helper.h 44 const DesktopSize& size_most_recent() const;

Completed in 1901 milliseconds