Searched refs:GetDesktopDimensions (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dmacwindowpicker.h20 virtual bool GetDesktopDimensions(const DesktopId& id, int* width,
H A Dwin32windowpicker.h20 virtual bool GetDesktopDimensions(const DesktopId& id, int* width,
H A Dlinuxwindowpicker.h55 virtual bool GetDesktopDimensions(const DesktopId& id, int* width,
H A Dwindowpicker_unittest.cc39 EXPECT_TRUE(picker->GetDesktopDimensions(descriptions[0].id(), &width,
H A Dwindowpicker.h72 virtual bool GetDesktopDimensions(const DesktopId& id, int* width,
H A Dwin32windowpicker.cc116 bool Win32WindowPicker::GetDesktopDimensions(const DesktopId& id, function in class:talk_base::Win32WindowPicker
H A Dlinuxwindowpicker.cc449 bool GetDesktopDimensions(const DesktopId& id, int* width, int* height) { function in class:talk_base::XWindowEnumerator
830 bool LinuxWindowPicker::GetDesktopDimensions(const DesktopId& id, int* width, function in class:talk_base::LinuxWindowPicker
832 return enumerator_->GetDesktopDimensions(id, width, height);
H A Dmacwindowpicker.cc195 bool MacWindowPicker::GetDesktopDimensions(const DesktopId& id, function in class:talk_base::MacWindowPicker

Completed in 147 milliseconds