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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSParser-in.cpp2883 bool parsedProperty[cMaxFillProperties] = { false }; local
2898 if (properties[i] == CSSPropertyBackgroundColor && parsedProperty[i])
2903 if (!parsedProperty[i] && properties[i] != CSSPropertyBackgroundColor) {
2909 if ((properties[i] == CSSPropertyBackgroundOrigin || properties[i] == CSSPropertyWebkitMaskOrigin) && !parsedProperty[i]) {
2914 parsedProperty[i] = false;
2935 if (!parsedProperty[i]) {
2943 parsedProperty[i] = found = true;
2978 if (!parsedProperty[i]) {
3008 else if (properties[i] == CSSPropertyBackgroundSize && !parsedProperty[i] && useLegacyBackgroundSizeShorthandBehavior())
3078 bool parsedProperty[numPropertie local
3135 bool parsedProperty[numProperties] = { false }; local
[all...]

Completed in 51 milliseconds