Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderMenuList.cpp57 , m_lastSelectedIndex(-1) in RenderMenuList()
339 if (m_lastSelectedIndex == index) in didSetSelectedIndex()
342 m_lastSelectedIndex = index; in didSetSelectedIndex()
DRenderMenuList.h133 int m_lastSelectedIndex; variable