Searched refs:toSymbolic (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderListMarker.cpp120 static String toSymbolic(int number, const CharacterType* symbols, unsigned symbolsSize) function in namespace:blink
161 static inline String toSymbolic(int number, const CharacterType(&alphabet)[size]) function in namespace:blink
163 return toSymbolic(number, alphabet, size);
611 return toSymbolic(value, asterisksSymbols);
623 return toSymbolic(value, footnotesSymbols);

Completed in 847 milliseconds