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

/external/webkit/Source/WebCore/css/
H A DCSSParser.cpp2105 bool parsedProperty[cMaxFillProperties] = { false }; local
2119 if (properties[i] == CSSPropertyBackgroundColor && parsedProperty[i])
2124 if (!parsedProperty[i] && properties[i] != CSSPropertyBackgroundColor) {
2130 if ((properties[i] == CSSPropertyBackgroundOrigin || properties[i] == CSSPropertyWebkitMaskOrigin) && !parsedProperty[i]) {
2135 parsedProperty[i] = false;
2143 if (!parsedProperty[i]) {
2149 parsedProperty[i] = found = true;
2179 if (!parsedProperty[i]) {
2185 if ((properties[i] == CSSPropertyBackgroundOrigin || properties[i] == CSSPropertyWebkitMaskOrigin) && !parsedProperty[i]) {
2256 bool parsedProperty[numPropertie local
2314 bool parsedProperty[numProperties] = { false }; // compiler will repeat false as necessary local
[all...]

Completed in 48 milliseconds