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

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_geometry.h51 class DesktopSize { class in namespace:webrtc
53 DesktopSize() : width_(0), height_(0) {} function in class:webrtc::DesktopSize
54 DesktopSize(int32_t width, int32_t height) function in class:webrtc::DesktopSize
63 bool equals(const DesktopSize& other) const {
80 static DesktopRect MakeSize(const DesktopSize& size) {
95 const DesktopSize& size) {
109 DesktopSize size() const { return DesktopSize(width(), height()); }

Completed in 237 milliseconds