Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.h553 enum BoxDecorationBackgroundState { enum
1312 …ALWAYS_INLINE BoxDecorationBackgroundState boxDecorationBackgroundState() const { return static_ca… in boxDecorationBackgroundState()
1313 …ALWAYS_INLINE void setBoxDecorationBackgroundState(BoxDecorationBackgroundState s) { m_boxDecorati… in setBoxDecorationBackgroundState()
1499BoxDecorationBackgroundState state = computeBackgroundIsKnownToBeObscured() ? HasBoxDecorationBack… in boxDecorationBackgroundIsKnownToBeObscured()