Searched refs:m_rootElementStyle (Results 1 – 2 of 2) sorted by relevance
/external/webkit/WebCore/css/ |
D | CSSStyleSelector.cpp | 827 m_rootElementStyle = docElement && e != docElement ? docElement->renderStyle() : docStyle; in initForStyleResolve() 3225 short spacing = primitiveValue->computeLengthShort(style(), m_rootElementStyle, zoomFactor); in applyProperty() 3233 short spacing = primitiveValue->computeLengthShort(style(), m_rootElementStyle, zoomFactor); in applyProperty() 3408 width = primitiveValue->computeLengthShort(style(), m_rootElementStyle, zoomFactor); in applyProperty() 3461 width = primitiveValue->computeLengthInt(style(), m_rootElementStyle, zoomFactor); in applyProperty() 3588 …l = Length(primitiveValue->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor), Fix… in applyProperty() 3688 …l = Length(primitiveValue->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor), Fix… in applyProperty() 3744 …l = Length(primitiveValue->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor), Fix… in applyProperty() 3809 size = primitiveValue->computeLengthFloat(m_parentStyle, m_rootElementStyle, true); in applyProperty() 3875 …Height = Length(primitiveValue->computeLengthIntForLength(style(), m_rootElementStyle, multiplier… in applyProperty() [all …]
|
D | CSSStyleSelector.h | 270 RenderStyle* m_rootElementStyle; variable
|