Searched defs:CharacterType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSTokenizer-in.cpp42 enum CharacterType { enum in namespace:WebCore
74 static const CharacterType typesOfASCIICharacters[128] = {
207 template <typename CharacterType>
208 static inline bool isCSSLetter(CharacterType character)
213 template <typename CharacterType>
214 static inline bool isCSSEscape(CharacterType character)
219 template <typename CharacterType>
220 static inline bool isURILetter(CharacterType character)
225 template <typename CharacterType>
226 static inline bool isIdentifierStartAfterDash(CharacterType* currentCharacte
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderListMarker.cpp90 template <typename CharacterType>
91 static inline String toAlphabeticOrNumeric(numberType number, const CharacterType* sequence, unsigned sequenceSize, SequenceType type)
97 CharacterType letters[lettersSize];
127 template <typename CharacterType>
128 static String toSymbolic(int number, const CharacterType* symbols, unsigned symbolsSize)
144 template <typename CharacterType>
145 static String toAlphabetic(int number, const CharacterType* alphabet, unsigned alphabetSize)
150 template <typename CharacterType>
151 static String toNumeric(int number, const CharacterType* numerals, unsigned numeralsSize)
156 template <typename CharacterType, size_
157 toAlphabetic(int number, const CharacterType(&alphabet)[size]) argument
163 toNumeric(int number, const CharacterType(&alphabet)[size]) argument
169 toSymbolic(int number, const CharacterType(&alphabet)[size]) argument
[all...]

Completed in 89 milliseconds