Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderMenuList.cpp54 , m_lastSelectedIndex(-1) in RenderMenuList()
314 if (m_lastSelectedIndex == index) in didSetSelectedIndex()
317 m_lastSelectedIndex = index; in didSetSelectedIndex()
DRenderMenuList.h115 int m_lastSelectedIndex; variable