Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/css/
DCSSBorderImageValue.cpp32 , m_horizontalSizeRule(horizontalRule) in CSSBorderImageValue()
58 text += CSSPrimitiveValue::createIdentifier(m_horizontalSizeRule)->cssText(); in cssText()
DCSSBorderImageValue.h54 int m_horizontalSizeRule; // Rule for how to adjust the widths of the top/middle/bottom variable
DCSSStyleSelector.cpp6696 switch (borderImage->m_horizontalSizeRule) { in mapNinePieceImage()