Home
last modified time | relevance | path

Searched refs:m_entryUnderMouse (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/shell32/shellmenu/
H A DCMenuFocusManager.cpp184 m_entryUnderMouse(NULL), in CMenuFocusManager()
365 if (m_entryUnderMouse != entry) in ProcessMouseMove()
368 if (m_entryUnderMouse) in ProcessMouseMove()
370 m_entryUnderMouse->mb->_ChangeHotItem(NULL, -1, HICF_MOUSE); in ProcessMouseMove()
387 m_entryUnderMouse = entry; in ProcessMouseMove()
932 if (m_current == m_entryUnderMouse) in PopMenuBar()
934 m_entryUnderMouse = NULL; in PopMenuBar()
977 if (m_current == m_entryUnderMouse) in PopMenuPopup()
979 m_entryUnderMouse = NULL; in PopMenuPopup()
H A DCMenuFocusManager.h74 StackEntry * m_entryUnderMouse; variable