Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp730 String individualValue = m_style->getPropertyValue(individualProperty); in shorthandValue() local
731 if (individualValue == "initial") in shorthandValue()
735 builder.append(individualValue); in shorthandValue()