Home
last modified time | relevance | path

Searched refs:m_popupIsVisible (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderMenuList.cpp56 , m_popupIsVisible(false) in RenderMenuList()
171 if (m_popupIsVisible) in updateFromElement()
272 if (m_popupIsVisible) in showPopup()
282 m_popupIsVisible = true; in showPopup()
479 m_popupIsVisible = false; in popupDidHide()
DRenderMenuList.h46 bool popupIsVisible() const { return m_popupIsVisible; } in popupIsVisible()
118 bool m_popupIsVisible; variable
/external/webkit/WebCore/
DChangeLog-2006-12-3133440 …Now calls RenderMenuList::hidePopup which will update the m_popupIsVisible flag on the menu list b…