Searched defs:isDisplayNone (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DPopupMenuStyle.h39 PopupMenuStyle(const Color& foreground, const Color& background, const Font& font, bool visible, bool isDisplayNone, Length textIndent, TextDirection textDirection, bool hasTextDirectionOverride, BackgroundColorType backgroundColorType = DefaultBackgroundColor) argument
44 , m_isDisplayNone(isDisplayNone)
56 bool isDisplayNone() const { return m_isDisplayNone; } function in class:blink::PopupMenuStyle
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLOptionElement.cpp402 bool HTMLOptionElement::isDisplayNone() const function in class:blink::HTMLOptionElement

Completed in 824 milliseconds