Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderListItem.cpp200 RenderObject* markerPar = m_marker->parent(); in updateMarkerLocation() local
207 if (markerPar && markerPar->isAnonymousBlock()) in updateMarkerLocation()
208 lineBoxParent = markerPar; in updateMarkerLocation()
213 if (markerPar != lineBoxParent || m_marker->preferredLogicalWidthsDirty()) { in updateMarkerLocation()