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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h1037 // layoutDidGetCalled indicates whether this render object was re-laid-out
1039 bool layoutDidGetCalled() const { return m_bitfields.layoutDidGetCalled(); } function in class:blink::RenderObject
1068 return layoutDidGetCalled() || mayNeedPaintInvalidation() || shouldDoFullPaintInvalidation() || shouldDoFullPaintInvalidationIfSelfPaintingLayer();
1127 return layoutDidGetCalled() || shouldDoFullPaintInvalidation() || shouldDoFullPaintInvalidationIfSelfPaintingLayer()
1277 ADD_BOOLEAN_BITFIELD(layoutDidGetCalled, LayoutDidGetCalled);

Completed in 58 milliseconds