Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListMarker.cpp48 enum SequenceType { NumericSequence, AlphabeticSequence }; enumerator
101 if (type == AlphabeticSequence) { in toAlphabeticOrNumeric()
111 if (type == AlphabeticSequence) { in toAlphabeticOrNumeric()
147 return toAlphabeticOrNumeric(number, alphabet, alphabetSize, AlphabeticSequence); in toAlphabetic()