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
656
HWND
next_hwnd
= ::GetNextWindow(hwnd(), GW_HWNDNEXT);
local
657
while (
next_hwnd
) {
658
if (::IsWindowVisible(
next_hwnd
)) {
659
::SetForegroundWindow(
next_hwnd
);
662
next_hwnd
= ::GetNextWindow(
next_hwnd
, GW_HWNDNEXT);
[
all
...]
Completed in 668 milliseconds