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

/external/webkit/Source/WebCore/css/
H A DCSSParser.cpp4524 , allowStyle(prop == CSSPropertyWebkitBoxShadow || prop == CSSPropertyBoxShadow)
4556 allowStyle = property == CSSPropertyWebkitBoxShadow || property == CSSPropertyBoxShadow;
4568 allowStyle = false;
4575 allowStyle = property == CSSPropertyWebkitBoxShadow || property == CSSPropertyBoxShadow;
4592 allowStyle = false;
4597 allowStyle = property == CSSPropertyWebkitBoxShadow || property == CSSPropertyBoxShadow;
4604 allowStyle = false;
4630 bool allowStyle; // inset or not. member in struct:WebCore::ShadowParseContext
4660 if (!context.allowStyle)

Completed in 47 milliseconds