getPropertyPriority 63 Source/core/css/CSSComputedStyleDeclaration.h bool getPropertyPriority(CSSPropertyID) const; getPropertyPriority 91 Source/core/css/CSSComputedStyleDeclaration.h virtual String getPropertyPriority(const String& propertyName) OVERRIDE; getPropertyPriority 53 Source/core/css/CSSStyleDeclaration.h virtual String getPropertyPriority(const String& propertyName) = 0; getPropertyPriority 55 Source/core/css/PropertySetCSSStyleDeclaration.h virtual String getPropertyPriority(const String& propertyName) OVERRIDE FINAL; getPropertyPriority 659 Source/core/inspector/InspectorStyleSheet.cpp result.append(InspectorStyleProperty(CSSPropertySourceData(name, m_style->getPropertyValue(name), !m_style->getPropertyPriority(name).isEmpty(), false, true, SourceRange()), false));