Searched refs:GetWindowList (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dmacwindowpicker_unittest.cc26 EXPECT_TRUE(picker.GetWindowList(&descriptions));
27 EXPECT_TRUE(picker2.GetWindowList(&descriptions)); // Init is optional
30 EXPECT_FALSE(picker.GetWindowList(&descriptions));
31 EXPECT_FALSE(picker2.GetWindowList(&descriptions));
H A Dlinuxwindowpicker_unittest.cc43 window_picker.GetWindowList(&descriptions);
H A Dmacwindowpicker.h18 virtual bool GetWindowList(WindowDescriptionList* descriptions);
H A Dwin32windowpicker.h18 virtual bool GetWindowList(WindowDescriptionList* descriptions);
H A Dwindowpicker_unittest.cc12 TEST(WindowPickerTest, GetWindowList) {
21 EXPECT_TRUE(picker->GetWindowList(&descriptions));
H A Dlinuxwindowpicker.h53 virtual bool GetWindowList(WindowDescriptionList* descriptions);
H A Dwin32windowpicker_unittest.cc34 virtual bool GetWindowList(WindowDescriptionList* descriptions) { function in class:talk_base::Win32WindowPickerForTest
62 EXPECT_TRUE(window_picker.GetWindowList(&descriptions));
H A Dwindowpicker.h66 virtual bool GetWindowList(WindowDescriptionList* descriptions) = 0;
H A Dwin32windowpicker.cc94 bool Win32WindowPicker::GetWindowList(WindowDescriptionList* descriptions) { function in class:talk_base::Win32WindowPicker
H A Dmacwindowpicker.cc203 bool MacWindowPicker::GetWindowList(WindowDescriptionList* descriptions) { function in class:talk_base::MacWindowPicker
H A Dlinuxwindowpicker.cc793 bool LinuxWindowPicker::GetWindowList(WindowDescriptionList* descriptions) { function in class:talk_base::LinuxWindowPicker
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Ddevicemanager.cc240 return window_picker_->GetWindowList(descriptions);
/external/chromium_org/chrome/browser/media/
H A Ddesktop_media_picker_model.cc146 if (window_capturer_->GetWindowList(&windows)) {
H A Ddesktop_media_picker_model_unittest.cc101 virtual bool GetWindowList(WindowList* windows) OVERRIDE {

Completed in 119 milliseconds