Home
last modified time | relevance | path

Searched defs:acceptsNegativeNumbers (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DBisonCSSParser-in.cpp262 static inline bool isSimpleLengthPropertyID(CSSPropertyID propertyId, bool& acceptsNegativeNumbers) in isSimpleLengthPropertyID()
328 bool acceptsNegativeNumbers = false; in parseSimpleLengthValue() local