Searched defs:toTest (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Window.cpp2188 HWND toTest = hwnd; local
2191 adjustForegroundWindow = (toTest == foregroundWindow);
2196 toTest = ::GetWindow(toTest, GW_OWNER);
2198 while (toTest != NULL);

Completed in 46 milliseconds