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