Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListMarker.h32 String listMarkerText(EListStyleType, int value);
DRenderCounter.cpp402 String text = listMarkerText(m_counter.listStyle(), value); in originalText()
408 text = listMarkerText(m_counter.listStyle(), child->countInParent()) in originalText()
DRenderListMarker.cpp607 String listMarkerText(EListStyleType type, int value) in listMarkerText() function
1393 m_text = listMarkerText(type, 0); // value is ignored for these types in updateContent()
1472 m_text = listMarkerText(type, m_listItem->value()); in updateContent()