Lines Matching refs:propID
846 int propID = cssPropertyID(name); in styleProperty() local
848 if (!propID) in styleProperty()
854 return style->getPropertyValue(propID); in styleProperty()
857 if (style->getPropertyPriority(propID)) in styleProperty()
858 return style->getPropertyValue(propID); in styleProperty()
873 if (rule->style()->getPropertyPriority(propID)) in styleProperty()
874 return rule->style()->getPropertyValue(propID); in styleProperty()
876 if (style->getPropertyValue(propID).isEmpty()) in styleProperty()
881 return style->getPropertyValue(propID); in styleProperty()
888 int propID = cssPropertyID(name); in styleProperty() local
891 if (!propID || !style) in styleProperty()
894 return style->getPropertyValue(propID); in styleProperty()
915 int propID = cssPropertyID(name); in setStyleProperty() local
917 if (!propID || !style) in setStyleProperty()