Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySerializer.cpp731 … bool currentPropertyIsImportant = m_propertySet.propertyIsImportant(shorthand.properties()[i]); in getCommonValue() local
732 if (i && lastPropertyWasImportant != currentPropertyIsImportant) in getCommonValue()
734 lastPropertyWasImportant = currentPropertyIsImportant; in getCommonValue()