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

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderFlowThread.h68 bool hasChildInfo(RenderObject* child) const { return child && child->isBox() && m_regionRangeMap.contains(toRenderBox(child)); } function in class:WebCore::RenderFlowThread

Completed in 106 milliseconds