Home | History | Annotate | Download | only in css

Lines Matching refs:m_rootElementStyle

835     m_rootElementStyle = docElement && e != docElement ? docElement->renderStyle() : docStyle;
1710 initForStyleResolve(m_checker.m_document->documentElement()); // m_rootElementStyle will be set to the document style.
1713 m_style->inheritFrom(m_rootElementStyle);
3437 if (!m_rootElementStyle->isLeftToRightDirection())
3823 short spacing = primitiveValue->computeLengthShort(style(), m_rootElementStyle, zoomFactor);
3831 short spacing = primitiveValue->computeLengthShort(style(), m_rootElementStyle, zoomFactor);
3922 width = primitiveValue->computeLengthShort(style(), m_rootElementStyle, zoomFactor);
4009 width = primitiveValue->computeLengthInt(style(), m_rootElementStyle, useSVGZoomRules(m_element) ? 1.0f : zoomFactor);
4138 l = Length(primitiveValue->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor), Fixed,
4233 l = Length(primitiveValue->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor), Fixed);
4289 l = Length(primitiveValue->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor), Fixed);
4353 size = primitiveValue->computeLengthFloat(m_parentStyle, m_rootElementStyle, true);
4419 lineHeight = Length(primitiveValue->computeLengthIntForLength(style(), m_rootElementStyle, multiplier), Fixed);
4476 top = convertToIntLength(rect->top(), style(), m_rootElementStyle, zoomFactor);
4477 right = convertToIntLength(rect->right(), style(), m_rootElementStyle, zoomFactor);
4478 bottom = convertToIntLength(rect->bottom(), style(), m_rootElementStyle, zoomFactor);
4479 left = convertToIntLength(rect->left(), style(), m_rootElementStyle, zoomFactor);
5085 radiusWidth = Length(max(intMinForLength, min(intMaxForLength, pair->first()->computeLengthInt(style(), m_rootElementStyle, zoomFactor))), Fixed);
5089 radiusHeight = Length(max(intMinForLength, min(intMaxForLength, pair->second()->computeLengthInt(style(), m_rootElementStyle, zoomFactor))), Fixed);
5122 m_style->setOutlineOffset(primitiveValue->computeLengthInt(style(), m_rootElementStyle, zoomFactor));
5160 int x = item->x->computeLengthInt(style(), m_rootElementStyle, zoomFactor);
5161 int y = item->y->computeLengthInt(style(), m_rootElementStyle, zoomFactor);
5162 int blur = item->blur ? item->blur->computeLengthInt(style(), m_rootElementStyle, zoomFactor) : 0;
5163 int spread = item->spread ? item->spread->computeLengthInt(style(), m_rootElementStyle, zoomFactor) : 0;
5194 reflection->setOffset(Length(reflectValue->offset()->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor), Fixed));
5300 m_style->setColumnGap(primitiveValue->computeLengthFloat(style(), m_rootElementStyle, zoomFactor));
5319 m_style->setColumnWidth(primitiveValue->computeLengthFloat(style(), m_rootElementStyle, zoomFactor));
5427 Length marqueeLength = convertToIntLength(primitiveValue, style(), m_rootElementStyle, 1, &ok);
5591 Length top = convertToIntLength(region->top(), style(), m_rootElementStyle);
5592 Length right = convertToIntLength(region->right(), style(), m_rootElementStyle);
5593 Length bottom = convertToIntLength(region->bottom(), style(), m_rootElementStyle);
5594 Length left = convertToIntLength(region->left(), style(), m_rootElementStyle);
5625 width = CSSPrimitiveValue::create(result, CSSPrimitiveValue::CSS_EMS)->computeLengthFloat(style(), m_rootElementStyle, zoomFactor);
5629 width = primitiveValue->computeLengthFloat(style(), m_rootElementStyle, zoomFactor);
5638 createTransformOperations(value, style(), m_rootElementStyle, operations);
5654 l = Length(primitiveValue->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor), Fixed);
5669 l = Length(primitiveValue->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor), Fixed);
5684 f = static_cast<float>(primitiveValue->computeLengthIntForLength(style(), m_rootElementStyle));
5705 perspectiveValue = static_cast<float>(primitiveValue->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor));
5708 perspectiveValue = CSSPrimitiveValue::create(primitiveValue->getDoubleValue(), CSSPrimitiveValue::CSS_PX)->computeLengthFloat(style(), m_rootElementStyle, zoomFactor);
5727 l = Length(primitiveValue->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor), Fixed);
5742 l = Length(primitiveValue->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor), Fixed);
6110 width = Length(primitiveValue0->computeLengthIntForLength(style(), m_rootElementStyle), Fixed);
6111 height = Length(primitiveValue1->computeLengthIntForLength(style(), m_rootElementStyle), Fixed);
6129 width = height = Length(primitiveValue->computeLengthIntForLength(style(), m_rootElementStyle), Fixed);
6230 return Length(CSSPrimitiveValue::create(mm, CSSPrimitiveValue::CSS_MM)->computeLengthIntForLength(style(), m_rootElementStyle), Fixed);
6235 return Length(CSSPrimitiveValue::create(inch, CSSPrimitiveValue::CSS_IN)->computeLengthIntForLength(style(), m_rootElementStyle), Fixed);
6402 firstLength = Length(first->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor), Fixed);
6411 secondLength = Length(second->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor), Fixed);
6438 l = Length(primitiveValue->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor), Fixed);
6462 l = Length(primitiveValue->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor), Fixed);