Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySerializer.cpp486 int rightValueIndex = m_propertySet.findPropertyIndex(shorthand.properties()[1]); in get4Values() local
490 …if (topValueIndex == -1 || rightValueIndex == -1 || bottomValueIndex == -1 || leftValueIndex == -1) in get4Values()
494 StylePropertySet::PropertyReference right = m_propertySet.propertyAt(rightValueIndex); in get4Values()