Searched refs:isDisplayNone (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DPopupMenuStyle.h38 PopupMenuStyle(const Color& foreground, const Color& background, const Font& font, bool visible, bool isDisplayNone, Length textIndent, TextDirection textDirection, bool hasTextDirectionOverride) argument
43 , m_isDisplayNone(isDisplayNone)
54 bool isDisplayNone() const { return m_isDisplayNone; } function in class:WebCore::PopupMenuStyle
/external/webkit/Source/WebKit/chromium/src/
H A DAutoFillPopupMenuClient.cpp306 m_regularStyle->isDisplayNone(),
/external/webkit/Source/WebCore/platform/chromium/
H A DPopupMenuChromium.cpp1104 if (m_popupClient->itemStyle(index).isDisplayNone())
1280 if (m_popupClient->itemStyle(i).isDisplayNone())

Completed in 98 milliseconds