Searched refs:listMarkerSuffix (Results 1 – 4 of 4) sorted by relevance
495 static UChar listMarkerSuffix(EListStyleType type, int value) in listMarkerSuffix() function1286 const UChar suffix = listMarkerSuffix(type, m_listItem->value()); in paint()1459 UChar suffixSpace[2] = { listMarkerSuffix(type, m_listItem->value()), ' ' }; in computePreferredLogicalWidths()1556 const UChar suffix = listMarkerSuffix(type, m_listItem->value()); in suffix()1682 UChar suffixSpace[2] = { listMarkerSuffix(type, m_listItem->value()), ' ' }; in getRelativeMarkerRect()
345 (WebCore::listMarkerSuffix): Ditto.42036 Removed call to ASSERT_NOT_REACHED() from listMarkerSuffix().42039 a call to listMarkerSuffix() happened when the style of the list42042 the functions where listMarkerSuffix() was called).42045 place where listMarkerSuffix() is being called (the suffix()42048 listMarkerSuffix() would no longer be correct, as now it's ok to42052 (WebCore::listMarkerSuffix): Removed call to ASSERT_NOT_REACHED().68473 (WebCore::listMarkerSuffix): Added list style types Asterisks and Footnotes.72102 (WebCore::listMarkerSuffix):72134 (WebCore::listMarkerSuffix): Added value parameter to prototype.[all …]
8524 (WebCore::listMarkerSuffix): Added.8526 (WebCore::RenderListMarker::paint): Modified to call WebCore::listMarkerSuffix.
51266 (WebCore::listMarkerSuffix):