Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/css/
DCSSParser.cpp4523 , allowColor(true) in ShadowParseContext()
4551 allowColor = true; in commitValue()
4567 allowColor = false; in commitLength()
4574 allowColor = true; in commitLength()
4590 allowColor = false; in commitColor()
4610 allowColor = false; in commitStyle()
4629 bool allowColor; member
4670 if (!context.allowColor) in parseShadow()
4679 if (!parsedColor || !context.allowColor) in parseShadow()