Searched refs:mustInvalidateBackgroundOrBorderPaintOnHeightChange (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h563 bool mustInvalidateBackgroundOrBorderPaintOnHeightChange() const;
H A DRenderObject.cpp962 bool RenderObject::mustInvalidateBackgroundOrBorderPaintOnHeightChange() const function in class:blink::RenderObject
H A DRenderBox.cpp3882 if (oldBorderBoxSize.height() != newBorderBoxSize.height() && mustInvalidateBackgroundOrBorderPaintOnHeightChange())

Completed in 103 milliseconds