Home
last modified time | relevance | path

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

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