Home
last modified time | relevance | path

Searched refs:WindowId (Results 1 – 25 of 45) sorted by relevance

12

/external/webrtc/modules/desktop_capture/
Dcropping_window_capturer.h42 void SetExcludedWindow(WindowId window) override;
69 WindowId selected_window() const { return selected_window_; } in selected_window()
70 WindowId excluded_window() const { return excluded_window_; } in excluded_window()
79 WindowId excluded_window_;
Dwindow_finder_win.cc22 WindowId WindowFinderWin::GetWindowUnderPoint(DesktopVector point) { in GetWindowUnderPoint()
37 return reinterpret_cast<WindowId>(window); in GetWindowUnderPoint()
Ddesktop_capture_types.h22 typedef intptr_t WindowId; typedef
24 const WindowId kNullWindowId = 0;
Dscreen_drawer_win.cc85 WindowId window_id() const override;
162 WindowId ScreenDrawerWin::window_id() const { in window_id()
163 return reinterpret_cast<WindowId>(window_); in window_id()
Dwindow_finder_mac.mm29 WindowId WindowFinderMac::GetWindowUnderPoint(DesktopVector point) {
30 WindowId id = kNullWindowId;
Dcropping_window_capturer_win.cc143 WindowId GetWindowToCapture() const;
277 WindowId CroppingWindowCapturerWin::GetWindowToCapture() const { in GetWindowToCapture()
Dwindow_finder_win.h25 WindowId GetWindowUnderPoint(DesktopVector point) override;
Dscreen_drawer_linux.cc43 WindowId window_id() const override;
144 WindowId ScreenDrawerLinux::window_id() const { in window_id()
Dwindow_finder_mac.h29 WindowId GetWindowUnderPoint(DesktopVector point) override;
Dmouse_cursor_monitor_null.cc22 WindowId window) { in CreateForWindow()
Dmouse_cursor_monitor_linux.cc25 WindowId window) { in CreateForWindow()
Dscreen_drawer.h74 virtual WindowId window_id() const = 0;
Dwindow_finder.h41 virtual WindowId GetWindowUnderPoint(DesktopVector point) = 0;
Ddesktop_capturer_wrapper.h35 void SetExcludedWindow(WindowId window) override;
Ddesktop_capturer_wrapper.cc40 void DesktopCapturerWrapper::SetExcludedWindow(WindowId window) { in SetExcludedWindow()
Dmouse_cursor_monitor.h81 WindowId window);
Ddesktop_capturer_differ_wrapper.h50 void SetExcludedWindow(WindowId window) override;
Dblank_detector_desktop_capturer_wrapper.h45 void SetExcludedWindow(WindowId window) override;
Dfallback_desktop_capturer_wrapper.h44 void SetExcludedWindow(WindowId window) override;
/external/webrtc/modules/desktop_capture/linux/
Dwindow_finder_x11.cc28 WindowId WindowFinderX11::GetWindowUnderPoint(DesktopVector point) { in GetWindowUnderPoint()
29 WindowId id = kNullWindowId; in GetWindowUnderPoint()
Dwindow_finder_x11.h27 WindowId GetWindowUnderPoint(DesktopVector point) override;
Dmouse_cursor_monitor_x11.h35 WindowId window);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowView.java28 import android.view.WindowId;
509 protected WindowId getWindowId() { in getWindowId()
562 public static WindowId getWindowId(ShadowView shadowView) { in getWindowId()
567 setField(attachInfo, "mWindowId", new WindowId(iWindowId)); in getWindowId()
/external/webrtc/modules/desktop_capture/mac/
Dwindow_list_utils.cc26 static_assert(static_cast<webrtc::WindowId>(kCGNullWindowID) ==
166 WindowId window_id = GetWindowId(window); in GetWindowList()
313 WindowId GetWindowId(CFDictionaryRef window) { in GetWindowId()
Dwindow_list_utils.h74 WindowId GetWindowId(CFDictionaryRef window);

12