Home
last modified time | relevance | path

Searched refs:BringToFront (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/desktop_capture/
Dscreen_drawer_win.cc90 void BringToFront();
115 BringToFront(); in ScreenDrawerWin()
154 BringToFront(); in WaitForPendingDraws()
182 void ScreenDrawerWin::BringToFront() { in BringToFront() function in webrtc::__anon2ceeccb70111::ScreenDrawerWin
Dscreen_drawer_linux.cc48 void BringToFront();
98 BringToFront(); in ScreenDrawerLinux()
148 void ScreenDrawerLinux::BringToFront() { in BringToFront() function in webrtc::__anon02102c390111::ScreenDrawerLinux
/external/python/cpython2/Lib/plat-mac/
DEasyDialogs.py277 self.w.BringToFront()
284 self.w.BringToFront()
289 self.w.BringToFront()
/external/python/cpython2/Mac/Modules/win/
D_Winmodule.c562 #ifndef BringToFront in WinObj_BringToFront()
563 PyMac_PRECHECK(BringToFront); in WinObj_BringToFront()
567 BringToFront(_self->ob_itself); in WinObj_BringToFront()