Home
last modified time | relevance | path

Searched refs:popupIsVisible (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/accessibility/
DAccessibilityMenuList.cpp43 if (menuList->popupIsVisible()) in press()
82 return !static_cast<RenderMenuList*>(m_renderer)->popupIsVisible(); in isCollapsed()
/external/webkit/Source/WebCore/rendering/
DRenderMenuList.h52 bool popupIsVisible() const { return m_popupIsVisible; } in popupIsVisible() function
DRenderTextControlSingleLine.h51 bool popupIsVisible() const { return m_searchPopupIsVisible; } in popupIsVisible() function
/external/webkit/Source/WebCore/html/shadow/
DTextControlInnerElements.cpp157 if (renderer->popupIsVisible()) in defaultEventHandler()
/external/webkit/Source/WebCore/dom/
DSelectElement.cpp693 if (menuList->popupIsVisible()) in menuListDefaultEventHandler()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-313752 …(WebCore::RenderTextControl::popupIsVisible): Added so HTMLSearchFieldResultsButtonElement knows w…
37197 (WebCore::RenderMenuList::popupIsVisible):
DChangeLog-2009-06-1659867 (WebCore::RenderTextControlSingleLine::popupIsVisible):