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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderRegion.h111 ASSERT(hasComputedAutoHeight());
126 bool hasComputedAutoHeight() const { return (m_computedAutoHeight >= 0); } function in class:WebCore::RenderRegion
H A DRenderFlowThread.cpp956 bool hasComputedAutoHeight = false; local
968 hasComputedAutoHeight = true;
988 else if (hasComputedAutoHeight)
994 return hasComputedAutoHeight;

Completed in 147 milliseconds