Searched refs:getPropertyPriority (Results 1 – 8 of 8) sorted by relevance
82 bool getPropertyPriority(CSSPropertyID) const;110 virtual String getPropertyPriority(const String& propertyName);
56 virtual String getPropertyPriority(const String& propertyName) = 0;
30 …[TreatReturnedNullStringAs=Null] DOMString getPropertyPriority([Default=Undefined] option…
60 virtual String getPropertyPriority(const String& propertyName) OVERRIDE;
184 String PropertySetCSSStyleDeclaration::getPropertyPriority(const String& propertyName) in getPropertyPriority() function in WebCore::PropertySetCSSStyleDeclaration
3123 String CSSComputedStyleDeclaration::getPropertyPriority(const String&) in getPropertyPriority() function in WebCore::CSSComputedStyleDeclaration
683 …ropertySourceData(name, m_style->getPropertyValue(name), !m_style->getPropertyPriority(name).isEmp… in populateAllProperties()838 String priority = m_style->getPropertyPriority(shorthandProperty); in shorthandPriority()844 priority = m_style->getPropertyPriority(individualProperty); in shorthandPriority()
846 getPropertyPriority: function(name) method in WebInspector.CSSStyleDeclaration