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.cpp725 String individualProperty = m_style->item(i); in shorthandValue() local
726 if (m_style->getPropertyShorthand(individualProperty) != shorthandProperty) in shorthandValue()
728 if (m_style->isPropertyImplicit(individualProperty)) in shorthandValue()
730 String individualValue = m_style->getPropertyValue(individualProperty); in shorthandValue()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
DStylesSidebarPane.js1407 var individualProperty = longhandProperties[j];
1408 …if (WebInspector.CSSMetadata.canonicalPropertyName(individualProperty.name) in this._usedPropertie…