Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderCounter.cpp239 String text = listMarkerText(m_counter.listStyle(), value); in originalText()
245 text = listMarkerText(m_counter.listStyle(), child->countInParent()) in originalText()
DRenderListMarker.h32 String listMarkerText(EListStyleType, int value);
DRenderListMarker.cpp338 String listMarkerText(EListStyleType type, int value) in listMarkerText() function
699 m_text = listMarkerText(type, 0); // value is ignored for these types in calcPrefWidths()
719 m_text = listMarkerText(type, m_listItem->value()); in calcPrefWidths()
/external/webkit/WebCore/
DChangeLog-2007-10-1441700 (WebCore::listMarkerText): Corrected character values for the CJK_IDEOGRAPHIC case.
66966 (WebCore::listMarkerText):
68262 * rendering/RenderListMarker.h: Added listMarkerText function -- common code shared
68286 (WebCore::listMarkerText): Added. Moved the code here from calcMinMaxWidth, but added