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

/external/webkit/Source/WebCore/css/
H A DCSSParser.cpp2095 const int cMaxFillProperties = 9; member in namespace:WebCore
2099 ASSERT(numProperties <= cMaxFillProperties);
2100 if (numProperties > cMaxFillProperties)
2105 bool parsedProperty[cMaxFillProperties] = { false };
2106 RefPtr<CSSValue> values[cMaxFillProperties];

Completed in 232 milliseconds