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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h699 void setHasReflection(bool hasReflection) { m_bitfields.setHasReflection(hasReflection); } argument
900 bool hasReflection() const { return m_bitfields.hasReflection(); } function in class:blink::RenderObject
1071 bool supportsPaintInvalidationStateCachedOffsets() const { return !hasColumns() && !hasTransform() && !hasReflection() && !style()->isFlippedBlocksWritingMode(); }
1271 ADD_BOOLEAN_BITFIELD(hasReflection, HasReflection);

Completed in 110 milliseconds