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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h559 bool hasBoxDecorationBackground() const { return m_bitfields.boxDecorationBackgroundState() != NoBoxDecorationBackground; } function in class:blink::RenderObject
1484 if (hasBoxDecorationBackground())
1491 if (!hasBoxDecorationBackground())

Completed in 74 milliseconds