Searched refs:listMarkerText (Results 1 – 4 of 4) sorted by relevance
239 String text = listMarkerText(m_counter.listStyle(), value); in originalText()245 text = listMarkerText(m_counter.listStyle(), child->countInParent()) in originalText()
32 String listMarkerText(EListStyleType, int value);
338 String listMarkerText(EListStyleType type, int value) in listMarkerText() function699 m_text = listMarkerText(type, 0); // value is ignored for these types in calcPrefWidths()719 m_text = listMarkerText(type, m_listItem->value()); in calcPrefWidths()
41700 (WebCore::listMarkerText): Corrected character values for the CJK_IDEOGRAPHIC case.66966 (WebCore::listMarkerText):68262 * rendering/RenderListMarker.h: Added listMarkerText function -- common code shared68286 (WebCore::listMarkerText): Added. Moved the code here from calcMinMaxWidth, but added