HomeSort by relevance Sort by last modified time
    Searched full:markerpar (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderListItem.cpp 200 RenderObject* markerPar = m_marker->parent();
207 if (markerPar && markerPar->isAnonymousBlock())
208 lineBoxParent = markerPar;
213 if (markerPar != lineBoxParent || m_marker->preferredLogicalWidthsDirty()) {

Completed in 125 milliseconds