HomeSort by relevance Sort by last modified time
    Searched refs:GetWindowList (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
window_list_utils.h 19 bool GetWindowList(WindowCapturer::WindowList* windows);
window_list_utils.cc 19 bool GetWindowList(WindowCapturer::WindowList* windows) {
  /external/chromium_org/third_party/webrtc/base/
macwindowpicker_unittest.cc 32 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));
macwindowpicker.h 24 virtual bool GetWindowList(WindowDescriptionList* descriptions);
x11windowpicker_unittest.cc 28 window_picker.GetWindowList(&descriptions);
win32windowpicker.h 24 virtual bool GetWindowList(WindowDescriptionList* descriptions);
x11windowpicker.h 36 virtual bool GetWindowList(WindowDescriptionList* descriptions);
windowpicker_unittest.cc 22 TEST(WindowPickerTest, GetWindowList) {
32 EXPECT_TRUE(picker->GetWindowList(&descriptions));
win32windowpicker_unittest.cc 40 virtual bool GetWindowList(WindowDescriptionList* descriptions) {
68 EXPECT_TRUE(window_picker.GetWindowList(&descriptions));
windowpicker.h 72 virtual bool GetWindowList(WindowDescriptionList* descriptions) = 0;
win32windowpicker.cc 100 bool Win32WindowPicker::GetWindowList(WindowDescriptionList* descriptions) {
  /external/chromium_org/chrome/browser/ui/views/athena/
athena_util.cc 16 DCHECK(window_list->GetWindowList().size());
17 owner_window = window_list->GetWindowList().back();
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
window_capturer_null.cc 27 virtual bool GetWindowList(WindowList* windows) OVERRIDE;
48 bool WindowCapturerNull::GetWindowList(WindowList* windows) {
window_capturer.h 47 virtual bool GetWindowList(WindowList* windows) = 0;
window_capturer_unittest.cc 50 EXPECT_TRUE(capturer_->GetWindowList(&windows));
69 EXPECT_TRUE(capturer_->GetWindowList(&windows));
82 EXPECT_TRUE(capturer_->GetWindowList(&new_list));
mouse_cursor_monitor_unittest.cc 94 EXPECT_TRUE(window_capturer->GetWindowList(&windows));
window_capturer_mac.mm 53 virtual bool GetWindowList(WindowList* windows) OVERRIDE;
84 bool WindowCapturerMac::GetWindowList(WindowList* windows) {
  /external/chromium_org/athena/wm/public/
window_list_provider.h 27 virtual const aura::Window::Windows& GetWindowList() const = 0;
  /external/chromium_org/athena/wm/
window_list_provider_impl_unittest.cc 110 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...]
window_list_provider_impl.h 29 virtual const aura::Window::Windows& GetWindowList() const OVERRIDE;
window_manager_unittest.cc 158 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();
split_view_controller_unittest.cc 38 return *api_->GetWindowListProvider()->GetWindowList().rbegin();
44 api_->GetWindowListProvider()->GetWindowList();
53 api_->GetWindowListProvider()->GetWindowList();
  /external/chromium_org/athena/content/
app_activity_proxy.cc 75 wm::ActivateWindow(window_list_provider->GetWindowList().back());
app_activity_registry.cc 124 window_list_provider->GetWindowList();
  /external/chromium_org/content/shell/renderer/test_runner/
test_interfaces.h 60 const std::vector<WebTestProxyBase*>& GetWindowList();

Completed in 565 milliseconds

1 2