OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next_hwnd
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/views/win/
hwnd_message_handler.cc
704
HWND
next_hwnd
= ::GetNextWindow(hwnd(), GW_HWNDNEXT);
local
705
while (
next_hwnd
) {
706
if (::IsWindowVisible(
next_hwnd
)) {
707
::SetForegroundWindow(
next_hwnd
);
710
next_hwnd
= ::GetNextWindow(
next_hwnd
, GW_HWNDNEXT);
[
all
...]
Completed in 54 milliseconds