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

/external/webkit/Source/WebCore/rendering/
H A DRenderListItem.cpp201 RenderObject* lineBoxParent = getParentOfFirstLineBox(this, m_marker); local
202 if (!lineBoxParent) {
208 lineBoxParent = markerPar;
210 lineBoxParent = this;
213 if (markerPar != lineBoxParent || m_marker->preferredLogicalWidthsDirty()) {
219 if (!lineBoxParent)
220 lineBoxParent = this;
221 lineBoxParent->addChild(m_marker, firstNonMarkerChild(lineBoxParent));

Completed in 37 milliseconds