Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.h1039 bool layoutDidGetCalled() const { return m_bitfields.layoutDidGetCalled(); } in layoutDidGetCalled() function
1068 …return layoutDidGetCalled() || mayNeedPaintInvalidation() || shouldDoFullPaintInvalidation() || sh… in shouldCheckForPaintInvalidationRegardlessOfPaintInvalidationState()
1127 …return layoutDidGetCalled() || shouldDoFullPaintInvalidation() || shouldDoFullPaintInvalidationIfS… in paintInvalidationStateIsDirty()
1277 ADD_BOOLEAN_BITFIELD(layoutDidGetCalled, LayoutDidGetCalled);
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp1015 if (renderer->layoutDidGetCalled()) { in gatherDebugLayoutRects()