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

12

/external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
H A Dwindow_list_utils.h19 bool GetWindowList(WindowCapturer::WindowList* windows);
H A Dwindow_list_utils.cc19 bool GetWindowList(WindowCapturer::WindowList* windows) { function in namespace:webrtc
/external/chromium_org/third_party/webrtc/base/
H A Dmacwindowpicker_unittest.cc32 EXPECT_TRUE(picker.GetWindowList(&descriptions));
33 EXPECT_TRUE(picker2.GetWindowList(&descriptions)); // Init is optional
36 EXPECT_FALSE(picker.GetWindowList(&descriptions));
37 EXPECT_FALSE(picker2.GetWindowList(&descriptions));
H A Dmacwindowpicker.h24 virtual bool GetWindowList(WindowDescriptionList* descriptions);
H A Dx11windowpicker_unittest.cc28 window_picker.GetWindowList(&descriptions);
H A Dwin32windowpicker.h24 virtual bool GetWindowList(WindowDescriptionList* descriptions);
H A Dwindowpicker_unittest.cc22 TEST(WindowPickerTest, GetWindowList) {
32 EXPECT_TRUE(picker->GetWindowList(&descriptions));
H A Dx11windowpicker.h36 virtual bool GetWindowList(WindowDescriptionList* descriptions);
H A Dwin32windowpicker_unittest.cc40 virtual bool GetWindowList(WindowDescriptionList* descriptions) { function in class:rtc::Win32WindowPickerForTest
68 EXPECT_TRUE(window_picker.GetWindowList(&descriptions));
H A Dwindowpicker.h72 virtual bool GetWindowList(WindowDescriptionList* descriptions) = 0;
H A Dwin32windowpicker.cc100 bool Win32WindowPicker::GetWindowList(WindowDescriptionList* descriptions) { function in class:rtc::Win32WindowPicker
/external/chromium_org/chrome/browser/ui/views/athena/
H A Dathena_util.cc16 DCHECK(window_list->GetWindowList().size());
17 owner_window = window_list->GetWindowList().back();
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dwindow_capturer_null.cc27 virtual bool GetWindowList(WindowList* windows) OVERRIDE;
48 bool WindowCapturerNull::GetWindowList(WindowList* windows) { function in class:webrtc::__anon15945::WindowCapturerNull
H A Dwindow_capturer_unittest.cc50 EXPECT_TRUE(capturer_->GetWindowList(&windows));
69 EXPECT_TRUE(capturer_->GetWindowList(&windows));
82 EXPECT_TRUE(capturer_->GetWindowList(&new_list));
H A Dwindow_capturer.h47 virtual bool GetWindowList(WindowList* windows) = 0;
H A Dmouse_cursor_monitor_unittest.cc94 EXPECT_TRUE(window_capturer->GetWindowList(&windows));
H A Dwindow_capturer_mac.mm53 virtual bool GetWindowList(WindowList* windows) OVERRIDE;
84 bool WindowCapturerMac::GetWindowList(WindowList* windows) {
/external/chromium_org/athena/wm/public/
H A Dwindow_list_provider.h27 virtual const aura::Window::Windows& GetWindowList() const = 0;
/external/chromium_org/athena/wm/
H A Dwindow_list_provider_impl_unittest.cc110 list_provider->GetWindowList()));
114 list_provider->GetWindowList()));
138 const aura::Window::Windows& list = list_provider->GetWindowList();
201 aura::Window::Windows original_order = list_provider->GetWindowList();
212 list_provider->GetWindowList()));
218 list_provider->GetWindowList()));
224 list_provider->GetWindowList()));
230 list_provider->GetWindowList()));
236 list_provider->GetWindowList()));
240 list_provider->GetWindowList()));
[all...]
H A Dwindow_list_provider_impl.h29 virtual const aura::Window::Windows& GetWindowList() const OVERRIDE;
H A Dwindow_manager_unittest.cc158 wm_api.GetWindowListProvider()->GetWindowList().back());
171 wm_api.GetWindowListProvider()->GetWindowList().back());
182 wm_api.GetWindowListProvider()->GetWindowList().back());
195 wm_api.GetWindowListProvider()->GetWindowList().back());
205 wm_api.GetWindowListProvider()->GetWindowList().back());
216 wm_api.GetWindowListProvider()->GetWindowList().back());
227 wm_api.GetWindowListProvider()->GetWindowList().back());
264 wm_api.GetWindowListProvider()->GetWindowList();
276 windows = wm_api.GetWindowListProvider()->GetWindowList();
H A Dsplit_view_controller_unittest.cc38 return *api_->GetWindowListProvider()->GetWindowList().rbegin();
44 api_->GetWindowListProvider()->GetWindowList();
53 api_->GetWindowListProvider()->GetWindowList();
/external/chromium_org/athena/content/
H A Dapp_activity_proxy.cc75 wm::ActivateWindow(window_list_provider->GetWindowList().back());
H A Dapp_activity_registry.cc124 window_list_provider->GetWindowList();
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_interfaces.h60 const std::vector<WebTestProxyBase*>& GetWindowList();

Completed in 1258 milliseconds

12