Home
last modified time | relevance | path

Searched refs:individualProperty (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp818 String individualProperty = m_style->item(i); in shorthandValue() local
819 if (m_style->getPropertyShorthand(individualProperty) != shorthandProperty) in shorthandValue()
821 if (m_style->isPropertyImplicit(individualProperty)) in shorthandValue()
823 String individualValue = m_style->getPropertyValue(individualProperty); in shorthandValue()
841 String individualProperty = m_style->item(i); in shorthandPriority() local
842 if (m_style->getPropertyShorthand(individualProperty) != shorthandProperty) in shorthandPriority()
844 priority = m_style->getPropertyPriority(individualProperty); in shorthandPriority()
856 String individualProperty = m_style->item(i); in longhandProperties() local
857 …if (foundProperties.contains(individualProperty) || m_style->getPropertyShorthand(individualProper… in longhandProperties()
860 foundProperties.add(individualProperty); in longhandProperties()
[all …]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DStylesSidebarPane.js1153 var individualProperty = longhandProperties[j];
1154 …if (WebInspector.CSSMetadata.canonicalPropertyName(individualProperty.name) in this._usedPropertie…