Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListItem.cpp294 RenderObject* markerParent = m_marker->parent(); in updateMarkerLocation() local
300 if (markerParent && markerParent->isAnonymousBlock()) in updateMarkerLocation()
301 lineBoxParent = markerParent; in updateMarkerLocation()
306 if (markerParent != lineBoxParent) { in updateMarkerLocation()
311 …if (markerParent && markerParent->isAnonymousBlock() && !toRenderBlock(markerParent)->firstChild()… in updateMarkerLocation()
312 markerParent->destroy(); in updateMarkerLocation()