Searched refs:m_listItem (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderListMarker.cpp | 1047 , 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()
|
D | RenderListMarker.h | 81 RenderListItem* m_listItem; variable
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 72137 …(WebCore::RenderListMarker::paint): Modified to pass list item ordinal (i.e. m_listItem->value()) …
|