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.cpp823 String individualValue = m_style->getPropertyValue(individualProperty); in shorthandValue() local
824 if (individualValue == "initial") in shorthandValue()
828 builder.append(individualValue); in shorthandValue()