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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSMarkup.cpp36 static inline bool isCSSTokenizerIdentifier(const CharacterType* characters, unsigned length) function in namespace:blink
59 static bool isCSSTokenizerIdentifier(const String& string) function in namespace:blink
67 return isCSSTokenizerIdentifier(string.characters8(), length);
68 return isCSSTokenizerIdentifier(string.characters16(), length);
181 return isCSSTokenizerIdentifier(string) ? string : quoteCSSString(string);

Completed in 70 milliseconds