Searched refs:shouldHotTrack (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DPopupMenuWin.cpp977 BOOL shouldHotTrack = FALSE; local
979 ::SystemParametersInfo(SPI_GETHOTTRACKING, 0, &shouldHotTrack, 0);
995 if ((shouldHotTrack || wParam & MK_LBUTTON) && ::PtInRect(&bounds, mousePoint))

Completed in 49 milliseconds