Home
last modified time | relevance | path

Searched refs:foundClip (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSParser.cpp2195 bool foundClip = false; in parseFillShorthand() local
2250 foundClip = true; in parseFillShorthand()
2295 …rties[i] == CSSPropertyBackgroundClip || properties[i] == CSSPropertyWebkitMaskClip) && !foundClip) in parseFillShorthand()
2302 if (properties[i] == CSSPropertyBackgroundOrigin && !foundClip) in parseFillShorthand()
2304 else if (properties[i] == CSSPropertyWebkitMaskOrigin && !foundClip) in parseFillShorthand()