Searched defs:DesktopRect (Results 1 – 2 of 2) sorted by relevance
99 DesktopRect() : left_(0), top_(0), right_(0), bottom_(0) {} in DesktopRect() function132 DesktopRect(int32_t left, int32_t top, int32_t right, int32_t bottom) in DesktopRect() function
29 class DesktopRect; variable