HomeSort by relevance Sort by last modified time
    Searched full:shouldhottrack (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp 909 BOOL shouldHotTrack = FALSE;
911 ::SystemParametersInfo(SPI_GETHOTTRACKING, 0, &shouldHotTrack, 0);
927 if ((shouldHotTrack || wParam & MK_LBUTTON) && ::PtInRect(&bounds, mousePoint))
  /external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.cpp 644 BOOL shouldHotTrack = FALSE;
645 ::SystemParametersInfo(SPI_GETHOTTRACKING, 0, &shouldHotTrack, 0);
660 if ((shouldHotTrack || wParam & MK_LBUTTON) && ::PtInRect(&bounds, mousePoint))

Completed in 16 milliseconds