Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderListMarker.cpp1047 , m_listItem(item) in RenderListMarker()
1286 const UChar suffix = listMarkerSuffix(type, m_listItem->value()); in paint()
1370 m_text = listMarkerText(type, m_listItem->value()); in computePreferredLogicalWidths()
1454 m_text = listMarkerText(type, m_listItem->value()); in computePreferredLogicalWidths()
1459 UChar suffixSpace[2] = { listMarkerSuffix(type, m_listItem->value()), ' ' }; in computePreferredLogicalWidths()
1542 return m_listItem->lineHeight(firstLine, direction, PositionOfInteriorLineBoxes); in lineHeight()
1549 …return m_listItem->baselinePosition(baselineType, firstLine, direction, PositionOfInteriorLineBoxe… in baselinePosition()
1556 const UChar suffix = listMarkerSuffix(type, m_listItem->value()); in suffix()
1574 return m_listItem->notInList() || style()->listStylePosition() == INSIDE; in isInside()
1682 UChar suffixSpace[2] = { listMarkerSuffix(type, m_listItem->value()), ' ' }; in getRelativeMarkerRect()
DRenderListMarker.h81 RenderListItem* m_listItem; variable
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0672137 …(WebCore::RenderListMarker::paint): Modified to pass list item ordinal (i.e. m_listItem->value()) …