Home | History | Annotate | Download | only in Api

Lines Matching defs:propID

780     int propID = cssPropertyID(name);
782 if (!propID)
788 return style->getPropertyValue(propID);
791 if (style->getPropertyPriority(propID))
792 return style->getPropertyValue(propID);
807 if (rule->style()->getPropertyPriority(propID))
808 return rule->style()->getPropertyValue(propID);
810 if (style->getPropertyValue(propID).isEmpty())
815 return style->getPropertyValue(propID);
822 int propID = cssPropertyID(name);
825 if (!propID || !style)
828 return style->getPropertyValue(propID);
849 int propID = cssPropertyID(name);
851 if (!propID || !style)