HomeSort by relevance Sort by last modified time
    Searched defs:isDisplayNone (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
PopupMenuStyle.h 39 PopupMenuStyle(const Color& foreground, const Color& background, const Font& font, bool visible, bool isDisplayNone, Length textIndent, TextDirection textDirection, bool hasTextDirectionOverride, BackgroundColorType backgroundColorType = DefaultBackgroundColor)
44 , m_isDisplayNone(isDisplayNone)
56 bool isDisplayNone() const { return m_isDisplayNone; }
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLOptionElement.cpp 402 bool HTMLOptionElement::isDisplayNone() const

Completed in 61 milliseconds