Home
last modified time | relevance | path

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

/external/webkit/WebCore/css/
DCSSParser.cpp3709 , allowColor(true) in ShadowParseContext()
3737 allowColor = true; in commitValue()
3753 allowColor = false; in commitLength()
3760 allowColor = true; in commitLength()
3776 allowColor = false; in commitColor()
3796 allowColor = false; in commitStyle()
3814 bool allowColor; member
3855 if (!context.allowColor) in parseShadow()
3864 if (!parsedColor || !context.allowColor) in parseShadow()