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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.cpp1726 bool doesNotNeedLayout = !m_parent || isText(); local
1732 // we will safely bail out with the doesNotNeedLayout flag. We might want to broaden this condition
1734 if (doesNotNeedLayout)

Completed in 113 milliseconds