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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h989 bool shouldDoFullRepaintAfterLayout() const { return m_bitfields.shouldDoFullRepaintAfterLayout(); } function in class:WebCore::RenderObject
1112 // FIXME: shouldDoFullRepaintAfterLayout is needed because we reset
1150 ADD_BOOLEAN_BITFIELD(shouldDoFullRepaintAfterLayout, ShouldDoFullRepaintAfterLayout);

Completed in 153 milliseconds