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.cc704 HWND next_hwnd = ::GetNextWindow(hwnd(), GW_HWNDNEXT); in Deactivate() local
705 while (next_hwnd) { in Deactivate()
706 if (::IsWindowVisible(next_hwnd)) { in Deactivate()
707 ::SetForegroundWindow(next_hwnd); in Deactivate()
710 next_hwnd = ::GetNextWindow(next_hwnd, GW_HWNDNEXT); in Deactivate()