Home
last modified time | relevance | path

Searched refs:SelectWindow (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
Dwindow_capturer_null.cc28 bool SelectWindow(WindowId id) override;
53 bool WindowCapturerNull::SelectWindow(WindowId id) { in SelectWindow() function in webrtc::__anonc43a90eb0111::WindowCapturerNull
Dcropping_window_capturer.cc60 bool CroppingWindowCapturer::SelectWindow(WindowId id) { in SelectWindow() function in webrtc::CroppingWindowCapturer
61 if (window_capturer_->SelectWindow(id)) { in SelectWindow()
Dwindow_capturer.h51 virtual bool SelectWindow(WindowId id) = 0;
Dwindow_capturer_win.cc88 bool SelectWindow(WindowId id) override;
126 bool WindowCapturerWin::SelectWindow(WindowId id) { in SelectWindow() function in webrtc::__anoneb8bfefe0111::WindowCapturerWin
Dcropping_window_capturer.h37 bool SelectWindow(WindowId id) override;
Dwindow_capturer_unittest.cc70 if (capturer_->SelectWindow(it->id)) { in TEST_F()
Dwindow_capturer_x11.cc96 bool SelectWindow(WindowId id) override;
203 bool WindowCapturerLinux::SelectWindow(WindowId id) { in SelectWindow() function in webrtc::__anone9ca584a0111::WindowCapturerLinux
Dwindow_capturer_mac.mm53 bool SelectWindow(WindowId id) override;
125 bool WindowCapturerMac::SelectWindow(WindowId id) {
/external/webrtc/talk/media/devices/
Dcarbonvideorenderer.cc184 SelectWindow(window_ref_); in Initialize()
/external/syslinux/gpxe/src/drivers/net/
D3c515.c100 outw(SelectWindow + (win_num), nic->ioaddr + EL3_CMD)
106 TotalReset = 0 << 11, SelectWindow = 1 << 11, StartCoax = 2 << 11, enumerator
/external/python/cpython2/Lib/plat-mac/
DFrameWork.py833 window.SelectWindow()
882 window.SelectWindow()
/external/python/cpython2/Mac/Modules/win/
D_Winmodule.c593 #ifndef SelectWindow in WinObj_SelectWindow()
594 PyMac_PRECHECK(SelectWindow); in WinObj_SelectWindow()
598 SelectWindow(_self->ob_itself); in WinObj_SelectWindow()