Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/win/
Dhwnd_message_handler.cc670 HWND next_hwnd = ::GetNextWindow(hwnd(), GW_HWNDNEXT); in Deactivate() local
671 while (next_hwnd) { in Deactivate()
672 if (::IsWindowVisible(next_hwnd)) { in Deactivate()
673 ::SetForegroundWindow(next_hwnd); in Deactivate()
676 next_hwnd = ::GetNextWindow(next_hwnd, GW_HWNDNEXT); in Deactivate()