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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSParser-in.cpp398 static inline bool parseSimpleLength(const CharacterType* characters, unsigned& length, CSSPrimitiveValue::UnitTypes& unit, double& number) function in namespace:WebCore
430 if (!parseSimpleLength(string.characters8(), length, unit, number))
433 if (!parseSimpleLength(string.characters16(), length, unit, number))
992 if (!parseSimpleLength(characters + start, argumentLength, unit, number))

Completed in 58 milliseconds