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

  /external/webrtc/webrtc/base/
win32windowpicker.cc 123 bool Win32WindowPicker::GetDesktopDimensions(const DesktopId& id,
macwindowpicker.cc 201 bool MacWindowPicker::GetDesktopDimensions(const DesktopId& id,
x11windowpicker.cc 427 bool GetDesktopDimensions(const DesktopId& id, int* width, int* height) {
810 bool X11WindowPicker::GetDesktopDimensions(const DesktopId& id, int* width,
812 return enumerator_->GetDesktopDimensions(id, width, height);

Completed in 115 milliseconds