Home | History | Annotate | Download | only in css

Lines Matching refs:propID

42     int propID = cssPropertyID(propertyName);
43 if (!propID)
45 return getPropertyCSSValue(propID);
50 int propID = cssPropertyID(propertyName);
51 if (!propID)
53 return getPropertyValue(propID);
58 int propID = cssPropertyID(propertyName);
59 if (!propID)
61 return getPropertyPriority(propID) ? "important" : "";
66 int propID = cssPropertyID(propertyName);
67 if (!propID)
69 int shorthandID = getPropertyShorthand(propID);
77 int propID = cssPropertyID(propertyName);
78 if (!propID)
80 return isPropertyImplicit(propID);
94 int propID = cssPropertyID(propertyName);
95 if (!propID) {
100 setProperty(propID, value, important, ec);
105 int propID = cssPropertyID(propertyName);
106 if (!propID)
108 return removeProperty(propID, ec);