Home | History | Annotate | Download | only in inspector

Lines Matching refs:getPropertyPriority

453         result->append(InspectorStyleProperty(CSSPropertySourceData(name, m_style->getPropertyValue(name), !m_style->getPropertyPriority(name).isEmpty(), true, SourceRange()), false, false));
595 String priority = m_style->getPropertyPriority(shorthandProperty);
601 priority = m_style->getPropertyPriority(individualProperty);