style              49 Source/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp static v8::Handle<v8::Value> toV8Object(CanvasStyle* style, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
style              51 Source/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp     if (style->canvasGradient())
style              52 Source/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp         return toV8(style->canvasGradient(), creationContext, isolate);
style              54 Source/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp     if (style->canvasPattern())
style              55 Source/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp         return toV8(style->canvasPattern(), creationContext, isolate);
style              57 Source/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp     return v8String(isolate, style->color());
style             152 Source/core/accessibility/AXMediaControls.cpp     if (!m_renderer || !m_renderer->style() || m_renderer->style()->visibility() != VISIBLE || controlType() == MediaTimelineContainer)
style             274 Source/core/accessibility/AXMediaControls.cpp     if (!m_renderer || !m_renderer->style() || m_renderer->style()->visibility() != VISIBLE)
style             277 Source/core/accessibility/AXMediaControls.cpp     if (!m_renderer->style()->width().value())
style             487 Source/core/accessibility/AXObject.cpp             if (obj->style()->hasAppearance())
style             515 Source/core/accessibility/AXRenderObject.cpp     return m_renderer->style()->isLink() && m_renderer->style()->insideLink() == InsideVisitedLink;
style             571 Source/core/accessibility/AXRenderObject.cpp     if (m_renderer->style()->visibility() != VISIBLE) {
style              58 Source/core/accessibility/AXSlider.cpp     RenderStyle* style = m_renderer->style();
style              59 Source/core/accessibility/AXSlider.cpp     if (!style)
style              62 Source/core/accessibility/AXSlider.cpp     ControlPart styleAppearance = style->appearance();
style             145 Source/core/accessibility/AXTable.cpp     RenderStyle* tableStyle = table->style();
style             200 Source/core/accessibility/AXTable.cpp             RenderStyle* renderStyle = cell->style();
style             240 Source/core/accessibility/AXTable.cpp                 RenderStyle* rowRenderStyle = renderRow->style();
style              53 Source/core/animation/AnimatableLengthTest.cpp         : style(RenderStyle::createDefaultStyle())
style              54 Source/core/animation/AnimatableLengthTest.cpp         , conversionDataZoom1(style.get(), style.get(), 0, 0, 1.0f)
style              55 Source/core/animation/AnimatableLengthTest.cpp         , conversionDataZoom3(style.get(), style.get(), 0, 0, 3.0f)
style              93 Source/core/animation/AnimatableLengthTest.cpp     RefPtr<RenderStyle> style;
style              65 Source/core/animation/css/CSSAnimatableValueFactory.cpp static PassRefPtrWillBeRawPtr<AnimatableValue> createFromLength(const Length& length, const RenderStyle& style)
style              69 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return AnimatableLength::create(adjustFloatForAbsoluteZoom(length.value(), style), AnimatableLength::UnitTypePixels);
style              73 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return AnimatableLength::create(CSSCalcValue::createExpressionNode(length.calculationValue()->expression(), style.effectiveZoom()));
style              94 Source/core/animation/css/CSSAnimatableValueFactory.cpp static PassRefPtrWillBeRawPtr<AnimatableValue> createFromLineHeight(const Length& length, const RenderStyle& style)
style             103 Source/core/animation/css/CSSAnimatableValueFactory.cpp     return createFromLength(length, style);
style             111 Source/core/animation/css/CSSAnimatableValueFactory.cpp inline static PassRefPtrWillBeRawPtr<AnimatableValue> createFromLengthBox(const LengthBox& lengthBox, const RenderStyle& style)
style             114 Source/core/animation/css/CSSAnimatableValueFactory.cpp         createFromLength(lengthBox.left(), style),
style             115 Source/core/animation/css/CSSAnimatableValueFactory.cpp         createFromLength(lengthBox.right(), style),
style             116 Source/core/animation/css/CSSAnimatableValueFactory.cpp         createFromLength(lengthBox.top(), style),
style             117 Source/core/animation/css/CSSAnimatableValueFactory.cpp         createFromLength(lengthBox.bottom(), style));
style             120 Source/core/animation/css/CSSAnimatableValueFactory.cpp static PassRefPtrWillBeRawPtr<AnimatableValue> createFromBorderImageLength(const BorderImageLength& borderImageLength, const RenderStyle& style)
style             124 Source/core/animation/css/CSSAnimatableValueFactory.cpp     return createFromLength(borderImageLength.length(), style);
style             127 Source/core/animation/css/CSSAnimatableValueFactory.cpp inline static PassRefPtrWillBeRawPtr<AnimatableValue> createFromBorderImageLengthBox(const BorderImageLengthBox& borderImageLengthBox, const RenderStyle& style)
style             130 Source/core/animation/css/CSSAnimatableValueFactory.cpp         createFromBorderImageLength(borderImageLengthBox.left(), style),
style             131 Source/core/animation/css/CSSAnimatableValueFactory.cpp         createFromBorderImageLength(borderImageLengthBox.right(), style),
style             132 Source/core/animation/css/CSSAnimatableValueFactory.cpp         createFromBorderImageLength(borderImageLengthBox.top(), style),
style             133 Source/core/animation/css/CSSAnimatableValueFactory.cpp         createFromBorderImageLength(borderImageLengthBox.bottom(), style));
style             136 Source/core/animation/css/CSSAnimatableValueFactory.cpp inline static PassRefPtrWillBeRawPtr<AnimatableValue> createFromLengthBoxAndBool(const LengthBox lengthBox, const bool flag, const RenderStyle& style)
style             139 Source/core/animation/css/CSSAnimatableValueFactory.cpp         createFromLengthBox(lengthBox, style),
style             143 Source/core/animation/css/CSSAnimatableValueFactory.cpp inline static PassRefPtrWillBeRawPtr<AnimatableValue> createFromLengthPoint(const LengthPoint& lengthPoint, const RenderStyle& style)
style             146 Source/core/animation/css/CSSAnimatableValueFactory.cpp         createFromLength(lengthPoint.x(), style),
style             147 Source/core/animation/css/CSSAnimatableValueFactory.cpp         createFromLength(lengthPoint.y(), style));
style             150 Source/core/animation/css/CSSAnimatableValueFactory.cpp inline static PassRefPtrWillBeRawPtr<AnimatableValue> createFromLengthSize(const LengthSize& lengthSize, const RenderStyle& style)
style             153 Source/core/animation/css/CSSAnimatableValueFactory.cpp         createFromLength(lengthSize.width(), style),
style             154 Source/core/animation/css/CSSAnimatableValueFactory.cpp         createFromLength(lengthSize.height(), style));
style             164 Source/core/animation/css/CSSAnimatableValueFactory.cpp inline static PassRefPtrWillBeRawPtr<AnimatableValue> createFromFillSize(const FillSize& fillSize, const RenderStyle& style)
style             168 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLengthSize(fillSize.size, style);
style             179 Source/core/animation/css/CSSAnimatableValueFactory.cpp inline static PassRefPtrWillBeRawPtr<AnimatableValue> createFromBackgroundPosition(const Length& length, bool originIsSet, BackgroundEdgeOrigin origin, const RenderStyle& style)
style             182 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLength(length, style);
style             186 Source/core/animation/css/CSSAnimatableValueFactory.cpp         CSSCalcValue::createExpressionNode(length, style.effectiveZoom()),
style             191 Source/core/animation/css/CSSAnimatableValueFactory.cpp inline static PassRefPtrWillBeRawPtr<AnimatableValue> createFromFillLayers(const FillLayer* fillLayer, const RenderStyle& style)
style             203 Source/core/animation/css/CSSAnimatableValueFactory.cpp             values.append(createFromBackgroundPosition(fillLayer->xPosition(), fillLayer->isBackgroundXOriginSet(), fillLayer->backgroundXOrigin(), style));
style             207 Source/core/animation/css/CSSAnimatableValueFactory.cpp             values.append(createFromBackgroundPosition(fillLayer->yPosition(), fillLayer->isBackgroundYOriginSet(), fillLayer->backgroundYOrigin(), style));
style             211 Source/core/animation/css/CSSAnimatableValueFactory.cpp             values.append(createFromFillSize(fillLayer->size(), style));
style             220 Source/core/animation/css/CSSAnimatableValueFactory.cpp PassRefPtrWillBeRawPtr<AnimatableValue> CSSAnimatableValueFactory::createFromColor(CSSPropertyID property, const RenderStyle& style)
style             222 Source/core/animation/css/CSSAnimatableValueFactory.cpp     Color color = style.colorIncludingFallback(property, false);
style             223 Source/core/animation/css/CSSAnimatableValueFactory.cpp     Color visitedLinkColor = style.colorIncludingFallback(property, true);
style             267 Source/core/animation/css/CSSAnimatableValueFactory.cpp PassRefPtrWillBeRawPtr<AnimatableValue> CSSAnimatableValueFactory::create(CSSPropertyID property, const RenderStyle& style)
style             272 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromColor(property, style);
style             274 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromFillLayers<CSSPropertyBackgroundImage>(style.backgroundLayers(), style);
style             276 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromFillLayers<CSSPropertyBackgroundPositionX>(style.backgroundLayers(), style);
style             278 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromFillLayers<CSSPropertyBackgroundPositionY>(style.backgroundLayers(), style);
style             281 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromFillLayers<CSSPropertyBackgroundSize>(style.backgroundLayers(), style);
style             283 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return AnimatableSVGLength::create(style.baselineShiftValue());
style             285 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromColor(property, style);
style             287 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLengthSize(style.borderBottomLeftRadius(), style);
style             289 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLengthSize(style.borderBottomRightRadius(), style);
style             291 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromDouble(style.borderBottomWidth());
style             293 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromBorderImageLengthBox(style.borderImageOutset(), style);
style             295 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLengthBox(style.borderImageSlices(), style);
style             297 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromStyleImage(style.borderImageSource());
style             299 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromBorderImageLengthBox(style.borderImageWidth(), style);
style             301 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromColor(property, style);
style             303 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromDouble(style.borderLeftWidth());
style             305 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromColor(property, style);
style             307 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromDouble(style.borderRightWidth());
style             309 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromColor(property, style);
style             311 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLengthSize(style.borderTopLeftRadius(), style);
style             313 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLengthSize(style.borderTopRightRadius(), style);
style             315 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromDouble(style.borderTopWidth());
style             317 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLength(style.bottom(), style);
style             320 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return AnimatableShadow::create(style.boxShadow());
style             322 Source/core/animation/css/CSSAnimatableValueFactory.cpp         if (style.hasClip())
style             323 Source/core/animation/css/CSSAnimatableValueFactory.cpp             return createFromLengthBox(style.clip(), style);
style             326 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromColor(property, style);
style             328 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromDouble(style.fillOpacity());
style             330 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return AnimatableSVGPaint::create(style.svgStyle()->fillPaintType(), style.svgStyle()->fillPaintColor(), style.svgStyle()->fillPaintUri());
style             332 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromDouble(style.flexGrow(), AnimatableDouble::InterpolationIsNonContinuousWithZero);
style             334 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromDouble(style.flexShrink(), AnimatableDouble::InterpolationIsNonContinuousWithZero);
style             336 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLength(style.flexBasis(), style);
style             338 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromColor(property, style);
style             340 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromDouble(style.floodOpacity());
style             346 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromDouble(style.specifiedFontSize());
style             348 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromFontWeight(style.fontWeight());
style             350 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLength(style.height(), style);
style             352 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return AnimatableSVGLength::create(style.kerning());
style             354 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromColor(property, style);
style             356 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromStyleImage(style.listStyleImage());
style             358 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLength(style.left(), style);
style             360 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromDouble(style.letterSpacing());
style             362 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLineHeight(style.specifiedLineHeight(), style);
style             364 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLength(style.marginBottom(), style);
style             366 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLength(style.marginLeft(), style);
style             368 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLength(style.marginRight(), style);
style             370 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLength(style.marginTop(), style);
style             372 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLength(style.maxHeight(), style);
style             374 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLength(style.maxWidth(), style);
style             376 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLength(style.minHeight(), style);
style             378 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLength(style.minWidth(), style);
style             380 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLengthPoint(style.objectPosition(), style);
style             382 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromDouble(style.opacity());
style             384 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromDouble(style.orphans());
style             386 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromColor(property, style);
style             388 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromDouble(style.outlineOffset());
style             390 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromDouble(style.outlineWidth());
style             392 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLength(style.paddingBottom(), style);
style             394 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLength(style.paddingLeft(), style);
style             396 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLength(style.paddingRight(), style);
style             398 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLength(style.paddingTop(), style);
style             400 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLength(style.right(), style);
style             402 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return AnimatableSVGLength::create(style.strokeWidth());
style             404 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromColor(property, style);
style             406 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromDouble(style.stopOpacity());
style             408 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return AnimatableStrokeDasharrayList::create(style.strokeDashArray());
style             410 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return AnimatableSVGLength::create(style.strokeDashOffset());
style             412 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromDouble(style.strokeMiterLimit());
style             414 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromDouble(style.strokeOpacity());
style             416 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return AnimatableSVGPaint::create(style.svgStyle()->strokePaintType(), style.svgStyle()->strokePaintColor(), style.svgStyle()->strokePaintUri());
style             418 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return AnimatableColor::create(style.textDecorationColor().resolve(style.color()), style.visitedLinkTextDecorationColor().resolve(style.visitedLinkColor()));
style             420 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLength(style.textIndent(), style);
style             422 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return AnimatableShadow::create(style.textShadow());
style             424 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLength(style.top(), style);
style             426 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromDouble(style.horizontalBorderSpacing());
style             428 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromDouble(style.verticalBorderSpacing());
style             430 Source/core/animation/css/CSSAnimatableValueFactory.cpp         if (ClipPathOperation* operation = style.clipPath())
style             434 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromDouble(style.columnCount());
style             436 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromDouble(style.columnGap());
style             438 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromColor(property, style);
style             440 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromDouble(style.columnRuleWidth());
style             442 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromDouble(style.columnWidth());
style             444 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return AnimatableFilterOperations::create(style.filter());
style             446 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromBorderImageLengthBox(style.maskBoxImageOutset(), style);
style             448 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLengthBoxAndBool(style.maskBoxImageSlices(), style.maskBoxImageSlicesFill(), style);
style             450 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromStyleImage(style.maskBoxImageSource());
style             452 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromBorderImageLengthBox(style.maskBoxImageWidth(), style);
style             454 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromFillLayers<CSSPropertyWebkitMaskImage>(style.maskLayers(), style);
style             456 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromFillLayers<CSSPropertyWebkitMaskPositionX>(style.maskLayers(), style);
style             458 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromFillLayers<CSSPropertyWebkitMaskPositionY>(style.maskLayers(), style);
style             460 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromFillLayers<CSSPropertyWebkitMaskSize>(style.maskLayers(), style);
style             462 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromDouble(style.perspective());
style             466 Source/core/animation/css/CSSAnimatableValueFactory.cpp             createFromLength(style.perspectiveOriginX(), style),
style             467 Source/core/animation/css/CSSAnimatableValueFactory.cpp             createFromLength(style.perspectiveOriginY(), style));
style             470 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLength(style.perspectiveOriginX(), style);
style             473 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLength(style.perspectiveOriginY(), style);
style             475 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromShapeValue(style.shapeOutside());
style             477 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLength(style.shapeMargin(), style);
style             479 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromDouble(style.shapeImageThreshold());
style             481 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromColor(property, style);
style             483 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return AnimatableTransform::create(style.transform());
style             487 Source/core/animation/css/CSSAnimatableValueFactory.cpp             createFromLength(style.transformOriginX(), style),
style             488 Source/core/animation/css/CSSAnimatableValueFactory.cpp             createFromLength(style.transformOriginY(), style),
style             489 Source/core/animation/css/CSSAnimatableValueFactory.cpp             createFromDouble(style.transformOriginZ()));
style             492 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLength(style.transformOriginX(), style);
style             495 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLength(style.transformOriginY(), style);
style             498 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromDouble(style.transformOriginZ());
style             500 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromDouble(style.widows());
style             502 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLength(style.width(), style);
style             504 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromDouble(style.wordSpacing());
style             506 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return AnimatableVisibility::create(style.visibility());
style             508 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromDouble(style.zIndex());
style             510 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromDouble(style.zoom());
style              99 Source/core/animation/css/CSSAnimations.cpp static void resolveKeyframes(StyleResolver* resolver, Element* element, const Element& parentElement, const RenderStyle& style, RenderStyle* parentStyle, const AtomicString& name, TimingFunction* defaultTimingFunction,
style             117 Source/core/animation/css/CSSAnimations.cpp         RefPtr<RenderStyle> keyframeStyle = resolver->styleForKeyframe(element, style, parentStyle, styleKeyframe, name);
style             194 Source/core/animation/css/CSSAnimations.cpp             RefPtrWillBeRawPtr<AnimatableValue> snapshotValue = CSSAnimatableValueFactory::create(property, style);
style             288 Source/core/animation/css/CSSAnimations.cpp PassOwnPtrWillBeRawPtr<CSSAnimationUpdate> CSSAnimations::calculateUpdate(Element* element, const Element& parentElement, const RenderStyle& style, RenderStyle* parentStyle, StyleResolver* resolver)
style             291 Source/core/animation/css/CSSAnimations.cpp     calculateAnimationUpdate(update.get(), element, parentElement, style, parentStyle, resolver);
style             293 Source/core/animation/css/CSSAnimations.cpp     calculateTransitionUpdate(update.get(), element, style);
style             298 Source/core/animation/css/CSSAnimations.cpp void CSSAnimations::calculateAnimationUpdate(CSSAnimationUpdate* update, Element* element, const Element& parentElement, const RenderStyle& style, RenderStyle* parentStyle, StyleResolver* resolver)
style             309 Source/core/animation/css/CSSAnimations.cpp     const CSSAnimationDataList* animationDataList = style.animations();
style             317 Source/core/animation/css/CSSAnimations.cpp     if (style.display() != NONE) {
style             345 Source/core/animation/css/CSSAnimations.cpp             resolveKeyframes(resolver, element, parentElement, style, parentStyle, animationName, keyframeTimingFunction.get(), resolvedKeyframes);
style             457 Source/core/animation/css/CSSAnimations.cpp void CSSAnimations::calculateTransitionUpdateForProperty(CSSPropertyID id, const CSSAnimationData* anim, const RenderStyle& oldStyle, const RenderStyle& style, const TransitionMap* activeTransitions, CSSAnimationUpdate* update, const Element* element)
style             463 Source/core/animation/css/CSSAnimations.cpp             to = CSSAnimatableValueFactory::create(id, style);
style             475 Source/core/animation/css/CSSAnimations.cpp     if (CSSPropertyEquality::propertiesEqual(id, oldStyle, style))
style             478 Source/core/animation/css/CSSAnimations.cpp         to = CSSAnimatableValueFactory::create(id, style);
style             513 Source/core/animation/css/CSSAnimations.cpp void CSSAnimations::calculateTransitionUpdate(CSSAnimationUpdate* update, const Element* element, const RenderStyle& style)
style             532 Source/core/animation/css/CSSAnimations.cpp     if (!animationStyleRecalc && style.display() != NONE && renderer && renderer->style() && style.transitions()) {
style             533 Source/core/animation/css/CSSAnimations.cpp         const RenderStyle& oldStyle = *renderer->style();
style             535 Source/core/animation/css/CSSAnimations.cpp         for (size_t i = 0; i < style.transitions()->size(); ++i) {
style             536 Source/core/animation/css/CSSAnimations.cpp             const CSSAnimationData* anim = style.transitions()->animation(i);
style             562 Source/core/animation/css/CSSAnimations.cpp                     calculateTransitionUpdateForProperty(id, anim, oldStyle, style, activeTransitions, update, element);
style              43 Source/core/css/BasicShapeFunctions.cpp static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> valueForCenterCoordinate(CSSValuePool& pool, const RenderStyle& style, const BasicShapeCenterCoordinate& center, EBoxOrient orientation)
style              46 Source/core/css/BasicShapeFunctions.cpp         return pool.createValue(center.length(), style);
style              50 Source/core/css/BasicShapeFunctions.cpp     return pool.createValue(Pair::create(pool.createIdentifierValue(keyword), pool.createValue(center.length(), style), Pair::DropIdenticalValues));
style              53 Source/core/css/BasicShapeFunctions.cpp static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> basicShapeRadiusToCSSValue(CSSValuePool& pool, const RenderStyle& style, const BasicShapeRadius& radius)
style              57 Source/core/css/BasicShapeFunctions.cpp         return pool.createValue(radius.value(), style);
style              68 Source/core/css/BasicShapeFunctions.cpp PassRefPtrWillBeRawPtr<CSSValue> valueForBasicShape(const RenderStyle& style, const BasicShape* basicShape)
style              78 Source/core/css/BasicShapeFunctions.cpp         circleValue->setCenterX(valueForCenterCoordinate(pool, style, circle->centerX(), HORIZONTAL));
style              79 Source/core/css/BasicShapeFunctions.cpp         circleValue->setCenterY(valueForCenterCoordinate(pool, style, circle->centerY(), VERTICAL));
style              80 Source/core/css/BasicShapeFunctions.cpp         circleValue->setRadius(basicShapeRadiusToCSSValue(pool, style, circle->radius()));
style              88 Source/core/css/BasicShapeFunctions.cpp         ellipseValue->setCenterX(valueForCenterCoordinate(pool, style, ellipse->centerX(), HORIZONTAL));
style              89 Source/core/css/BasicShapeFunctions.cpp         ellipseValue->setCenterY(valueForCenterCoordinate(pool, style, ellipse->centerY(), VERTICAL));
style              90 Source/core/css/BasicShapeFunctions.cpp         ellipseValue->setRadiusX(basicShapeRadiusToCSSValue(pool, style, ellipse->radiusX()));
style              91 Source/core/css/BasicShapeFunctions.cpp         ellipseValue->setRadiusY(basicShapeRadiusToCSSValue(pool, style, ellipse->radiusY()));
style             102 Source/core/css/BasicShapeFunctions.cpp             polygonValue->appendPoint(pool.createValue(values.at(i), style), pool.createValue(values.at(i + 1), style));
style              45 Source/core/css/CSSCalculationValueTest.cpp void testExpression(PassRefPtrWillBeRawPtr<CSSCalcExpressionNode> expression, const RenderStyle* style)
style              50 Source/core/css/CSSCalculationValueTest.cpp                 expression->toCalcValue(CSSToLengthConversionData(style, style, 0)).get(),
style              51 Source/core/css/CSSCalculationValueTest.cpp                 style->effectiveZoom()).get()));
style              56 Source/core/css/CSSCalculationValueTest.cpp     RefPtr<RenderStyle> style = RenderStyle::create();
style              61 Source/core/css/CSSCalculationValueTest.cpp     actual = CSSCalcValue::createExpressionNode(Length(10, WebCore::Fixed), style->effectiveZoom());
style              75 Source/core/css/CSSCalculationValueTest.cpp         style->effectiveZoom());
style              89 Source/core/css/CSSCalculationValueTest.cpp         style->effectiveZoom());
style             106 Source/core/css/CSSCalculationValueTest.cpp         style->effectiveZoom());
style             112 Source/core/css/CSSCalculationValueTest.cpp     RefPtr<RenderStyle> style = RenderStyle::createDefaultStyle();
style             113 Source/core/css/CSSCalculationValueTest.cpp     style->setEffectiveZoom(5);
style             117 Source/core/css/CSSCalculationValueTest.cpp         style.get());
style             124 Source/core/css/CSSCalculationValueTest.cpp         style.get());
style             131 Source/core/css/CSSCalculationValueTest.cpp         style.get());
style             144 Source/core/css/CSSCalculationValueTest.cpp         style.get());
style             453 Source/core/css/CSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> valueForNinePieceImageQuad(const BorderImageLengthBox& box, const RenderStyle& style)
style             464 Source/core/css/CSSComputedStyleDeclaration.cpp         top = cssValuePool().createValue(box.top().length(), style);
style             474 Source/core/css/CSSComputedStyleDeclaration.cpp             right = cssValuePool().createValue(box.right().length(), style);
style             483 Source/core/css/CSSComputedStyleDeclaration.cpp                 bottom = cssValuePool().createValue(box.bottom().length(), style);
style             491 Source/core/css/CSSComputedStyleDeclaration.cpp                     left = cssValuePool().createValue(box.left().length(), style);
style             518 Source/core/css/CSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSValue> valueForNinePieceImage(const NinePieceImage& image, const RenderStyle& style)
style             532 Source/core/css/CSSComputedStyleDeclaration.cpp     RefPtrWillBeRawPtr<CSSValue> borderSlices = valueForNinePieceImageQuad(image.borderSlices(), style);
style             535 Source/core/css/CSSComputedStyleDeclaration.cpp     RefPtrWillBeRawPtr<CSSValue> outset = valueForNinePieceImageQuad(image.outset(), style);
style             543 Source/core/css/CSSComputedStyleDeclaration.cpp inline static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> zoomAdjustedPixelValue(double value, const RenderStyle& style)
style             545 Source/core/css/CSSComputedStyleDeclaration.cpp     return cssValuePool().createValue(adjustFloatForAbsoluteZoom(value, style), CSSPrimitiveValue::CSS_PX);
style             548 Source/core/css/CSSComputedStyleDeclaration.cpp inline static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> zoomAdjustedNumberValue(double value, const RenderStyle& style)
style             550 Source/core/css/CSSComputedStyleDeclaration.cpp     return cssValuePool().createValue(value / style.effectiveZoom(), CSSPrimitiveValue::CSS_NUMBER);
style             553 Source/core/css/CSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> zoomAdjustedPixelValueForLength(const Length& length, const RenderStyle& style)
style             556 Source/core/css/CSSComputedStyleDeclaration.cpp         return zoomAdjustedPixelValue(length.value(), style);
style             557 Source/core/css/CSSComputedStyleDeclaration.cpp     return cssValuePool().createValue(length, style);
style             560 Source/core/css/CSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSValue> valueForReflection(const StyleReflection* reflection, const RenderStyle& style)
style             569 Source/core/css/CSSComputedStyleDeclaration.cpp         offset = zoomAdjustedPixelValue(reflection->offset().value(), style);
style             587 Source/core/css/CSSComputedStyleDeclaration.cpp     return CSSReflectValue::create(direction.release(), offset.release(), valueForNinePieceImage(reflection->mask(), style));
style             590 Source/core/css/CSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSValueList> createPositionListForLayer(CSSPropertyID propertyID, const FillLayer* layer, const RenderStyle& style)
style             597 Source/core/css/CSSComputedStyleDeclaration.cpp     positionList->append(zoomAdjustedPixelValueForLength(layer->xPosition(), style));
style             602 Source/core/css/CSSComputedStyleDeclaration.cpp     positionList->append(zoomAdjustedPixelValueForLength(layer->yPosition(), style));
style             606 Source/core/css/CSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSValue> valueForPositionOffset(RenderStyle& style, CSSPropertyID propertyID, const RenderObject* renderer)
style             611 Source/core/css/CSSComputedStyleDeclaration.cpp             l = style.left();
style             614 Source/core/css/CSSComputedStyleDeclaration.cpp             l = style.right();
style             617 Source/core/css/CSSComputedStyleDeclaration.cpp             l = style.top();
style             620 Source/core/css/CSSComputedStyleDeclaration.cpp             l = style.bottom();
style             630 Source/core/css/CSSComputedStyleDeclaration.cpp         return zoomAdjustedPixelValue(valueForLength(l, containingBlockSize), style);
style             639 Source/core/css/CSSComputedStyleDeclaration.cpp     return zoomAdjustedPixelValueForLength(l, style);
style             642 Source/core/css/CSSComputedStyleDeclaration.cpp PassRefPtrWillBeRawPtr<CSSPrimitiveValue> CSSComputedStyleDeclaration::currentColorOrValidColor(const RenderStyle& style, const StyleColor& color) const
style             645 Source/core/css/CSSComputedStyleDeclaration.cpp     return cssValuePool().createColorValue(color.resolve(style.color()).rgb());
style             648 Source/core/css/CSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSValueList> valuesForBorderRadiusCorner(LengthSize radius, const RenderStyle& style)
style             654 Source/core/css/CSSComputedStyleDeclaration.cpp         list->append(zoomAdjustedPixelValueForLength(radius.width(), style));
style             658 Source/core/css/CSSComputedStyleDeclaration.cpp         list->append(zoomAdjustedPixelValueForLength(radius.height(), style));
style             662 Source/core/css/CSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSValue> valueForBorderRadiusCorner(LengthSize radius, const RenderStyle& style)
style             664 Source/core/css/CSSComputedStyleDeclaration.cpp     RefPtrWillBeRawPtr<CSSValueList> list = valuesForBorderRadiusCorner(radius, style);
style             670 Source/core/css/CSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSValueList> valueForBorderRadiusShorthand(const RenderStyle& style)
style             674 Source/core/css/CSSComputedStyleDeclaration.cpp     bool showHorizontalBottomLeft = style.borderTopRightRadius().width() != style.borderBottomLeftRadius().width();
style             675 Source/core/css/CSSComputedStyleDeclaration.cpp     bool showHorizontalBottomRight = showHorizontalBottomLeft || (style.borderBottomRightRadius().width() != style.borderTopLeftRadius().width());
style             676 Source/core/css/CSSComputedStyleDeclaration.cpp     bool showHorizontalTopRight = showHorizontalBottomRight || (style.borderTopRightRadius().width() != style.borderTopLeftRadius().width());
style             678 Source/core/css/CSSComputedStyleDeclaration.cpp     bool showVerticalBottomLeft = style.borderTopRightRadius().height() != style.borderBottomLeftRadius().height();
style             679 Source/core/css/CSSComputedStyleDeclaration.cpp     bool showVerticalBottomRight = showVerticalBottomLeft || (style.borderBottomRightRadius().height() != style.borderTopLeftRadius().height());
style             680 Source/core/css/CSSComputedStyleDeclaration.cpp     bool showVerticalTopRight = showVerticalBottomRight || (style.borderTopRightRadius().height() != style.borderTopLeftRadius().height());
style             682 Source/core/css/CSSComputedStyleDeclaration.cpp     RefPtrWillBeRawPtr<CSSValueList> topLeftRadius = valuesForBorderRadiusCorner(style.borderTopLeftRadius(), style);
style             683 Source/core/css/CSSComputedStyleDeclaration.cpp     RefPtrWillBeRawPtr<CSSValueList> topRightRadius = valuesForBorderRadiusCorner(style.borderTopRightRadius(), style);
style             684 Source/core/css/CSSComputedStyleDeclaration.cpp     RefPtrWillBeRawPtr<CSSValueList> bottomRightRadius = valuesForBorderRadiusCorner(style.borderBottomRightRadius(), style);
style             685 Source/core/css/CSSComputedStyleDeclaration.cpp     RefPtrWillBeRawPtr<CSSValueList> bottomLeftRadius = valuesForBorderRadiusCorner(style.borderBottomLeftRadius(), style);
style             719 Source/core/css/CSSComputedStyleDeclaration.cpp     return box->style()->boxSizing() == BORDER_BOX ? box->borderBoxRect() : box->computedCSSContentBoxRect();
style             722 Source/core/css/CSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSTransformValue> valueForMatrixTransform(const TransformationMatrix& transform, const RenderStyle& style)
style             732 Source/core/css/CSSComputedStyleDeclaration.cpp         transformValue->append(zoomAdjustedNumberValue(transform.e(), style));
style             733 Source/core/css/CSSComputedStyleDeclaration.cpp         transformValue->append(zoomAdjustedNumberValue(transform.f(), style));
style             752 Source/core/css/CSSComputedStyleDeclaration.cpp         transformValue->append(zoomAdjustedNumberValue(transform.m41(), style));
style             753 Source/core/css/CSSComputedStyleDeclaration.cpp         transformValue->append(zoomAdjustedNumberValue(transform.m42(), style));
style             754 Source/core/css/CSSComputedStyleDeclaration.cpp         transformValue->append(zoomAdjustedNumberValue(transform.m43(), style));
style             761 Source/core/css/CSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSValue> computedTransform(RenderObject* renderer, const RenderStyle& style)
style             763 Source/core/css/CSSComputedStyleDeclaration.cpp     if (!renderer || !renderer->hasTransform() || !style.hasTransform())
style             771 Source/core/css/CSSComputedStyleDeclaration.cpp     style.applyTransform(transform, box.size(), RenderStyle::ExcludeTransformOrigin);
style             775 Source/core/css/CSSComputedStyleDeclaration.cpp     list->append(valueForMatrixTransform(transform, style));
style             780 Source/core/css/CSSComputedStyleDeclaration.cpp PassRefPtrWillBeRawPtr<CSSValue> CSSComputedStyleDeclaration::valueForFilter(const RenderObject* renderer, const RenderStyle& style) const
style             782 Source/core/css/CSSComputedStyleDeclaration.cpp     if (style.filter().operations().isEmpty())
style             789 Source/core/css/CSSComputedStyleDeclaration.cpp     Vector<RefPtr<FilterOperation> >::const_iterator end = style.filter().operations().end();
style             790 Source/core/css/CSSComputedStyleDeclaration.cpp     for (Vector<RefPtr<FilterOperation> >::const_iterator it = style.filter().operations().begin(); it != end; ++it) {
style             831 Source/core/css/CSSComputedStyleDeclaration.cpp             filterValue->append(zoomAdjustedPixelValue(toBlurFilterOperation(filterOperation)->stdDeviation().value(), style));
style             838 Source/core/css/CSSComputedStyleDeclaration.cpp             filterValue->append(valueForShadowData(shadow, style, false));
style             851 Source/core/css/CSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSValue> specifiedValueForGridTrackBreadth(const GridLength& trackBreadth, const RenderStyle& style)
style             859 Source/core/css/CSSComputedStyleDeclaration.cpp     return zoomAdjustedPixelValueForLength(trackBreadthLength, style);
style             862 Source/core/css/CSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSValue> specifiedValueForGridTrackSize(const GridTrackSize& trackSize, const RenderStyle& style)
style             866 Source/core/css/CSSComputedStyleDeclaration.cpp         return specifiedValueForGridTrackBreadth(trackSize.length(), style);
style             869 Source/core/css/CSSComputedStyleDeclaration.cpp         minMaxTrackBreadths->append(specifiedValueForGridTrackBreadth(trackSize.minTrackBreadth(), style));
style             870 Source/core/css/CSSComputedStyleDeclaration.cpp         minMaxTrackBreadths->append(specifiedValueForGridTrackBreadth(trackSize.maxTrackBreadth(), style));
style             889 Source/core/css/CSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSValue> valueForGridTrackList(GridTrackSizingDirection direction, RenderObject* renderer, const RenderStyle& style)
style             891 Source/core/css/CSSComputedStyleDeclaration.cpp     const Vector<GridTrackSize>& trackSizes = direction == ForColumns ? style.gridTemplateColumns() : style.gridTemplateRows();
style             892 Source/core/css/CSSComputedStyleDeclaration.cpp     const OrderedNamedGridLines& orderedNamedGridLines = direction == ForColumns ? style.orderedNamedGridColumnLines() : style.orderedNamedGridRowLines();
style             909 Source/core/css/CSSComputedStyleDeclaration.cpp             list->append(zoomAdjustedPixelValue(trackPositions[i + 1] - trackPositions[i], style));
style             914 Source/core/css/CSSComputedStyleDeclaration.cpp             list->append(specifiedValueForGridTrackSize(trackSizes[i], style));
style            1174 Source/core/css/CSSComputedStyleDeclaration.cpp     RefPtr<RenderStyle> style = m_node->computedStyle(m_pseudoElementSpecifier);
style            1175 Source/core/css/CSSComputedStyleDeclaration.cpp     if (!style)
style            1178 Source/core/css/CSSComputedStyleDeclaration.cpp     if (int keywordSize = style->fontDescription().keywordSize())
style            1182 Source/core/css/CSSComputedStyleDeclaration.cpp     return zoomAdjustedPixelValue(style->fontDescription().computedPixelSize(), *style);
style            1190 Source/core/css/CSSComputedStyleDeclaration.cpp     RefPtr<RenderStyle> style = m_node->computedStyle(m_pseudoElementSpecifier);
style            1191 Source/core/css/CSSComputedStyleDeclaration.cpp     if (!style)
style            1194 Source/core/css/CSSComputedStyleDeclaration.cpp     return style->fontDescription().useFixedDefaultSize();
style            1197 Source/core/css/CSSComputedStyleDeclaration.cpp PassRefPtrWillBeRawPtr<CSSValue> CSSComputedStyleDeclaration::valueForShadowData(const ShadowData& shadow, const RenderStyle& style, bool useSpread) const
style            1199 Source/core/css/CSSComputedStyleDeclaration.cpp     RefPtrWillBeRawPtr<CSSPrimitiveValue> x = zoomAdjustedPixelValue(shadow.x(), style);
style            1200 Source/core/css/CSSComputedStyleDeclaration.cpp     RefPtrWillBeRawPtr<CSSPrimitiveValue> y = zoomAdjustedPixelValue(shadow.y(), style);
style            1201 Source/core/css/CSSComputedStyleDeclaration.cpp     RefPtrWillBeRawPtr<CSSPrimitiveValue> blur = zoomAdjustedPixelValue(shadow.blur(), style);
style            1202 Source/core/css/CSSComputedStyleDeclaration.cpp     RefPtrWillBeRawPtr<CSSPrimitiveValue> spread = useSpread ? zoomAdjustedPixelValue(shadow.spread(), style) : PassRefPtrWillBeRawPtr<CSSPrimitiveValue>(nullptr);
style            1203 Source/core/css/CSSComputedStyleDeclaration.cpp     RefPtrWillBeRawPtr<CSSPrimitiveValue> shadowStyle = shadow.style() == Normal ? PassRefPtrWillBeRawPtr<CSSPrimitiveValue>(nullptr) : cssValuePool().createIdentifierValue(CSSValueInset);
style            1204 Source/core/css/CSSComputedStyleDeclaration.cpp     RefPtrWillBeRawPtr<CSSPrimitiveValue> color = currentColorOrValidColor(style, shadow.color());
style            1208 Source/core/css/CSSComputedStyleDeclaration.cpp PassRefPtrWillBeRawPtr<CSSValue> CSSComputedStyleDeclaration::valueForShadowList(const ShadowList* shadowList, const RenderStyle& style, bool useSpread) const
style            1216 Source/core/css/CSSComputedStyleDeclaration.cpp         list->append(valueForShadowData(shadowList->shadows()[i], style, useSpread));
style            1315 Source/core/css/CSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSValue> valueForFillSize(const FillSize& fillSize, const RenderStyle& style)
style            1324 Source/core/css/CSSComputedStyleDeclaration.cpp         return zoomAdjustedPixelValueForLength(fillSize.size.width(), style);
style            1327 Source/core/css/CSSComputedStyleDeclaration.cpp     list->append(zoomAdjustedPixelValueForLength(fillSize.size.width(), style));
style            1328 Source/core/css/CSSComputedStyleDeclaration.cpp     list->append(zoomAdjustedPixelValueForLength(fillSize.size.height(), style));
style            1332 Source/core/css/CSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSValue> valueForContentData(const RenderStyle& style)
style            1335 Source/core/css/CSSComputedStyleDeclaration.cpp     for (const ContentData* contentData = style.contentData(); contentData; contentData = contentData->next()) {
style            1350 Source/core/css/CSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSValue> valueForCounterDirectives(const RenderStyle& style, CSSPropertyID propertyID)
style            1352 Source/core/css/CSSComputedStyleDeclaration.cpp     const CounterDirectiveMap* map = style.counterDirectives();
style            1374 Source/core/css/CSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSValueList> valueForFontFamily(RenderStyle& style)
style            1376 Source/core/css/CSSComputedStyleDeclaration.cpp     const FontFamily& firstFamily = style.fontDescription().family();
style            1383 Source/core/css/CSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> valueForLineHeight(RenderStyle& style)
style            1385 Source/core/css/CSSComputedStyleDeclaration.cpp     Length length = style.lineHeight();
style            1389 Source/core/css/CSSComputedStyleDeclaration.cpp     return zoomAdjustedPixelValue(floatValueForLength(length, style.fontDescription().specifiedSize()), style);
style            1392 Source/core/css/CSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> valueForFontSize(RenderStyle& style)
style            1394 Source/core/css/CSSComputedStyleDeclaration.cpp     return zoomAdjustedPixelValue(style.fontDescription().computedPixelSize(), style);
style            1397 Source/core/css/CSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> valueForFontStyle(RenderStyle& style)
style            1399 Source/core/css/CSSComputedStyleDeclaration.cpp     if (style.fontDescription().style() == FontStyleItalic)
style            1404 Source/core/css/CSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> valueForFontVariant(RenderStyle& style)
style            1406 Source/core/css/CSSComputedStyleDeclaration.cpp     if (style.fontDescription().variant() == FontVariantSmallCaps)
style            1411 Source/core/css/CSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> valueForFontWeight(RenderStyle& style)
style            1413 Source/core/css/CSSComputedStyleDeclaration.cpp     switch (style.fontDescription().weight()) {
style            1437 Source/core/css/CSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSValue> valueForShape(const RenderStyle& style, ShapeValue* shapeValue)
style            1454 Source/core/css/CSSComputedStyleDeclaration.cpp     list->append(valueForBasicShape(style, shapeValue->shape()));
style            1481 Source/core/css/CSSComputedStyleDeclaration.cpp static bool isLayoutDependent(CSSPropertyID propertyID, PassRefPtr<RenderStyle> style, RenderObject* renderer)
style            1506 Source/core/css/CSSComputedStyleDeclaration.cpp         return renderer && renderer->isBox() && (!style || !style->marginBottom().isFixed() || !style->marginTop().isFixed() || !style->marginLeft().isFixed() || !style->marginRight().isFixed());
style            1508 Source/core/css/CSSComputedStyleDeclaration.cpp         return renderer && renderer->isBox() && (!style || !style->marginLeft().isFixed());
style            1510 Source/core/css/CSSComputedStyleDeclaration.cpp         return renderer && renderer->isBox() && (!style || !style->marginRight().isFixed());
style            1512 Source/core/css/CSSComputedStyleDeclaration.cpp         return renderer && renderer->isBox() && (!style || !style->marginTop().isFixed());
style            1514 Source/core/css/CSSComputedStyleDeclaration.cpp         return renderer && renderer->isBox() && (!style || !style->marginBottom().isFixed());
style            1516 Source/core/css/CSSComputedStyleDeclaration.cpp         return renderer && renderer->isBox() && (!style || !style->paddingBottom().isFixed() || !style->paddingTop().isFixed() || !style->paddingLeft().isFixed() || !style->paddingRight().isFixed());
style            1518 Source/core/css/CSSComputedStyleDeclaration.cpp         return renderer && renderer->isBox() && (!style || !style->paddingBottom().isFixed());
style            1520 Source/core/css/CSSComputedStyleDeclaration.cpp         return renderer && renderer->isBox() && (!style || !style->paddingLeft().isFixed());
style            1522 Source/core/css/CSSComputedStyleDeclaration.cpp         return renderer && renderer->isBox() && (!style || !style->paddingRight().isFixed());
style            1524 Source/core/css/CSSComputedStyleDeclaration.cpp         return renderer && renderer->isBox() && (!style || !style->paddingTop().isFixed());
style            1563 Source/core/css/CSSComputedStyleDeclaration.cpp     RefPtr<RenderStyle> style;
style            1579 Source/core/css/CSSComputedStyleDeclaration.cpp         style = computeRenderStyle(propertyID);
style            1581 Source/core/css/CSSComputedStyleDeclaration.cpp         bool forceFullLayout = isLayoutDependent(propertyID, style, renderer)
style            1588 Source/core/css/CSSComputedStyleDeclaration.cpp             style = computeRenderStyle(propertyID);
style            1592 Source/core/css/CSSComputedStyleDeclaration.cpp         style = computeRenderStyle(propertyID);
style            1595 Source/core/css/CSSComputedStyleDeclaration.cpp     if (!style)
style            1598 Source/core/css/CSSComputedStyleDeclaration.cpp     propertyID = CSSProperty::resolveDirectionAwareProperty(propertyID, style->direction(), style->writingMode());
style            1605 Source/core/css/CSSComputedStyleDeclaration.cpp             return m_allowVisitedStyle ? cssValuePool().createColorValue(style->visitedDependentColor(CSSPropertyBackgroundColor).rgb()) : currentColorOrValidColor(*style, style->backgroundColor());
style            1608 Source/core/css/CSSComputedStyleDeclaration.cpp             const FillLayer* layers = propertyID == CSSPropertyWebkitMaskImage ? style->maskLayers() : style->backgroundLayers();
style            1631 Source/core/css/CSSComputedStyleDeclaration.cpp             const FillLayer* layers = propertyID == CSSPropertyWebkitMaskSize ? style->maskLayers() : style->backgroundLayers();
style            1633 Source/core/css/CSSComputedStyleDeclaration.cpp                 return valueForFillSize(layers->size(), *style);
style            1637 Source/core/css/CSSComputedStyleDeclaration.cpp                 list->append(valueForFillSize(currLayer->size(), *style));
style            1643 Source/core/css/CSSComputedStyleDeclaration.cpp             const FillLayer* layers = propertyID == CSSPropertyWebkitMaskRepeat ? style->maskLayers() : style->backgroundLayers();
style            1654 Source/core/css/CSSComputedStyleDeclaration.cpp             const FillLayer* layers = style->maskLayers();
style            1670 Source/core/css/CSSComputedStyleDeclaration.cpp             const FillLayer* layers = propertyID == CSSPropertyWebkitMaskComposite ? style->maskLayers() : style->backgroundLayers();
style            1681 Source/core/css/CSSComputedStyleDeclaration.cpp             const FillLayer* layers = style->backgroundLayers();
style            1697 Source/core/css/CSSComputedStyleDeclaration.cpp             const FillLayer* layers = (propertyID == CSSPropertyWebkitMaskClip || propertyID == CSSPropertyWebkitMaskOrigin) ? style->maskLayers() : style->backgroundLayers();
style            1714 Source/core/css/CSSComputedStyleDeclaration.cpp             const FillLayer* layers = propertyID == CSSPropertyWebkitMaskPosition ? style->maskLayers() : style->backgroundLayers();
style            1716 Source/core/css/CSSComputedStyleDeclaration.cpp                 return createPositionListForLayer(propertyID, layers, *style);
style            1720 Source/core/css/CSSComputedStyleDeclaration.cpp                 list->append(createPositionListForLayer(propertyID, currLayer, *style));
style            1725 Source/core/css/CSSComputedStyleDeclaration.cpp             const FillLayer* layers = propertyID == CSSPropertyWebkitMaskPositionX ? style->maskLayers() : style->backgroundLayers();
style            1737 Source/core/css/CSSComputedStyleDeclaration.cpp             const FillLayer* layers = propertyID == CSSPropertyWebkitMaskPositionY ? style->maskLayers() : style->backgroundLayers();
style            1748 Source/core/css/CSSComputedStyleDeclaration.cpp             if (style->borderCollapse())
style            1753 Source/core/css/CSSComputedStyleDeclaration.cpp             list->append(zoomAdjustedPixelValue(style->horizontalBorderSpacing(), *style));
style            1754 Source/core/css/CSSComputedStyleDeclaration.cpp             list->append(zoomAdjustedPixelValue(style->verticalBorderSpacing(), *style));
style            1758 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(style->horizontalBorderSpacing(), *style);
style            1760 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(style->verticalBorderSpacing(), *style);
style            1762 Source/core/css/CSSComputedStyleDeclaration.cpp             if (style->borderImageSource())
style            1763 Source/core/css/CSSComputedStyleDeclaration.cpp                 return style->borderImageSource()->cssValue();
style            1766 Source/core/css/CSSComputedStyleDeclaration.cpp             return m_allowVisitedStyle ? cssValuePool().createColorValue(style->visitedDependentColor(CSSPropertyBorderTopColor).rgb()) : currentColorOrValidColor(*style, style->borderTopColor());
style            1768 Source/core/css/CSSComputedStyleDeclaration.cpp             return m_allowVisitedStyle ? cssValuePool().createColorValue(style->visitedDependentColor(CSSPropertyBorderRightColor).rgb()) : currentColorOrValidColor(*style, style->borderRightColor());
style            1770 Source/core/css/CSSComputedStyleDeclaration.cpp             return m_allowVisitedStyle ? cssValuePool().createColorValue(style->visitedDependentColor(CSSPropertyBorderBottomColor).rgb()) : currentColorOrValidColor(*style, style->borderBottomColor());
style            1772 Source/core/css/CSSComputedStyleDeclaration.cpp             return m_allowVisitedStyle ? cssValuePool().createColorValue(style->visitedDependentColor(CSSPropertyBorderLeftColor).rgb()) : currentColorOrValidColor(*style, style->borderLeftColor());
style            1774 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->borderTopStyle());
style            1776 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->borderRightStyle());
style            1778 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->borderBottomStyle());
style            1780 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->borderLeftStyle());
style            1782 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(style->borderTopWidth(), *style);
style            1784 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(style->borderRightWidth(), *style);
style            1786 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(style->borderBottomWidth(), *style);
style            1788 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(style->borderLeftWidth(), *style);
style            1790 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForPositionOffset(*style, CSSPropertyBottom, renderer);
style            1792 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->boxAlign());
style            1794 Source/core/css/CSSComputedStyleDeclaration.cpp             if (style->boxDecorationBreak() == DSLICE)
style            1798 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->boxDirection());
style            1800 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->boxFlex(), CSSPrimitiveValue::CSS_NUMBER);
style            1802 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->boxFlexGroup(), CSSPrimitiveValue::CSS_NUMBER);
style            1804 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->boxLines());
style            1806 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->boxOrdinalGroup(), CSSPrimitiveValue::CSS_NUMBER);
style            1808 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->boxOrient());
style            1810 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->boxPack());
style            1812 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForReflection(style->boxReflect(), *style);
style            1815 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForShadowList(style->boxShadow(), *style, true);
style            1817 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->captionSide());
style            1819 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->clear());
style            1821 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createColorValue(m_allowVisitedStyle ? style->visitedDependentColor(CSSPropertyColor).rgb() : style->color().rgb());
style            1823 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->printColorAdjust());
style            1825 Source/core/css/CSSComputedStyleDeclaration.cpp             if (style->hasAutoColumnCount())
style            1827 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->columnCount(), CSSPrimitiveValue::CSS_NUMBER);
style            1830 Source/core/css/CSSComputedStyleDeclaration.cpp                 return cssValuePool().createValue(style->columnFill());
style            1833 Source/core/css/CSSComputedStyleDeclaration.cpp             if (style->hasNormalColumnGap())
style            1835 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(style->columnGap(), *style);
style            1837 Source/core/css/CSSComputedStyleDeclaration.cpp             return m_allowVisitedStyle ? cssValuePool().createColorValue(style->visitedDependentColor(CSSPropertyOutlineColor).rgb()) : currentColorOrValidColor(*style, style->columnRuleColor());
style            1839 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->columnRuleStyle());
style            1841 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(style->columnRuleWidth(), *style);
style            1843 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createIdentifierValue(style->columnSpan() ? CSSValueAll : CSSValueNone);
style            1845 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->columnBreakAfter());
style            1847 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->columnBreakBefore());
style            1849 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->columnBreakInside());
style            1851 Source/core/css/CSSComputedStyleDeclaration.cpp             if (style->hasAutoColumnWidth())
style            1853 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(style->columnWidth(), *style);
style            1855 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->tabSize(), CSSPrimitiveValue::CSS_NUMBER);
style            1858 Source/core/css/CSSComputedStyleDeclaration.cpp             CursorList* cursors = style->cursors();
style            1865 Source/core/css/CSSComputedStyleDeclaration.cpp             RefPtrWillBeRawPtr<CSSValue> value = cssValuePool().createValue(style->cursor());
style            1873 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->direction());
style            1875 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->display());
style            1877 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->emptyCells());
style            1879 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->alignContent());
style            1881 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForItemPositionWithOverflowAlignment(style->alignItems(), style->alignItemsOverflowAlignment());
style            1883 Source/core/css/CSSComputedStyleDeclaration.cpp             ItemPosition alignSelf = style->alignSelf();
style            1891 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForItemPositionWithOverflowAlignment(alignSelf, style->alignSelfOverflowAlignment());
style            1896 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->flexBasis());
style            1898 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->flexDirection());
style            1902 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->flexGrow());
style            1904 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->flexShrink());
style            1906 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->flexWrap());
style            1908 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->justifyContent());
style            1910 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->order(), CSSPrimitiveValue::CSS_NUMBER);
style            1912 Source/core/css/CSSComputedStyleDeclaration.cpp             if (style->display() != NONE && style->hasOutOfFlowPosition())
style            1914 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->floating());
style            1917 Source/core/css/CSSComputedStyleDeclaration.cpp             computedFont->style = valueForFontStyle(*style);
style            1918 Source/core/css/CSSComputedStyleDeclaration.cpp             computedFont->variant = valueForFontVariant(*style);
style            1919 Source/core/css/CSSComputedStyleDeclaration.cpp             computedFont->weight = valueForFontWeight(*style);
style            1920 Source/core/css/CSSComputedStyleDeclaration.cpp             computedFont->size = valueForFontSize(*style);
style            1921 Source/core/css/CSSComputedStyleDeclaration.cpp             computedFont->lineHeight = valueForLineHeight(*style);
style            1922 Source/core/css/CSSComputedStyleDeclaration.cpp             computedFont->family = valueForFontFamily(*style);
style            1926 Source/core/css/CSSComputedStyleDeclaration.cpp             RefPtrWillBeRawPtr<CSSValueList> fontFamilyList = valueForFontFamily(*style);
style            1934 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForFontSize(*style);
style            1936 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForFontStyle(*style);
style            1938 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForFontVariant(*style);
style            1940 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForFontWeight(*style);
style            1942 Source/core/css/CSSComputedStyleDeclaration.cpp             const FontFeatureSettings* featureSettings = style->fontDescription().featureSettings();
style            1954 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->gridAutoFlow());
style            1962 Source/core/css/CSSComputedStyleDeclaration.cpp             return specifiedValueForGridTrackSize(style->gridAutoColumns(), *style);
style            1964 Source/core/css/CSSComputedStyleDeclaration.cpp             return specifiedValueForGridTrackSize(style->gridAutoRows(), *style);
style            1967 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForGridTrackList(ForColumns, renderer, *style);
style            1969 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForGridTrackList(ForRows, renderer, *style);
style            1972 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForGridPosition(style->gridColumnStart());
style            1974 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForGridPosition(style->gridColumnEnd());
style            1976 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForGridPosition(style->gridRowStart());
style            1978 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForGridPosition(style->gridRowEnd());
style            1988 Source/core/css/CSSComputedStyleDeclaration.cpp             if (!style->namedGridAreaRowCount()) {
style            1989 Source/core/css/CSSComputedStyleDeclaration.cpp                 ASSERT(!style->namedGridAreaColumnCount());
style            1993 Source/core/css/CSSComputedStyleDeclaration.cpp             return CSSGridTemplateAreasValue::create(style->namedGridArea(), style->namedGridAreaRowCount(), style->namedGridAreaColumnCount());
style            2001 Source/core/css/CSSComputedStyleDeclaration.cpp                 return zoomAdjustedPixelValue(sizingBox(renderer).height(), *style);
style            2003 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValueForLength(style->height(), *style);
style            2005 Source/core/css/CSSComputedStyleDeclaration.cpp             if (style->highlight() == nullAtom)
style            2007 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->highlight(), CSSPrimitiveValue::CSS_STRING);
style            2009 Source/core/css/CSSComputedStyleDeclaration.cpp             if (style->hyphenationString().isNull())
style            2011 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->hyphenationString(), CSSPrimitiveValue::CSS_STRING);
style            2013 Source/core/css/CSSComputedStyleDeclaration.cpp             if (style->borderFit() == BorderFitBorder)
style            2017 Source/core/css/CSSComputedStyleDeclaration.cpp             return CSSPrimitiveValue::create(style->imageRendering());
style            2019 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->isolation());
style            2021 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForItemPositionWithOverflowAlignment(style->justifySelf(), style->justifySelfOverflowAlignment());
style            2023 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForPositionOffset(*style, CSSPropertyLeft, renderer);
style            2025 Source/core/css/CSSComputedStyleDeclaration.cpp             if (!style->letterSpacing())
style            2027 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(style->letterSpacing(), *style);
style            2029 Source/core/css/CSSComputedStyleDeclaration.cpp             if (style->lineClamp().isNone())
style            2031 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->lineClamp().value(), style->lineClamp().isPercentage() ? CSSPrimitiveValue::CSS_PERCENTAGE : CSSPrimitiveValue::CSS_NUMBER);
style            2033 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForLineHeight(*style);
style            2035 Source/core/css/CSSComputedStyleDeclaration.cpp             if (style->listStyleImage())
style            2036 Source/core/css/CSSComputedStyleDeclaration.cpp                 return style->listStyleImage()->cssValue();
style            2039 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->listStylePosition());
style            2041 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->listStyleType());
style            2043 Source/core/css/CSSComputedStyleDeclaration.cpp             if (style->locale().isNull())
style            2045 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->locale(), CSSPrimitiveValue::CSS_STRING);
style            2047 Source/core/css/CSSComputedStyleDeclaration.cpp             Length marginTop = style->marginTop();
style            2049 Source/core/css/CSSComputedStyleDeclaration.cpp                 return zoomAdjustedPixelValueForLength(marginTop, *style);
style            2050 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(toRenderBox(renderer)->marginTop(), *style);
style            2053 Source/core/css/CSSComputedStyleDeclaration.cpp             Length marginRight = style->marginRight();
style            2055 Source/core/css/CSSComputedStyleDeclaration.cpp                 return zoomAdjustedPixelValueForLength(marginRight, *style);
style            2065 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(value, *style);
style            2068 Source/core/css/CSSComputedStyleDeclaration.cpp             Length marginBottom = style->marginBottom();
style            2070 Source/core/css/CSSComputedStyleDeclaration.cpp                 return zoomAdjustedPixelValueForLength(marginBottom, *style);
style            2071 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(toRenderBox(renderer)->marginBottom(), *style);
style            2074 Source/core/css/CSSComputedStyleDeclaration.cpp             Length marginLeft = style->marginLeft();
style            2076 Source/core/css/CSSComputedStyleDeclaration.cpp                 return zoomAdjustedPixelValueForLength(marginLeft, *style);
style            2077 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(toRenderBox(renderer)->marginLeft(), *style);
style            2080 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->userModify());
style            2082 Source/core/css/CSSComputedStyleDeclaration.cpp             const Length& maxHeight = style->maxHeight();
style            2085 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValueForLength(maxHeight, *style);
style            2088 Source/core/css/CSSComputedStyleDeclaration.cpp             const Length& maxWidth = style->maxWidth();
style            2091 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValueForLength(maxWidth, *style);
style            2095 Source/core/css/CSSComputedStyleDeclaration.cpp             if (style->minHeight().isAuto())
style            2096 Source/core/css/CSSComputedStyleDeclaration.cpp                 return zoomAdjustedPixelValue(0, *style);
style            2097 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValueForLength(style->minHeight(), *style);
style            2100 Source/core/css/CSSComputedStyleDeclaration.cpp             if (style->minWidth().isAuto())
style            2101 Source/core/css/CSSComputedStyleDeclaration.cpp                 return zoomAdjustedPixelValue(0, *style);
style            2102 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValueForLength(style->minWidth(), *style);
style            2104 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->objectFit());
style            2108 Source/core/css/CSSComputedStyleDeclaration.cpp                     zoomAdjustedPixelValueForLength(style->objectPosition().x(), *style),
style            2109 Source/core/css/CSSComputedStyleDeclaration.cpp                     zoomAdjustedPixelValueForLength(style->objectPosition().y(), *style),
style            2112 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->opacity(), CSSPrimitiveValue::CSS_NUMBER);
style            2114 Source/core/css/CSSComputedStyleDeclaration.cpp             if (style->hasAutoOrphans())
style            2116 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->orphans(), CSSPrimitiveValue::CSS_NUMBER);
style            2118 Source/core/css/CSSComputedStyleDeclaration.cpp             return m_allowVisitedStyle ? cssValuePool().createColorValue(style->visitedDependentColor(CSSPropertyOutlineColor).rgb()) : currentColorOrValidColor(*style, style->outlineColor());
style            2120 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(style->outlineOffset(), *style);
style            2122 Source/core/css/CSSComputedStyleDeclaration.cpp             if (style->outlineStyleIsAuto())
style            2124 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->outlineStyle());
style            2126 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(style->outlineWidth(), *style);
style            2128 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(max(style->overflowX(), style->overflowY()));
style            2130 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->overflowWrap());
style            2132 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->overflowX());
style            2134 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->overflowY());
style            2136 Source/core/css/CSSComputedStyleDeclaration.cpp             Length paddingTop = style->paddingTop();
style            2138 Source/core/css/CSSComputedStyleDeclaration.cpp                 return zoomAdjustedPixelValueForLength(paddingTop, *style);
style            2139 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(toRenderBox(renderer)->computedCSSPaddingTop(), *style);
style            2142 Source/core/css/CSSComputedStyleDeclaration.cpp             Length paddingRight = style->paddingRight();
style            2144 Source/core/css/CSSComputedStyleDeclaration.cpp                 return zoomAdjustedPixelValueForLength(paddingRight, *style);
style            2145 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(toRenderBox(renderer)->computedCSSPaddingRight(), *style);
style            2148 Source/core/css/CSSComputedStyleDeclaration.cpp             Length paddingBottom = style->paddingBottom();
style            2150 Source/core/css/CSSComputedStyleDeclaration.cpp                 return zoomAdjustedPixelValueForLength(paddingBottom, *style);
style            2151 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(toRenderBox(renderer)->computedCSSPaddingBottom(), *style);
style            2154 Source/core/css/CSSComputedStyleDeclaration.cpp             Length paddingLeft = style->paddingLeft();
style            2156 Source/core/css/CSSComputedStyleDeclaration.cpp                 return zoomAdjustedPixelValueForLength(paddingLeft, *style);
style            2157 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(toRenderBox(renderer)->computedCSSPaddingLeft(), *style);
style            2160 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->pageBreakAfter());
style            2162 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->pageBreakBefore());
style            2164 Source/core/css/CSSComputedStyleDeclaration.cpp             EPageBreak pageBreak = style->pageBreakInside();
style            2168 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->pageBreakInside());
style            2171 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->position());
style            2173 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForPositionOffset(*style, CSSPropertyRight, renderer);
style            2175 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->rubyPosition());
style            2177 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->scrollBehavior());
style            2179 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->tableLayout());
style            2181 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->textAlign());
style            2183 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->textAlignLast());
style            2187 Source/core/css/CSSComputedStyleDeclaration.cpp             return renderTextDecorationFlagsToCSSValue(style->textDecoration());
style            2189 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForTextDecorationStyle(style->textDecorationStyle());
style            2191 Source/core/css/CSSComputedStyleDeclaration.cpp             return currentColorOrValidColor(*style, style->textDecorationColor());
style            2193 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->textJustify());
style            2195 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->textUnderlinePosition());
style            2197 Source/core/css/CSSComputedStyleDeclaration.cpp             return renderTextDecorationFlagsToCSSValue(style->textDecorationsInEffect());
style            2199 Source/core/css/CSSComputedStyleDeclaration.cpp             return currentColorOrValidColor(*style, style->textFillColor());
style            2201 Source/core/css/CSSComputedStyleDeclaration.cpp             return currentColorOrValidColor(*style, style->textEmphasisColor());
style            2203 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->textEmphasisPosition());
style            2205 Source/core/css/CSSComputedStyleDeclaration.cpp             switch (style->textEmphasisMark()) {
style            2209 Source/core/css/CSSComputedStyleDeclaration.cpp                 return cssValuePool().createValue(style->textEmphasisCustomMark(), CSSPrimitiveValue::CSS_STRING);
style            2219 Source/core/css/CSSComputedStyleDeclaration.cpp                 list->append(cssValuePool().createValue(style->textEmphasisFill()));
style            2220 Source/core/css/CSSComputedStyleDeclaration.cpp                 list->append(cssValuePool().createValue(style->textEmphasisMark()));
style            2225 Source/core/css/CSSComputedStyleDeclaration.cpp             RefPtrWillBeRawPtr<CSSValue> textIndent = zoomAdjustedPixelValueForLength(style->textIndent(), *style);
style            2226 Source/core/css/CSSComputedStyleDeclaration.cpp             if (RuntimeEnabledFeatures::css3TextEnabled() && style->textIndentLine() == TextIndentEachLine) {
style            2235 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForShadowList(style->textShadow(), *style, false);
style            2237 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->fontDescription().textRendering());
style            2239 Source/core/css/CSSComputedStyleDeclaration.cpp             if (style->textOverflow())
style            2243 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->textSecurity());
style            2245 Source/core/css/CSSComputedStyleDeclaration.cpp             return currentColorOrValidColor(*style, style->textStrokeColor());
style            2247 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(style->textStrokeWidth(), *style);
style            2249 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->textTransform());
style            2251 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForPositionOffset(*style, CSSPropertyTop, renderer);
style            2253 Source/core/css/CSSComputedStyleDeclaration.cpp             return touchActionFlagsToCSSValue(style->touchAction());
style            2255 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->touchActionDelay());
style            2257 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->unicodeBidi());
style            2259 Source/core/css/CSSComputedStyleDeclaration.cpp             switch (style->verticalAlign()) {
style            2279 Source/core/css/CSSComputedStyleDeclaration.cpp                     return cssValuePool().createValue(style->verticalAlignLength());
style            2284 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->visibility());
style            2286 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->whiteSpace());
style            2288 Source/core/css/CSSComputedStyleDeclaration.cpp             if (style->hasAutoWidows())
style            2290 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->widows(), CSSPrimitiveValue::CSS_NUMBER);
style            2297 Source/core/css/CSSComputedStyleDeclaration.cpp                 return zoomAdjustedPixelValue(sizingBox(renderer).width(), *style);
style            2299 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValueForLength(style->width(), *style);
style            2301 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForWillChange(style->willChangeProperties(), style->willChangeContents(), style->willChangeScrollPosition());
style            2303 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->wordBreak());
style            2305 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(style->wordSpacing(), *style);
style            2307 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->overflowWrap());
style            2309 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->lineBreak());
style            2311 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->resize());
style            2313 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->fontDescription().kerning());
style            2315 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->fontDescription().fontSmoothing());
style            2317 Source/core/css/CSSComputedStyleDeclaration.cpp             FontDescription::LigaturesState commonLigaturesState = style->fontDescription().commonLigaturesState();
style            2318 Source/core/css/CSSComputedStyleDeclaration.cpp             FontDescription::LigaturesState discretionaryLigaturesState = style->fontDescription().discretionaryLigaturesState();
style            2319 Source/core/css/CSSComputedStyleDeclaration.cpp             FontDescription::LigaturesState historicalLigaturesState = style->fontDescription().historicalLigaturesState();
style            2320 Source/core/css/CSSComputedStyleDeclaration.cpp             FontDescription::LigaturesState contextualLigaturesState = style->fontDescription().contextualLigaturesState();
style            2337 Source/core/css/CSSComputedStyleDeclaration.cpp             if (style->hasAutoZIndex())
style            2339 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->zIndex(), CSSPrimitiveValue::CSS_NUMBER);
style            2341 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->zoom(), CSSPrimitiveValue::CSS_NUMBER);
style            2343 Source/core/css/CSSComputedStyleDeclaration.cpp             if (style->boxSizing() == CONTENT_BOX)
style            2347 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createIdentifierValue(style->getDraggableRegionMode() == DraggableRegionDrag ? CSSValueDrag : CSSValueNoDrag);
style            2351 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForAnimationDelay(style->animations());
style            2356 Source/core/css/CSSComputedStyleDeclaration.cpp             const CSSAnimationDataList* t = style->animations();
style            2367 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForAnimationDuration(style->animations());
style            2372 Source/core/css/CSSComputedStyleDeclaration.cpp             const CSSAnimationDataList* t = style->animations();
style            2384 Source/core/css/CSSComputedStyleDeclaration.cpp             const CSSAnimationDataList* t = style->animations();
style            2401 Source/core/css/CSSComputedStyleDeclaration.cpp             const CSSAnimationDataList* t = style->animations();
style            2413 Source/core/css/CSSComputedStyleDeclaration.cpp             const CSSAnimationDataList* t = style->animations();
style            2429 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForAnimationTimingFunction(style->animations());
style            2432 Source/core/css/CSSComputedStyleDeclaration.cpp             const CSSAnimationDataList* animations = style->animations();
style            2471 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->appearance());
style            2473 Source/core/css/CSSComputedStyleDeclaration.cpp             if (!style->hasAspectRatio())
style            2475 Source/core/css/CSSComputedStyleDeclaration.cpp             return CSSAspectRatioValue::create(style->aspectRatioNumerator(), style->aspectRatioDenominator());
style            2478 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createIdentifierValue((style->backfaceVisibility() == BackfaceVisibilityHidden) ? CSSValueHidden : CSSValueVisible);
style            2480 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForNinePieceImage(style->borderImage(), *style);
style            2482 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForNinePieceImageQuad(style->borderImage().outset(), *style);
style            2484 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForNinePieceImageRepeat(style->borderImage());
style            2486 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForNinePieceImageSlice(style->borderImage());
style            2488 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForNinePieceImageQuad(style->borderImage().borderSlices(), *style);
style            2490 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForNinePieceImage(style->maskBoxImage(), *style);
style            2492 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForNinePieceImageQuad(style->maskBoxImage().outset(), *style);
style            2494 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForNinePieceImageRepeat(style->maskBoxImage());
style            2496 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForNinePieceImageSlice(style->maskBoxImage());
style            2498 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForNinePieceImageQuad(style->maskBoxImage().borderSlices(), *style);
style            2500 Source/core/css/CSSComputedStyleDeclaration.cpp             if (style->maskBoxImageSource())
style            2501 Source/core/css/CSSComputedStyleDeclaration.cpp                 return style->maskBoxImageSource()->cssValue();
style            2508 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->marginAfterCollapse());
style            2511 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->marginBeforeCollapse());
style            2514 Source/core/css/CSSComputedStyleDeclaration.cpp             if (!style->hasPerspective())
style            2516 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(style->perspective(), *style);
style            2525 Source/core/css/CSSComputedStyleDeclaration.cpp                 list->append(zoomAdjustedPixelValue(minimumValueForLength(style->perspectiveOriginX(), box.width()), *style));
style            2526 Source/core/css/CSSComputedStyleDeclaration.cpp                 list->append(zoomAdjustedPixelValue(minimumValueForLength(style->perspectiveOriginY(), box.height()), *style));
style            2529 Source/core/css/CSSComputedStyleDeclaration.cpp                 list->append(zoomAdjustedPixelValueForLength(style->perspectiveOriginX(), *style));
style            2530 Source/core/css/CSSComputedStyleDeclaration.cpp                 list->append(zoomAdjustedPixelValueForLength(style->perspectiveOriginY(), *style));
style            2536 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createIdentifierValue(style->rtlOrdering() ? CSSValueVisual : CSSValueLogical);
style            2538 Source/core/css/CSSComputedStyleDeclaration.cpp             return currentColorOrValidColor(*style, style->tapHighlightColor());
style            2540 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->userDrag());
style            2542 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->userSelect());
style            2544 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForBorderRadiusCorner(style->borderBottomLeftRadius(), *style);
style            2546 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForBorderRadiusCorner(style->borderBottomRightRadius(), *style);
style            2548 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForBorderRadiusCorner(style->borderTopLeftRadius(), *style);
style            2550 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForBorderRadiusCorner(style->borderTopRightRadius(), *style);
style            2552 Source/core/css/CSSComputedStyleDeclaration.cpp             if (!style->hasClip())
style            2555 Source/core/css/CSSComputedStyleDeclaration.cpp             rect->setTop(zoomAdjustedPixelValue(style->clip().top().value(), *style));
style            2556 Source/core/css/CSSComputedStyleDeclaration.cpp             rect->setRight(zoomAdjustedPixelValue(style->clip().right().value(), *style));
style            2557 Source/core/css/CSSComputedStyleDeclaration.cpp             rect->setBottom(zoomAdjustedPixelValue(style->clip().bottom().value(), *style));
style            2558 Source/core/css/CSSComputedStyleDeclaration.cpp             rect->setLeft(zoomAdjustedPixelValue(style->clip().left().value(), *style));
style            2562 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->speak());
style            2565 Source/core/css/CSSComputedStyleDeclaration.cpp             return computedTransform(renderer, *style);
style            2574 Source/core/css/CSSComputedStyleDeclaration.cpp                 list->append(zoomAdjustedPixelValue(minimumValueForLength(style->transformOriginX(), box.width()), *style));
style            2575 Source/core/css/CSSComputedStyleDeclaration.cpp                 list->append(zoomAdjustedPixelValue(minimumValueForLength(style->transformOriginY(), box.height()), *style));
style            2576 Source/core/css/CSSComputedStyleDeclaration.cpp                 if (style->transformOriginZ() != 0)
style            2577 Source/core/css/CSSComputedStyleDeclaration.cpp                     list->append(zoomAdjustedPixelValue(style->transformOriginZ(), *style));
style            2579 Source/core/css/CSSComputedStyleDeclaration.cpp                 list->append(zoomAdjustedPixelValueForLength(style->transformOriginX(), *style));
style            2580 Source/core/css/CSSComputedStyleDeclaration.cpp                 list->append(zoomAdjustedPixelValueForLength(style->transformOriginY(), *style));
style            2581 Source/core/css/CSSComputedStyleDeclaration.cpp                 if (style->transformOriginZ() != 0)
style            2582 Source/core/css/CSSComputedStyleDeclaration.cpp                     list->append(zoomAdjustedPixelValue(style->transformOriginZ(), *style));
style            2588 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createIdentifierValue((style->transformStyle3D() == TransformStyle3DPreserve3D) ? CSSValuePreserve3d : CSSValueFlat);
style            2591 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForAnimationDelay(style->transitions());
style            2594 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForAnimationDuration(style->transitions());
style            2597 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForTransitionProperty(style->transitions());
style            2600 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForAnimationTimingFunction(style->transitions());
style            2603 Source/core/css/CSSComputedStyleDeclaration.cpp             const CSSAnimationDataList* animList = style->transitions();
style            2627 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->pointerEvents());
style            2629 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->writingMode());
style            2631 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->textCombine());
style            2633 Source/core/css/CSSComputedStyleDeclaration.cpp             return CSSPrimitiveValue::create(style->textOrientation());
style            2635 Source/core/css/CSSComputedStyleDeclaration.cpp             return createLineBoxContainValue(style->lineBoxContain());
style            2637 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForContentData(*style);
style            2639 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForCounterDirectives(*style, propertyID);
style            2641 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForCounterDirectives(*style, propertyID);
style            2643 Source/core/css/CSSComputedStyleDeclaration.cpp             if (ClipPathOperation* operation = style->clipPath()) {
style            2645 Source/core/css/CSSComputedStyleDeclaration.cpp                     return valueForBasicShape(*style, toShapeClipPathOperation(operation)->basicShape());
style            2651 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->wrapFlow());
style            2653 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->shapeMargin());
style            2655 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->shapeImageThreshold(), CSSPrimitiveValue::CSS_NUMBER);
style            2657 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForShape(*style, style->shapeOutside());
style            2659 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->wrapThrough());
style            2661 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForFilter(renderer, *style);
style            2663 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->blendMode());
style            2666 Source/core/css/CSSComputedStyleDeclaration.cpp             const FillLayer* layers = style->backgroundLayers();
style            2695 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForNinePieceImage(style->borderImage(), *style);
style            2697 Source/core/css/CSSComputedStyleDeclaration.cpp             return valueForBorderRadiusShorthand(*style);
style            2882 Source/core/css/CSSComputedStyleDeclaration.cpp     RenderStyle* style = node->computedStyle(m_pseudoElementSpecifier);
style            2883 Source/core/css/CSSComputedStyleDeclaration.cpp     if (!style)
style            2901 Source/core/css/CSSComputedStyleDeclaration.cpp         RenderStyle* style = m_node->computedStyle(m_pseudoElementSpecifier);
style            2902 Source/core/css/CSSComputedStyleDeclaration.cpp         if (style && style->fontDescription().keywordSize()) {
style            2903 Source/core/css/CSSComputedStyleDeclaration.cpp             CSSValueID sizeValue = cssIdentifierForFontSizeKeyword(style->fontDescription().keywordSize());
style              55 Source/core/css/CSSFilterRule.h     CSSStyleDeclaration* style() const;
style              47 Source/core/css/CSSFontFaceRule.h     CSSStyleDeclaration* style() const;
style              35 Source/core/css/CSSFontValue.cpp     if (style)
style              36 Source/core/css/CSSFontValue.cpp         result.append(style->cssText());
style              69 Source/core/css/CSSFontValue.cpp     return compareCSSValuePtr(style, other.style)
style              80 Source/core/css/CSSFontValue.cpp     visitor->trace(style);
style              46 Source/core/css/CSSFontValue.h     RefPtrWillBeMember<CSSPrimitiveValue> style;
style              72 Source/core/css/CSSGradientValue.cpp     CSSToLengthConversionData conversionData(renderer->style(), rootStyle, renderer->view());
style              88 Source/core/css/CSSKeyframeRule.h     CSSStyleDeclaration* style() const;
style              48 Source/core/css/CSSPageRule.h     CSSStyleDeclaration* style() const;
style             601 Source/core/css/CSSPrimitiveValue.cpp     const RenderStyle& style = conversionData.style();
style             609 Source/core/css/CSSPrimitiveValue.cpp             factor = computingFontSize ? style.fontDescription().specifiedSize() : style.fontDescription().computedSize();
style             615 Source/core/css/CSSPrimitiveValue.cpp             if (style.fontMetrics().hasXHeight())
style             616 Source/core/css/CSSPrimitiveValue.cpp                 factor = style.fontMetrics().xHeight();
style             618 Source/core/css/CSSPrimitiveValue.cpp                 factor = (computingFontSize ? style.fontDescription().specifiedSize() : style.fontDescription().computedSize()) / 2.0;
style             627 Source/core/css/CSSPrimitiveValue.cpp             factor = style.fontMetrics().zeroWidth();
style             145 Source/core/css/CSSSegmentedFontFace.cpp     requestedFontDescription.setSyntheticItalic(m_traits.style() == FontStyleNormal && desiredTraits.style() == FontStyleItalic);
style              34 Source/core/css/CSSShadowValue.cpp     PassRefPtrWillBeRawPtr<CSSPrimitiveValue> style,
style              41 Source/core/css/CSSShadowValue.cpp     , style(style)
style              72 Source/core/css/CSSShadowValue.cpp     if (style) {
style              75 Source/core/css/CSSShadowValue.cpp         text.append(style->cssText());
style              88 Source/core/css/CSSShadowValue.cpp         && compareCSSValuePtr(style, other.style);
style              97 Source/core/css/CSSShadowValue.cpp     visitor->trace(style);
style              39 Source/core/css/CSSShadowValue.h         PassRefPtrWillBeRawPtr<CSSPrimitiveValue> style,
style              42 Source/core/css/CSSShadowValue.h         return adoptRefWillBeRefCountedGarbageCollected(new CSSShadowValue(x, y, blur, spread, style, color));
style              53 Source/core/css/CSSShadowValue.h     RefPtrWillBeMember<CSSPrimitiveValue> style;
style              63 Source/core/css/CSSShadowValue.h         PassRefPtrWillBeRawPtr<CSSPrimitiveValue> style,
style              50 Source/core/css/CSSStyleRule.h     CSSStyleDeclaration* style() const;
style             352 Source/core/css/CSSStyleSheet.cpp int CSSStyleSheet::addRule(const String& selector, const String& style, int index, ExceptionState& exceptionState)
style             357 Source/core/css/CSSStyleSheet.cpp     text.append(style);
style             358 Source/core/css/CSSStyleSheet.cpp     if (!style.isEmpty())
style             367 Source/core/css/CSSStyleSheet.cpp int CSSStyleSheet::addRule(const String& selector, const String& style, ExceptionState& exceptionState)
style             369 Source/core/css/CSSStyleSheet.cpp     return addRule(selector, style, length(), exceptionState);
style              74 Source/core/css/CSSStyleSheet.h     int addRule(const String& selector, const String& style, int index, ExceptionState&);
style              75 Source/core/css/CSSStyleSheet.h     int addRule(const String& selector, const String& style, ExceptionState&);
style              39 Source/core/css/CSSToLengthConversionData.cpp CSSToLengthConversionData::CSSToLengthConversionData(const RenderStyle* style, const RenderStyle* rootStyle, const RenderView* renderView, float zoom, bool computingFontSize)
style              40 Source/core/css/CSSToLengthConversionData.cpp     : m_style(style)
style              51 Source/core/css/CSSToLengthConversionData.cpp CSSToLengthConversionData::CSSToLengthConversionData(const RenderStyle* style, const RenderStyle* rootStyle, const RenderView* renderView, bool computingFontSize)
style              52 Source/core/css/CSSToLengthConversionData.cpp     : m_style(style)
style              61 Source/core/css/CSSToLengthConversionData.cpp CSSToLengthConversionData::CSSToLengthConversionData(const RenderStyle* style, const RenderStyle* rootStyle, float viewportWidth, float viewportHeight, float zoom, bool computingFontSize)
style              62 Source/core/css/CSSToLengthConversionData.cpp     : m_style(style)
style              48 Source/core/css/CSSToLengthConversionData.h     const RenderStyle& style() const { return *m_style; }
style              59 Source/core/css/CSSToLengthConversionData.h     void setStyle(const RenderStyle* style) { m_style = style; }
style             125 Source/core/css/CSSValuePool.cpp PassRefPtrWillBeRawPtr<CSSPrimitiveValue> CSSValuePool::createValue(const Length& value, const RenderStyle& style)
style             127 Source/core/css/CSSValuePool.cpp     return CSSPrimitiveValue::create(value, style.effectiveZoom());
style              55 Source/core/css/CSSViewportRule.h     CSSStyleDeclaration* style() const;
style              48 Source/core/css/ElementRuleCollector.cpp     const SelectorFilter& filter, RenderStyle* style)
style              51 Source/core/css/ElementRuleCollector.cpp     , m_style(style)
style             444 Source/core/css/FontFace.cpp     FontStyle style = FontStyleNormal;
style             451 Source/core/css/FontFace.cpp             style = FontStyleNormal;
style             455 Source/core/css/FontFace.cpp             style = FontStyleItalic;
style             534 Source/core/css/FontFace.cpp     return FontTraits(style, variant, weight, FontStretchNormal);
style              66 Source/core/css/FontFace.h     String style() const;
style             138 Source/core/css/FontFaceCache.cpp     bool firstHasDesiredStyle = firstTraits.style() == desiredTraits.style();
style             139 Source/core/css/FontFaceCache.cpp     bool secondHasDesiredStyle = secondTraits.style() == desiredTraits.style();
style             144 Source/core/css/FontFaceCache.cpp     if (desiredTraits.style() == FontStyleItalic) {
style             147 Source/core/css/FontFaceCache.cpp         bool firstRequiresItalics = firstTraits.style() == FontStyleItalic;
style             148 Source/core/css/FontFaceCache.cpp         bool secondRequiresItalics = secondTraits.style() == FontStyleItalic;
style             206 Source/core/css/FontFaceCache.cpp             if (traits.style() == FontStyleNormal && candidateTraits.style() != FontStyleNormal)
style             499 Source/core/css/FontFaceSet.cpp     RefPtr<RenderStyle> style = RenderStyle::create();
style             509 Source/core/css/FontFaceSet.cpp     style->setFontDescription(defaultFontDescription);
style             511 Source/core/css/FontFaceSet.cpp     style->font().update(style->font().fontSelector());
style             523 Source/core/css/FontFaceSet.cpp     styleResolver.applyPropertiesToStyle(properties, WTF_ARRAY_LENGTH(properties), style.get());
style             525 Source/core/css/FontFaceSet.cpp     font = style->font();
style              85 Source/core/css/MediaQueryEvaluator.cpp MediaQueryEvaluator::MediaQueryEvaluator(const String& acceptedMediaType, LocalFrame* frame, RenderStyle* style)
style              88 Source/core/css/MediaQueryEvaluator.cpp     , m_mediaValues(MediaValues::create(frame, style, MediaValues::DynamicMode))
style             386 Source/core/css/MediaQueryEvaluator.cpp         return computeLength(value, mediaValues.strictMode(), mediaValues.style(), mediaValues.defaultFontSize(), length)
style             398 Source/core/css/MediaQueryEvaluator.cpp         return computeLength(value, mediaValues.strictMode(), mediaValues.style(), mediaValues.defaultFontSize(), length)
style             411 Source/core/css/MediaQueryEvaluator.cpp         return computeLength(value, mediaValues.strictMode(), mediaValues.style(), mediaValues.defaultFontSize(), length)
style             423 Source/core/css/MediaQueryEvaluator.cpp         return computeLength(value, mediaValues.strictMode(), mediaValues.style(), mediaValues.defaultFontSize(), length)
style              24 Source/core/css/MediaValues.cpp static int calculateViewportWidth(LocalFrame* frame, RenderStyle* style)
style              26 Source/core/css/MediaValues.cpp     ASSERT(frame && frame->view() && style);
style              28 Source/core/css/MediaValues.cpp     return adjustForAbsoluteZoom(viewportWidth, style);
style              31 Source/core/css/MediaValues.cpp static int calculateViewportHeight(LocalFrame* frame, RenderStyle* style)
style              33 Source/core/css/MediaValues.cpp     ASSERT(frame && frame->view() && style);
style              35 Source/core/css/MediaValues.cpp     return adjustForAbsoluteZoom(viewportHeight, style);
style              83 Source/core/css/MediaValues.cpp static int calculateDefaultFontSize(RenderStyle* style)
style              85 Source/core/css/MediaValues.cpp     return style->fontDescription().specifiedSize();
style             168 Source/core/css/MediaValues.cpp PassRefPtr<MediaValues> MediaValues::create(LocalFrame* frame, RenderStyle* style, MediaValuesMode mode)
style             170 Source/core/css/MediaValues.cpp     ASSERT(frame && style);
style             172 Source/core/css/MediaValues.cpp     mediaValues = adoptRef(new MediaValues(frame, style, mode));
style             174 Source/core/css/MediaValues.cpp         mediaValues->m_viewportWidth = calculateViewportWidth(frame, style);
style             175 Source/core/css/MediaValues.cpp         mediaValues->m_viewportHeight = calculateViewportHeight(frame, style),
style             182 Source/core/css/MediaValues.cpp         mediaValues->m_defaultFontSize = calculateDefaultFontSize(style),
style             202 Source/core/css/MediaValues.cpp     ASSERT(executingDocument->renderer()->style());
style             204 Source/core/css/MediaValues.cpp     RenderStyle* style = executingDocument->renderer()->style();
style             206 Source/core/css/MediaValues.cpp     return MediaValues::create(frame, style, mode);
style              64 Source/core/css/MediaValues.h     RenderStyle* style() const { return m_style.get(); }
style              68 Source/core/css/MediaValues.h     MediaValues(LocalFrame* frame, PassRefPtr<RenderStyle> style, MediaValuesMode mode)
style              69 Source/core/css/MediaValues.h         : m_style(style)
style              86 Source/core/css/SVGCSSComputedStyleDeclaration.cpp PassRefPtrWillBeRawPtr<SVGPaint> CSSComputedStyleDeclaration::adjustSVGPaintForCurrentColor(PassRefPtrWillBeRawPtr<SVGPaint> newPaint, RenderStyle& style) const
style              90 Source/core/css/SVGCSSComputedStyleDeclaration.cpp         paint->setColor(style.color());
style             104 Source/core/css/SVGCSSComputedStyleDeclaration.cpp     RenderStyle* style = node->computedStyle();
style             105 Source/core/css/SVGCSSComputedStyleDeclaration.cpp     if (!style)
style             108 Source/core/css/SVGCSSComputedStyleDeclaration.cpp     const SVGRenderStyle* svgStyle = style->svgStyle();
style             160 Source/core/css/SVGCSSComputedStyleDeclaration.cpp             return currentColorOrValidColor(*style, svgStyle->floodColor());
style             162 Source/core/css/SVGCSSComputedStyleDeclaration.cpp             return currentColorOrValidColor(*style, svgStyle->lightingColor());
style             164 Source/core/css/SVGCSSComputedStyleDeclaration.cpp             return currentColorOrValidColor(*style, svgStyle->stopColor());
style             166 Source/core/css/SVGCSSComputedStyleDeclaration.cpp             return adjustSVGPaintForCurrentColor(SVGPaint::create(svgStyle->fillPaintType(), svgStyle->fillPaintUri(), svgStyle->fillPaintColor()), *style);
style             182 Source/core/css/SVGCSSComputedStyleDeclaration.cpp             return adjustSVGPaintForCurrentColor(SVGPaint::create(svgStyle->strokePaintType(), svgStyle->strokePaintUri(), svgStyle->strokePaintColor()), *style);
style             489 Source/core/css/StylePropertySet.cpp void MutableStylePropertySet::removeEquivalentProperties(const StylePropertySet* style)
style             495 Source/core/css/StylePropertySet.cpp         if (style->propertyMatches(property.id(), property.value()))
style             503 Source/core/css/StylePropertySet.cpp void MutableStylePropertySet::removeEquivalentProperties(const CSSStyleDeclaration* style)
style             509 Source/core/css/StylePropertySet.cpp         if (style->cssPropertyMatches(property.id(), property.value()))
style             156 Source/core/css/invalidation/StyleInvalidator.cpp             ASSERT(renderer->style());
style             157 Source/core/css/invalidation/StyleInvalidator.cpp             renderer->setStyleInternal(RenderStyle::clone(renderer->style()));
style            1013 Source/core/css/parser/BisonCSSParser-in.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> style = MutableStylePropertySet::create();
style            1014 Source/core/css/parser/BisonCSSParser-in.cpp     if (!parseValue(style.get(), CSSPropertyAnimationTimingFunction, string, false, HTMLStandardMode, 0))
style            1017 Source/core/css/parser/BisonCSSParser-in.cpp     return style->getPropertyCSSValue(CSSPropertyAnimationTimingFunction);
style            1172 Source/core/css/parser/BisonCSSParser-in.cpp     RefPtr<ImmutableStylePropertySet> style = createStylePropertySet();
style            1174 Source/core/css/parser/BisonCSSParser-in.cpp     return style.release();
style            5416 Source/core/css/parser/CSSPropertyParser.cpp         if (x || y || blur || spread || color || style) {
style            5421 Source/core/css/parser/CSSPropertyParser.cpp             values->append(CSSShadowValue::create(x.release(), y.release(), blur.release(), spread.release(), style.release(), color.release()));
style            5429 Source/core/css/parser/CSSPropertyParser.cpp         style = nullptr;
style            5485 Source/core/css/parser/CSSPropertyParser.cpp         style = cssValuePool().createIdentifierValue(v->id);
style            5504 Source/core/css/parser/CSSPropertyParser.cpp     RefPtrWillBeMember<CSSPrimitiveValue> style;
style             260 Source/core/css/resolver/AnimatedStyleBuilder.cpp     RenderStyle* style = state.style();
style             263 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setBackgroundColor(toAnimatableColor(value)->color());
style             264 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setVisitedLinkBackgroundColor(toAnimatableColor(value)->visitedLinkColor());
style             267 Source/core/css/resolver/AnimatedStyleBuilder.cpp         setOnFillLayers<CSSPropertyBackgroundImage>(style->accessBackgroundLayers(), value, state);
style             270 Source/core/css/resolver/AnimatedStyleBuilder.cpp         setOnFillLayers<CSSPropertyBackgroundPositionX>(style->accessBackgroundLayers(), value, state);
style             273 Source/core/css/resolver/AnimatedStyleBuilder.cpp         setOnFillLayers<CSSPropertyBackgroundPositionY>(style->accessBackgroundLayers(), value, state);
style             276 Source/core/css/resolver/AnimatedStyleBuilder.cpp         setOnFillLayers<CSSPropertyBackgroundSize>(style->accessBackgroundLayers(), value, state);
style             279 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setBaselineShiftValue(toAnimatableSVGLength(value)->toSVGLength());
style             282 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setBorderBottomColor(toAnimatableColor(value)->color());
style             283 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setVisitedLinkBorderBottomColor(toAnimatableColor(value)->visitedLinkColor());
style             286 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setBorderBottomLeftRadius(animatableValueToLengthSize(value, state, NonNegativeValues));
style             289 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setBorderBottomRightRadius(animatableValueToLengthSize(value, state, NonNegativeValues));
style             292 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setBorderBottomWidth(animatableValueRoundClampTo<unsigned>(value));
style             295 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setBorderImageOutset(animatableValueToBorderImageLengthBox(value, state));
style             298 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setBorderImageSlices(animatableValueToLengthBox(value, state, NonNegativeValues));
style             301 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setBorderImageSource(state.styleImage(property, toAnimatableImage(value)->toCSSValue()));
style             304 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setBorderImageWidth(animatableValueToBorderImageLengthBox(value, state));
style             307 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setBorderLeftColor(toAnimatableColor(value)->color());
style             308 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setVisitedLinkBorderLeftColor(toAnimatableColor(value)->visitedLinkColor());
style             311 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setBorderLeftWidth(animatableValueRoundClampTo<unsigned>(value));
style             314 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setBorderRightColor(toAnimatableColor(value)->color());
style             315 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setVisitedLinkBorderRightColor(toAnimatableColor(value)->visitedLinkColor());
style             318 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setBorderRightWidth(animatableValueRoundClampTo<unsigned>(value));
style             321 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setBorderTopColor(toAnimatableColor(value)->color());
style             322 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setVisitedLinkBorderTopColor(toAnimatableColor(value)->visitedLinkColor());
style             325 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setBorderTopLeftRadius(animatableValueToLengthSize(value, state, NonNegativeValues));
style             328 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setBorderTopRightRadius(animatableValueToLengthSize(value, state, NonNegativeValues));
style             331 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setBorderTopWidth(animatableValueRoundClampTo<unsigned>(value));
style             334 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setBottom(animatableValueToLength(value, state));
style             338 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setBoxShadow(toAnimatableShadow(value)->shadowList());
style             341 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setClip(animatableValueToLengthBox(value, state));
style             342 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setHasClip(true);
style             345 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setColor(toAnimatableColor(value)->color());
style             346 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setVisitedLinkColor(toAnimatableColor(value)->visitedLinkColor());
style             349 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setFillOpacity(clampTo<float>(toAnimatableDouble(value)->toDouble(), 0, 1));
style             354 Source/core/css/resolver/AnimatedStyleBuilder.cpp             style->accessSVGStyle()->setFillPaint(svgPaint->paintType(), svgPaint->color(), svgPaint->uri());
style             358 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setFlexGrow(clampTo<float>(toAnimatableDouble(value)->toDouble(), 0));
style             361 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setFlexShrink(clampTo<float>(toAnimatableDouble(value)->toDouble(), 0));
style             364 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setFlexBasis(animatableValueToLength(value, state, NonNegativeValues));
style             367 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setFloodColor(toAnimatableColor(value)->color());
style             370 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setFloodOpacity(clampTo<float>(toAnimatableDouble(value)->toDouble(), 0, 1));
style             373 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setFontSize(clampTo<float>(toAnimatableDouble(value)->toDouble(), 0));
style             376 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setFontWeight(animatableValueToFontWeight(value));
style             379 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setHeight(animatableValueToLength(value, state, NonNegativeValues));
style             382 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setKerning(toAnimatableSVGLength(value)->toSVGLength());
style             385 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setLeft(animatableValueToLength(value, state));
style             388 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setLightingColor(toAnimatableColor(value)->color());
style             392 Source/core/css/resolver/AnimatedStyleBuilder.cpp             style->setLineHeight(animatableValueToLength(value, state, NonNegativeValues));
style             394 Source/core/css/resolver/AnimatedStyleBuilder.cpp             style->setLineHeight(Length(clampTo<float>(toAnimatableDouble(value)->toDouble(), 0), Percent));
style             397 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setListStyleImage(state.styleImage(property, toAnimatableImage(value)->toCSSValue()));
style             400 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setLetterSpacing(clampTo<float>(toAnimatableDouble(value)->toDouble()));
style             403 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setMarginBottom(animatableValueToLength(value, state));
style             406 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setMarginLeft(animatableValueToLength(value, state));
style             409 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setMarginRight(animatableValueToLength(value, state));
style             412 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setMarginTop(animatableValueToLength(value, state));
style             415 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setMaxHeight(animatableValueToLength(value, state, NonNegativeValues));
style             418 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setMaxWidth(animatableValueToLength(value, state, NonNegativeValues));
style             421 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setMinHeight(animatableValueToLength(value, state, NonNegativeValues));
style             424 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setMinWidth(animatableValueToLength(value, state, NonNegativeValues));
style             427 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setObjectPosition(animatableValueToLengthPoint(value, state));
style             431 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setOpacity(clampTo<float>(toAnimatableDouble(value)->toDouble(), 0, nextafterf(1, 0)));
style             434 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setOrphans(animatableValueRoundClampTo<unsigned short>(value, 1));
style             437 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setOutlineColor(toAnimatableColor(value)->color());
style             438 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setVisitedLinkOutlineColor(toAnimatableColor(value)->visitedLinkColor());
style             441 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setOutlineOffset(animatableValueRoundClampTo<int>(value));
style             444 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setOutlineWidth(animatableValueRoundClampTo<unsigned short>(value));
style             447 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setPaddingBottom(animatableValueToLength(value, state, NonNegativeValues));
style             450 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setPaddingLeft(animatableValueToLength(value, state, NonNegativeValues));
style             453 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setPaddingRight(animatableValueToLength(value, state, NonNegativeValues));
style             456 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setPaddingTop(animatableValueToLength(value, state, NonNegativeValues));
style             459 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setRight(animatableValueToLength(value, state));
style             462 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setStrokeWidth(animatableValueToNonNegativeSVGLength(value));
style             465 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setStopColor(toAnimatableColor(value)->color());
style             468 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setStopOpacity(clampTo<float>(toAnimatableDouble(value)->toDouble(), 0, 1));
style             471 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setStrokeDashArray(toAnimatableStrokeDasharrayList(value)->toSVGLengthList());
style             474 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setStrokeDashOffset(toAnimatableSVGLength(value)->toSVGLength());
style             477 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setStrokeMiterLimit(clampTo<float>(toAnimatableDouble(value)->toDouble(), 1));
style             480 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setStrokeOpacity(clampTo<float>(toAnimatableDouble(value)->toDouble(), 0, 1));
style             485 Source/core/css/resolver/AnimatedStyleBuilder.cpp             style->accessSVGStyle()->setStrokePaint(svgPaint->paintType(), svgPaint->color(), svgPaint->uri());
style             489 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setTextDecorationColor(toAnimatableColor(value)->color());
style             490 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setVisitedLinkTextDecorationColor(toAnimatableColor(value)->visitedLinkColor());
style             493 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setTextIndent(animatableValueToLength(value, state));
style             496 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setTextShadow(toAnimatableShadow(value)->shadowList());
style             499 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setTop(animatableValueToLength(value, state));
style             502 Source/core/css/resolver/AnimatedStyleBuilder.cpp         setOnFillLayers<CSSPropertyWebkitBackgroundSize>(style->accessBackgroundLayers(), value, state);
style             505 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setHorizontalBorderSpacing(animatableValueRoundClampTo<unsigned short>(value));
style             508 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setVerticalBorderSpacing(animatableValueRoundClampTo<unsigned short>(value));
style             511 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setClipPath(toAnimatableClipPathOperation(value)->clipPathOperation());
style             514 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setColumnCount(animatableValueRoundClampTo<unsigned short>(value, 1));
style             517 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setColumnGap(clampTo(toAnimatableDouble(value)->toDouble(), 0));
style             520 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setColumnRuleColor(toAnimatableColor(value)->color());
style             521 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setVisitedLinkColumnRuleColor(toAnimatableColor(value)->visitedLinkColor());
style             524 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setColumnWidth(clampTo(toAnimatableDouble(value)->toDouble(), std::numeric_limits<float>::epsilon()));
style             527 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setColumnRuleWidth(animatableValueRoundClampTo<unsigned short>(value));
style             530 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setFilter(toAnimatableFilterOperations(value)->operations());
style             533 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setMaskBoxImageOutset(animatableValueToBorderImageLengthBox(value, state));
style             536 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setMaskBoxImageSlices(animatableValueToLengthBox(toAnimatableLengthBoxAndBool(value)->box(), state, NonNegativeValues));
style             537 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setMaskBoxImageSlicesFill(toAnimatableLengthBoxAndBool(value)->flag());
style             540 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setMaskBoxImageSource(state.styleImage(property, toAnimatableImage(value)->toCSSValue()));
style             543 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setMaskBoxImageWidth(animatableValueToBorderImageLengthBox(value, state));
style             546 Source/core/css/resolver/AnimatedStyleBuilder.cpp         setOnFillLayers<CSSPropertyWebkitMaskImage>(style->accessMaskLayers(), value, state);
style             549 Source/core/css/resolver/AnimatedStyleBuilder.cpp         setOnFillLayers<CSSPropertyWebkitMaskPositionX>(style->accessMaskLayers(), value, state);
style             552 Source/core/css/resolver/AnimatedStyleBuilder.cpp         setOnFillLayers<CSSPropertyWebkitMaskPositionY>(style->accessMaskLayers(), value, state);
style             555 Source/core/css/resolver/AnimatedStyleBuilder.cpp         setOnFillLayers<CSSPropertyWebkitMaskSize>(style->accessMaskLayers(), value, state);
style             558 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setPerspective(clampTo<float>(toAnimatableDouble(value)->toDouble()));
style             563 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setPerspectiveOriginX(animatableValueToLength(animatableLengthPoint->x(), state));
style             564 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setPerspectiveOriginY(animatableValueToLength(animatableLengthPoint->y(), state));
style             569 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setPerspectiveOriginX(animatableValueToLength(value, state));
style             573 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setPerspectiveOriginY(animatableValueToLength(value, state));
style             576 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setShapeOutside(toAnimatableShapeValue(value)->shapeValue());
style             579 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setShapeMargin(animatableValueToLength(value, state, NonNegativeValues));
style             582 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setShapeImageThreshold(clampTo<float>(toAnimatableDouble(value)->toDouble(), 0, 1));
style             585 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setTextStrokeColor(toAnimatableColor(value)->color());
style             586 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setVisitedLinkTextStrokeColor(toAnimatableColor(value)->visitedLinkColor());
style             591 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setTransform(operations.size() ? operations : TransformOperations(true));
style             597 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setTransformOriginX(animatableValueToLength(animatableLengthPoint3D->x(), state));
style             598 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setTransformOriginY(animatableValueToLength(animatableLengthPoint3D->y(), state));
style             599 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setTransformOriginZ(clampTo<float>(toAnimatableDouble(animatableLengthPoint3D->z())->toDouble()));
style             604 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setTransformOriginX(animatableValueToLength(value, state));
style             608 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setTransformOriginY(animatableValueToLength(value, state));
style             612 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setTransformOriginZ(toAnimatableDouble(value)->toDouble());
style             615 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setWidows(animatableValueRoundClampTo<unsigned short>(value, 1));
style             618 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setWidth(animatableValueToLength(value, state, NonNegativeValues));
style             621 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setWordSpacing(clampTo<float>(toAnimatableDouble(value)->toDouble()));
style             624 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setVisibility(toAnimatableVisibility(value)->visibility());
style             627 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setZIndex(animatableValueRoundClampTo<int>(value));
style             630 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setZoom(clampTo<float>(toAnimatableDouble(value)->toDouble(), std::numeric_limits<float>::denorm_min()));
style              57 Source/core/css/resolver/CSSToStyleMap.cpp     return m_elementStyleResources.styleImage(m_state.document().textLinkColors(), m_state.style()->color(), propertyId, value);
style             197 Source/core/css/resolver/FilterOperationResolver.cpp                 shadowColor = state.document().textLinkColors().colorFromPrimitiveValue(item->color.get(), state.style()->color());
style              71 Source/core/css/resolver/FontBuilder.cpp void FontBuilder::initForStyleResolve(const Document& document, RenderStyle* style, bool useSVGZoomRules)
style              79 Source/core/css/resolver/FontBuilder.cpp     m_style = style;
style             547 Source/core/css/resolver/FontBuilder.cpp static void getFontAndGlyphOrientation(const RenderStyle* style, FontOrientation& fontOrientation, NonCJKGlyphOrientation& glyphOrientation)
style             549 Source/core/css/resolver/FontBuilder.cpp     if (style->isHorizontalWritingMode()) {
style             555 Source/core/css/resolver/FontBuilder.cpp     switch (style->textOrientation()) {
style             565 Source/core/css/resolver/FontBuilder.cpp         if (style->writingMode() == LeftToRightWritingMode) {
style             586 Source/core/css/resolver/FontBuilder.cpp void FontBuilder::checkForOrientationChange(RenderStyle* style)
style             590 Source/core/css/resolver/FontBuilder.cpp     getFontAndGlyphOrientation(style, fontOrientation, glyphOrientation);
style             601 Source/core/css/resolver/FontBuilder.cpp void FontBuilder::checkForGenericFamilyChange(RenderStyle* style, const RenderStyle* parentStyle)
style             634 Source/core/css/resolver/FontBuilder.cpp     setSize(scope.fontDescription(), style->effectiveZoom(), size);
style             637 Source/core/css/resolver/FontBuilder.cpp void FontBuilder::updateComputedSize(RenderStyle* style, const RenderStyle* parentStyle)
style             641 Source/core/css/resolver/FontBuilder.cpp     scope.fontDescription().setComputedSize(getComputedSizeFromSpecifiedSize(scope.fontDescription(), style->effectiveZoom(), scope.fontDescription().specifiedSize()));
style             645 Source/core/css/resolver/FontBuilder.cpp void FontBuilder::createFont(PassRefPtr<FontSelector> fontSelector, const RenderStyle* parentStyle, RenderStyle* style)
style             650 Source/core/css/resolver/FontBuilder.cpp     updateComputedSize(style, parentStyle);
style             651 Source/core/css/resolver/FontBuilder.cpp     checkForGenericFamilyChange(style, parentStyle);
style             652 Source/core/css/resolver/FontBuilder.cpp     checkForOrientationChange(style);
style             653 Source/core/css/resolver/FontBuilder.cpp     style->font().update(fontSelector);
style              38 Source/core/css/resolver/MatchedPropertiesCache.cpp void CachedMatchedProperties::set(const RenderStyle* style, const RenderStyle* parentStyle, const MatchResult& matchResult)
style              45 Source/core/css/resolver/MatchedPropertiesCache.cpp     this->renderStyle = RenderStyle::clone(style);
style              75 Source/core/css/resolver/MatchedPropertiesCache.cpp     if (cacheItem->renderStyle->insideLink() != styleResolverState.style()->insideLink())
style              86 Source/core/css/resolver/MatchedPropertiesCache.cpp void MatchedPropertiesCache::add(const RenderStyle* style, const RenderStyle* parentStyle, unsigned hash, const MatchResult& matchResult)
style             104 Source/core/css/resolver/MatchedPropertiesCache.cpp     cacheItem->set(style, parentStyle, matchResult);
style             148 Source/core/css/resolver/MatchedPropertiesCache.cpp bool MatchedPropertiesCache::isCacheable(const Element* element, const RenderStyle* style, const RenderStyle* parentStyle)
style             153 Source/core/css/resolver/MatchedPropertiesCache.cpp     if (style->unique() || (style->styleType() != NOPSEUDO && parentStyle->unique()))
style             155 Source/core/css/resolver/MatchedPropertiesCache.cpp     if (style->hasAppearance())
style             157 Source/core/css/resolver/MatchedPropertiesCache.cpp     if (style->zoom() != RenderStyle::initialZoom())
style             159 Source/core/css/resolver/MatchedPropertiesCache.cpp     if (style->writingMode() != RenderStyle::initialWritingMode())
style             161 Source/core/css/resolver/MatchedPropertiesCache.cpp     if (style->hasCurrentColor())
style             164 Source/core/css/resolver/MatchedPropertiesCache.cpp     if (!style->callbackSelectors().isEmpty())
style             196 Source/core/css/resolver/SharedStyleFinder.cpp     RenderStyle* style = candidate.renderStyle();
style             197 Source/core/css/resolver/SharedStyleFinder.cpp     if (!style)
style             199 Source/core/css/resolver/SharedStyleFinder.cpp     if (!style->isSharable())
style             244 Source/core/css/resolver/SharedStyleFinder.cpp     if (candidate.isLink() && m_context.elementLinkState() != style->insideLink())
style              68 Source/core/css/resolver/StyleAdjuster.cpp static void addIntrinsicMargins(RenderStyle* style)
style              71 Source/core/css/resolver/StyleAdjuster.cpp     const int intrinsicMargin = 2 * style->effectiveZoom();
style              75 Source/core/css/resolver/StyleAdjuster.cpp     if (style->width().isIntrinsicOrAuto()) {
style              76 Source/core/css/resolver/StyleAdjuster.cpp         if (style->marginLeft().quirk())
style              77 Source/core/css/resolver/StyleAdjuster.cpp             style->setMarginLeft(Length(intrinsicMargin, Fixed));
style              78 Source/core/css/resolver/StyleAdjuster.cpp         if (style->marginRight().quirk())
style              79 Source/core/css/resolver/StyleAdjuster.cpp             style->setMarginRight(Length(intrinsicMargin, Fixed));
style              82 Source/core/css/resolver/StyleAdjuster.cpp     if (style->height().isAuto()) {
style              83 Source/core/css/resolver/StyleAdjuster.cpp         if (style->marginTop().quirk())
style              84 Source/core/css/resolver/StyleAdjuster.cpp             style->setMarginTop(Length(intrinsicMargin, Fixed));
style              85 Source/core/css/resolver/StyleAdjuster.cpp         if (style->marginBottom().quirk())
style              86 Source/core/css/resolver/StyleAdjuster.cpp             style->setMarginBottom(Length(intrinsicMargin, Fixed));
style             136 Source/core/css/resolver/StyleAdjuster.cpp static bool doesNotInheritTextDecoration(const RenderStyle* style, const Element* e)
style             138 Source/core/css/resolver/StyleAdjuster.cpp     return style->display() == TABLE || style->display() == INLINE_TABLE
style             139 Source/core/css/resolver/StyleAdjuster.cpp         || style->display() == INLINE_BLOCK || style->display() == INLINE_BOX || isAtShadowBoundary(e)
style             140 Source/core/css/resolver/StyleAdjuster.cpp         || style->isFloating() || style->hasOutOfFlowPosition();
style             145 Source/core/css/resolver/StyleAdjuster.cpp static bool isInTopLayer(const Element* element, const RenderStyle* style)
style             147 Source/core/css/resolver/StyleAdjuster.cpp     return (element && element->isInTopLayer()) || (style && style->styleType() == BACKDROP);
style             165 Source/core/css/resolver/StyleAdjuster.cpp static bool hasWillChangeThatCreatesStackingContext(const RenderStyle* style, Element* e)
style             167 Source/core/css/resolver/StyleAdjuster.cpp     for (size_t i = 0; i < style->willChangeProperties().size(); ++i) {
style             168 Source/core/css/resolver/StyleAdjuster.cpp         switch (style->willChangeProperties()[i]) {
style             196 Source/core/css/resolver/StyleAdjuster.cpp void StyleAdjuster::adjustRenderStyle(RenderStyle* style, RenderStyle* parentStyle, Element *e)
style             201 Source/core/css/resolver/StyleAdjuster.cpp     style->setOriginalDisplay(style->display());
style             203 Source/core/css/resolver/StyleAdjuster.cpp     if (style->display() != NONE) {
style             205 Source/core/css/resolver/StyleAdjuster.cpp             adjustStyleForTagName(style, parentStyle, *e);
style             208 Source/core/css/resolver/StyleAdjuster.cpp         if (isInTopLayer(e, style) && (style->position() == StaticPosition || style->position() == RelativePosition))
style             209 Source/core/css/resolver/StyleAdjuster.cpp             style->setPosition(AbsolutePosition);
style             212 Source/core/css/resolver/StyleAdjuster.cpp         if (style->hasOutOfFlowPosition() || style->isFloating() || (e && e->document().documentElement() == e))
style             213 Source/core/css/resolver/StyleAdjuster.cpp             style->setDisplay(equivalentBlockDisplay(style->display(), style->isFloating(), !m_useQuirksModeStyles));
style             215 Source/core/css/resolver/StyleAdjuster.cpp         adjustStyleForDisplay(style, parentStyle);
style             219 Source/core/css/resolver/StyleAdjuster.cpp     if (style->position() == StaticPosition && !parentStyleForcesZIndexToCreateStackingContext(parentStyle))
style             220 Source/core/css/resolver/StyleAdjuster.cpp         style->setHasAutoZIndex();
style             225 Source/core/css/resolver/StyleAdjuster.cpp     if (style->hasAutoZIndex() && ((e && e->document().documentElement() == e)
style             226 Source/core/css/resolver/StyleAdjuster.cpp         || style->opacity() < 1.0f
style             227 Source/core/css/resolver/StyleAdjuster.cpp         || style->hasTransformRelatedProperty()
style             228 Source/core/css/resolver/StyleAdjuster.cpp         || style->hasMask()
style             229 Source/core/css/resolver/StyleAdjuster.cpp         || style->clipPath()
style             230 Source/core/css/resolver/StyleAdjuster.cpp         || style->boxReflect()
style             231 Source/core/css/resolver/StyleAdjuster.cpp         || style->hasFilter()
style             232 Source/core/css/resolver/StyleAdjuster.cpp         || style->hasBlendMode()
style             233 Source/core/css/resolver/StyleAdjuster.cpp         || style->hasIsolation()
style             234 Source/core/css/resolver/StyleAdjuster.cpp         || style->position() == StickyPosition
style             235 Source/core/css/resolver/StyleAdjuster.cpp         || style->position() == FixedPosition
style             236 Source/core/css/resolver/StyleAdjuster.cpp         || isInTopLayer(e, style)
style             237 Source/core/css/resolver/StyleAdjuster.cpp         || hasWillChangeThatCreatesStackingContext(style, e)))
style             238 Source/core/css/resolver/StyleAdjuster.cpp         style->setZIndex(0);
style             242 Source/core/css/resolver/StyleAdjuster.cpp     if (!style->hasTransform() && (style->willChangeProperties().contains(CSSPropertyWebkitTransform) || style->willChangeProperties().contains(CSSPropertyTransform))) {
style             244 Source/core/css/resolver/StyleAdjuster.cpp         style->setTransform(TransformOperations(makeIdentity));
style             247 Source/core/css/resolver/StyleAdjuster.cpp     if (doesNotInheritTextDecoration(style, e))
style             248 Source/core/css/resolver/StyleAdjuster.cpp         style->setTextDecorationsInEffect(style->textDecoration());
style             250 Source/core/css/resolver/StyleAdjuster.cpp         style->addToTextDecorationsInEffect(style->textDecoration());
style             252 Source/core/css/resolver/StyleAdjuster.cpp     if (style->overflowX() != OVISIBLE || style->overflowY() != OVISIBLE)
style             253 Source/core/css/resolver/StyleAdjuster.cpp         adjustOverflow(style, e);
style             256 Source/core/css/resolver/StyleAdjuster.cpp     style->adjustBackgroundLayers();
style             257 Source/core/css/resolver/StyleAdjuster.cpp     style->adjustMaskLayers();
style             260 Source/core/css/resolver/StyleAdjuster.cpp     if (style->hasAppearance())
style             261 Source/core/css/resolver/StyleAdjuster.cpp         RenderTheme::theme().adjustStyle(style, e, m_cachedUAStyle);
style             264 Source/core/css/resolver/StyleAdjuster.cpp     if (style->hasPseudoStyle(FIRST_LETTER) || style->transitions() || style->animations())
style             265 Source/core/css/resolver/StyleAdjuster.cpp         style->setUnique();
style             268 Source/core/css/resolver/StyleAdjuster.cpp     if (style->preserves3D() && (style->overflowX() != OVISIBLE
style             269 Source/core/css/resolver/StyleAdjuster.cpp         || style->overflowY() != OVISIBLE
style             270 Source/core/css/resolver/StyleAdjuster.cpp         || style->hasFilter()))
style             271 Source/core/css/resolver/StyleAdjuster.cpp         style->setTransformStyle3D(TransformStyle3DFlat);
style             276 Source/core/css/resolver/StyleAdjuster.cpp             style->setPosition(RenderStyle::initialPosition());
style             281 Source/core/css/resolver/StyleAdjuster.cpp             style->setEffectiveZoom(RenderStyle::initialZoom());
style             284 Source/core/css/resolver/StyleAdjuster.cpp         if ((isSVGForeignObjectElement(*e) || isSVGTextElement(*e)) && style->isDisplayInlineType())
style             285 Source/core/css/resolver/StyleAdjuster.cpp             style->setDisplay(BLOCK);
style             291 Source/core/css/resolver/StyleAdjuster.cpp         style->setTextAutosizingMultiplier(e->renderStyle()->textAutosizingMultiplier());
style             292 Source/core/css/resolver/StyleAdjuster.cpp         style->setUnique();
style             296 Source/core/css/resolver/StyleAdjuster.cpp void StyleAdjuster::adjustStyleForTagName(RenderStyle* style, RenderStyle* parentStyle, Element& element)
style             306 Source/core/css/resolver/StyleAdjuster.cpp             style->setDisplay(TABLE_CELL);
style             307 Source/core/css/resolver/StyleAdjuster.cpp             style->setFloating(NoFloat);
style             311 Source/core/css/resolver/StyleAdjuster.cpp         if (element.hasTagName(thTag) && style->textAlign() == TASTART)
style             312 Source/core/css/resolver/StyleAdjuster.cpp             style->setTextAlign(CENTER);
style             313 Source/core/css/resolver/StyleAdjuster.cpp         if (style->whiteSpace() == KHTML_NOWRAP) {
style             317 Source/core/css/resolver/StyleAdjuster.cpp             if (style->width().isFixed())
style             318 Source/core/css/resolver/StyleAdjuster.cpp                 style->setWhiteSpace(NORMAL);
style             320 Source/core/css/resolver/StyleAdjuster.cpp                 style->setWhiteSpace(NOWRAP);
style             329 Source/core/css/resolver/StyleAdjuster.cpp             style->setDisplay(style->isDisplayInlineType() ? INLINE_TABLE : TABLE);
style             331 Source/core/css/resolver/StyleAdjuster.cpp         if (style->textAlign() == WEBKIT_LEFT || style->textAlign() == WEBKIT_CENTER || style->textAlign() == WEBKIT_RIGHT)
style             332 Source/core/css/resolver/StyleAdjuster.cpp             style->setTextAlign(TASTART);
style             339 Source/core/css/resolver/StyleAdjuster.cpp         style->setPosition(StaticPosition);
style             340 Source/core/css/resolver/StyleAdjuster.cpp         style->setDisplay(BLOCK);
style             346 Source/core/css/resolver/StyleAdjuster.cpp         style->setPosition(StaticPosition);
style             347 Source/core/css/resolver/StyleAdjuster.cpp         style->setFloating(NoFloat);
style             352 Source/core/css/resolver/StyleAdjuster.cpp         style->setDisplay(BLOCK);
style             358 Source/core/css/resolver/StyleAdjuster.cpp         style->setOverflowX(OHIDDEN);
style             359 Source/core/css/resolver/StyleAdjuster.cpp         style->setOverflowY(OHIDDEN);
style             366 Source/core/css/resolver/StyleAdjuster.cpp             style->setOverflowX(style->overflowX() == OVISIBLE ? OAUTO : style->overflowX());
style             367 Source/core/css/resolver/StyleAdjuster.cpp             style->setOverflowY(style->overflowY() == OVISIBLE ? OAUTO : style->overflowY());
style             375 Source/core/css/resolver/StyleAdjuster.cpp         if (style->fontSize() >= 11 && (!isHTMLInputElement(element) || !toHTMLInputElement(element).isImageButton()))
style             376 Source/core/css/resolver/StyleAdjuster.cpp             addIntrinsicMargins(style);
style             381 Source/core/css/resolver/StyleAdjuster.cpp void StyleAdjuster::adjustOverflow(RenderStyle* style, Element* element)
style             383 Source/core/css/resolver/StyleAdjuster.cpp     ASSERT(style->overflowX() != OVISIBLE || style->overflowY() != OVISIBLE);
style             386 Source/core/css/resolver/StyleAdjuster.cpp     if (style->overflowX() == OVISIBLE && style->overflowY() != OVISIBLE) {
style             390 Source/core/css/resolver/StyleAdjuster.cpp         style->setOverflowX(OAUTO);
style             391 Source/core/css/resolver/StyleAdjuster.cpp     } else if (style->overflowY() == OVISIBLE && style->overflowX() != OVISIBLE) {
style             392 Source/core/css/resolver/StyleAdjuster.cpp         style->setOverflowY(OAUTO);
style             397 Source/core/css/resolver/StyleAdjuster.cpp     if (style->display() == TABLE || style->display() == INLINE_TABLE
style             398 Source/core/css/resolver/StyleAdjuster.cpp         || style->display() == TABLE_ROW_GROUP || style->display() == TABLE_ROW) {
style             399 Source/core/css/resolver/StyleAdjuster.cpp         if (style->overflowX() != OVISIBLE && style->overflowX() != OHIDDEN)
style             400 Source/core/css/resolver/StyleAdjuster.cpp             style->setOverflowX(OVISIBLE);
style             401 Source/core/css/resolver/StyleAdjuster.cpp         if (style->overflowY() != OVISIBLE && style->overflowY() != OHIDDEN)
style             402 Source/core/css/resolver/StyleAdjuster.cpp             style->setOverflowY(OVISIBLE);
style             406 Source/core/css/resolver/StyleAdjuster.cpp     if (style->appearance() == MenulistPart) {
style             407 Source/core/css/resolver/StyleAdjuster.cpp         style->setOverflowX(OVISIBLE);
style             408 Source/core/css/resolver/StyleAdjuster.cpp         style->setOverflowY(OVISIBLE);
style             413 Source/core/css/resolver/StyleAdjuster.cpp         if (style->overflowY() == OSCROLL)
style             414 Source/core/css/resolver/StyleAdjuster.cpp             style->setOverflowY(OHIDDEN);
style             415 Source/core/css/resolver/StyleAdjuster.cpp         else if (style->overflowY() == OAUTO)
style             416 Source/core/css/resolver/StyleAdjuster.cpp             style->setOverflowY(OVISIBLE);
style             418 Source/core/css/resolver/StyleAdjuster.cpp         if (style->overflowX() == OSCROLL)
style             419 Source/core/css/resolver/StyleAdjuster.cpp             style->setOverflowX(OHIDDEN);
style             420 Source/core/css/resolver/StyleAdjuster.cpp         else if (style->overflowX() == OAUTO)
style             421 Source/core/css/resolver/StyleAdjuster.cpp             style->setOverflowX(OVISIBLE);
style             425 Source/core/css/resolver/StyleAdjuster.cpp void StyleAdjuster::adjustStyleForDisplay(RenderStyle* style, RenderStyle* parentStyle)
style             427 Source/core/css/resolver/StyleAdjuster.cpp     if (style->display() == BLOCK && !style->isFloating())
style             432 Source/core/css/resolver/StyleAdjuster.cpp     if (style->display() == INLINE && style->styleType() == NOPSEUDO && style->writingMode() != parentStyle->writingMode())
style             433 Source/core/css/resolver/StyleAdjuster.cpp         style->setDisplay(INLINE_BLOCK);
style             438 Source/core/css/resolver/StyleAdjuster.cpp     if ((style->display() == TABLE_HEADER_GROUP || style->display() == TABLE_ROW_GROUP
style             439 Source/core/css/resolver/StyleAdjuster.cpp         || style->display() == TABLE_FOOTER_GROUP || style->display() == TABLE_ROW)
style             440 Source/core/css/resolver/StyleAdjuster.cpp         && style->position() == RelativePosition)
style             441 Source/core/css/resolver/StyleAdjuster.cpp         style->setPosition(StaticPosition);
style             445 Source/core/css/resolver/StyleAdjuster.cpp     if ((style->display() == TABLE_COLUMN_GROUP || style->display() == TABLE_COLUMN)
style             446 Source/core/css/resolver/StyleAdjuster.cpp         && style->position() == StickyPosition)
style             447 Source/core/css/resolver/StyleAdjuster.cpp         style->setPosition(StaticPosition);
style             451 Source/core/css/resolver/StyleAdjuster.cpp     if (style->display() == TABLE_COLUMN || style->display() == TABLE_COLUMN_GROUP || style->display() == TABLE_FOOTER_GROUP
style             452 Source/core/css/resolver/StyleAdjuster.cpp         || style->display() == TABLE_HEADER_GROUP || style->display() == TABLE_ROW || style->display() == TABLE_ROW_GROUP
style             453 Source/core/css/resolver/StyleAdjuster.cpp         || style->display() == TABLE_CELL)
style             454 Source/core/css/resolver/StyleAdjuster.cpp         style->setWritingMode(parentStyle->writingMode());
style             459 Source/core/css/resolver/StyleAdjuster.cpp     if (style->writingMode() != TopToBottomWritingMode && (style->display() == BOX || style->display() == INLINE_BOX))
style             460 Source/core/css/resolver/StyleAdjuster.cpp         style->setWritingMode(TopToBottomWritingMode);
style             463 Source/core/css/resolver/StyleAdjuster.cpp         style->setFloating(NoFloat);
style             464 Source/core/css/resolver/StyleAdjuster.cpp         style->setDisplay(equivalentBlockDisplay(style->display(), style->isFloating(), !m_useQuirksModeStyles));
style             143 Source/core/css/resolver/StyleBuilderConverter.cpp         ShadowStyle shadowStyle = item->style && item->style->getValueID() == CSSValueInset ? Inset : Normal;
style             146 Source/core/css/resolver/StyleBuilderConverter.cpp             color = state.document().textLinkColors().colorFromPrimitiveValue(item->color.get(), state.style()->color());
style             148 Source/core/css/resolver/StyleBuilderConverter.cpp             color = state.style()->color();
style              80 Source/core/css/resolver/StyleBuilderConverter.h         if (state.style()->effectiveZoom() < 1.0f && result < 1.0) {
style              95 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setClip(Length(), Length(), Length(), Length());
style              96 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setHasClip(false);
style             104 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setClip(parentStyle->clipTop(), parentStyle->clipRight(), parentStyle->clipBottom(), parentStyle->clipLeft());
style             105 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setHasClip(true);
style             120 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setClip(top, right, bottom, left);
style             121 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setHasClip(true);
style             123 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setClip(Length(), Length(), Length(), Length());
style             124 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setHasClip(false);
style             132 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setColor(color);
style             134 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setVisitedLinkColor(color);
style             141 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setColor(color);
style             143 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setVisitedLinkColor(color);
style             156 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setColor(state.document().textLinkColors().colorFromPrimitiveValue(primitiveValue, state.style()->color()));
style             158 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setVisitedLinkColor(state.document().textLinkColors().colorFromPrimitiveValue(primitiveValue, state.style()->color(), true));
style             163 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->clearCursorList();
style             164 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setCursor(RenderStyle::initialCursor());
style             169 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setCursor(state.parentStyle()->cursor());
style             170 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setCursorList(state.parentStyle()->cursors());
style             175 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->clearCursorList();
style             179 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setCursor(CURSOR_AUTO);
style             185 Source/core/css/resolver/StyleBuilderCustom.cpp                     state.style()->setUnique();
style             186 Source/core/css/resolver/StyleBuilderCustom.cpp                 state.style()->addCursor(state.styleImage(CSSPropertyCursor, image), image->hotSpot());
style             190 Source/core/css/resolver/StyleBuilderCustom.cpp                     state.style()->setCursor(*primitiveValue);
style             195 Source/core/css/resolver/StyleBuilderCustom.cpp         if (primitiveValue->isValueID() && state.style()->cursor() != ECursor(*primitiveValue))
style             196 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setCursor(*primitiveValue);
style             202 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setDirection(*toCSSPrimitiveValue(value));
style             210 Source/core/css/resolver/StyleBuilderCustom.cpp     if (state.element() && state.element()->isSVGElement() && state.style()->styleType() == NOPSEUDO)
style             220 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setDisplay(display);
style             233 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setDisplay(display);
style             309 Source/core/css/resolver/StyleBuilderCustom.cpp         float multiplier = state.style()->effectiveZoom();
style             314 Source/core/css/resolver/StyleBuilderCustom.cpp         lineHeight = Length((state.style()->computedFontSize() * primitiveValue->getIntValue()) / 100.0, Fixed);
style             318 Source/core/css/resolver/StyleBuilderCustom.cpp         double multiplier = state.style()->effectiveZoom();
style             322 Source/core/css/resolver/StyleBuilderCustom.cpp         lineHeight = Length(valueForLength(zoomedLength, state.style()->fontSize()), Fixed);
style             326 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setLineHeight(lineHeight);
style             331 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setListStyleImage(state.styleImage(CSSPropertyListStyleImage, value));
style             336 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setOutlineStyleIsAuto(RenderStyle::initialOutlineStyleIsAuto());
style             337 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setOutlineStyle(RenderStyle::initialBorderStyle());
style             342 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setOutlineStyleIsAuto(state.parentStyle()->outlineStyleIsAuto());
style             343 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setOutlineStyle(state.parentStyle()->outlineStyle());
style             349 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setOutlineStyleIsAuto(*primitiveValue);
style             350 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setOutlineStyle(*primitiveValue);
style             371 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setResize(r);
style             454 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->resetPageSizeType();
style             515 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setPageSizeType(pageSizeType);
style             516 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setPageSize(LengthSize(width, height));
style             531 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setTextAlign(*primitiveValue);
style             533 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setTextAlign(state.parentStyle()->isLeftToRightDirection() ? LEFT : RIGHT);
style             535 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setTextAlign(state.parentStyle()->isLeftToRightDirection() ? RIGHT : LEFT);
style             537 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setTextAlign(state.parentStyle()->textAlign());
style             547 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setTextDecoration(t);
style             552 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setTextIndent(state.parentStyle()->textIndent());
style             553 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setTextIndentLine(state.parentStyle()->textIndentLine());
style             558 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setTextIndent(RenderStyle::initialTextIndent());
style             559 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setTextIndentLine(RenderStyle::initialTextIndentLine());
style             574 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setTextIndent(lengthOrPercentageValue);
style             580 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setTextIndentLine(TextIndentEachLine);
style             582 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setTextIndentLine(TextIndentFirstLine);
style             607 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setTransformOriginX(Length(0, Percent));
style             610 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setTransformOriginX(Length(100, Percent));
style             613 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setTransformOriginX(Length(50, Percent));
style             619 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setTransformOriginX(StyleBuilderConverter::convertLength(state, primitiveValue));
style             626 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setTransformOriginY(Length(0, Percent));
style             629 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setTransformOriginY(Length(100, Percent));
style             632 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setTransformOriginY(Length(50, Percent));
style             638 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setTransformOriginY(StyleBuilderConverter::convertLength(state, primitiveValue));
style             642 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setTransformOriginZ(StyleBuilderConverter::convertComputedLength<float>(state, primitiveValue));
style             665 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setPerspectiveOriginX(Length(0, Percent));
style             668 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setPerspectiveOriginX(Length(100, Percent));
style             671 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setPerspectiveOriginX(Length(50, Percent));
style             677 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setPerspectiveOriginX(StyleBuilderConverter::convertLength(state, primitiveValue));
style             684 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setPerspectiveOriginY(Length(0, Percent));
style             687 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setPerspectiveOriginY(Length(100, Percent));
style             690 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setPerspectiveOriginY(Length(50, Percent));
style             696 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setPerspectiveOriginY(StyleBuilderConverter::convertLength(state, primitiveValue));
style             708 Source/core/css/resolver/StyleBuilderCustom.cpp         return state.style()->setVerticalAlign(*primitiveValue);
style             710 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setVerticalAlignLength(primitiveValue->convertToLength<FixedConversion | PercentConversion>(state.cssToLengthConversionData()));
style             719 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setTouchAction(action);
style             768 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setHasAspectRatio(RenderStyle::initialHasAspectRatio());
style             769 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setAspectRatioDenominator(RenderStyle::initialAspectRatioDenominator());
style             770 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setAspectRatioNumerator(RenderStyle::initialAspectRatioNumerator());
style             777 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setHasAspectRatio(true);
style             778 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setAspectRatioDenominator(state.parentStyle()->aspectRatioDenominator());
style             779 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setAspectRatioNumerator(state.parentStyle()->aspectRatioNumerator());
style             785 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setHasAspectRatio(false);
style             789 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setHasAspectRatio(true);
style             790 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setAspectRatioDenominator(aspectRatioValue->denominatorValue());
style             791 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setAspectRatioNumerator(aspectRatioValue->numeratorValue());
style             797 Source/core/css/resolver/StyleBuilderCustom.cpp     state.styleMap().mapNinePieceImage(state.style(), CSSPropertyWebkitBorderImage, value, image);
style             798 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setBorderImage(image);
style             806 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setClipPath(nullptr);
style             808 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setClipPath(ShapeClipPathOperation::create(basicShapeForValue(state, primitiveValue->getShapeValue())));
style             813 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setClipPath(ReferenceClipPathOperation::create(cssURLValue, AtomicString(url.fragmentIdentifier())));
style             842 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setMarqueeIncrement(Length(1, Fixed)); // 1px.
style             845 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setMarqueeIncrement(Length(6, Fixed)); // 6px. The WinIE default.
style             848 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setMarqueeIncrement(Length(36, Fixed)); // 36px.
style             855 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setMarqueeIncrement(marqueeLength);
style             868 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setMarqueeSpeed(500); // 500 msec.
style             871 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setMarqueeSpeed(85); // 85msec. The WinIE default.
style             874 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setMarqueeSpeed(10); // 10msec. Super fast.
style             880 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setMarqueeSpeed(primitiveValue->computeTime<int, CSSPrimitiveValue::Milliseconds>());
style             882 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setMarqueeSpeed(primitiveValue->getIntValue());
style             907 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setTextEmphasisFill(RenderStyle::initialTextEmphasisFill());
style             908 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setTextEmphasisMark(RenderStyle::initialTextEmphasisMark());
style             909 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setTextEmphasisCustomMark(RenderStyle::initialTextEmphasisCustomMark());
style             914 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setTextEmphasisFill(state.parentStyle()->textEmphasisFill());
style             915 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setTextEmphasisMark(state.parentStyle()->textEmphasisMark());
style             916 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setTextEmphasisCustomMark(state.parentStyle()->textEmphasisCustomMark());
style             933 Source/core/css/resolver/StyleBuilderCustom.cpp                 state.style()->setTextEmphasisFill(*value);
style             935 Source/core/css/resolver/StyleBuilderCustom.cpp                 state.style()->setTextEmphasisMark(*value);
style             937 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setTextEmphasisCustomMark(nullAtom);
style             946 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setTextEmphasisFill(TextEmphasisFillFilled);
style             947 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setTextEmphasisMark(TextEmphasisMarkCustom);
style             948 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setTextEmphasisCustomMark(AtomicString(primitiveValue->getStringValue()));
style             952 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setTextEmphasisCustomMark(nullAtom);
style             955 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setTextEmphasisFill(*primitiveValue);
style             956 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setTextEmphasisMark(TextEmphasisMarkAuto);
style             958 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setTextEmphasisFill(TextEmphasisFillFilled);
style             959 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setTextEmphasisMark(*primitiveValue);
style             968 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setTextUnderlinePosition(t);
style             978 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setTextUnderlinePosition(static_cast<TextUnderlinePosition>(t));
style             983 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setWillChangeContents(false);
style             984 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setWillChangeScrollPosition(false);
style             985 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setWillChangeProperties(Vector<CSSPropertyID>());
style             990 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setWillChangeContents(state.parentStyle()->willChangeContents());
style             991 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setWillChangeScrollPosition(state.parentStyle()->willChangeScrollPosition());
style             992 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setWillChangeProperties(state.parentStyle()->willChangeProperties());
style            1013 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setWillChangeContents(willChangeContents);
style            1014 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setWillChangeScrollPosition(willChangeScrollPosition);
style            1015 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setWillChangeProperties(willChangeProperties);
style            1023 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->set##Prop(state.parentStyle()->prop()); \
style            1030 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->set##Prop(RenderStyle::initial##Prop()); \
style            1036 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->accessSVGStyle()->set##Prop(state.parentStyle()->svgStyle()->prop()); \
style            1043 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->accessSVGStyle()->set##Prop(SVGRenderStyle::initial##Prop()); \
style            1277 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setHasCurrentColor();
style            1304 Source/core/css/resolver/StyleBuilderCustom.cpp                 state.style()->clearContent();
style            1316 Source/core/css/resolver/StyleBuilderCustom.cpp                         state.style()->setContent(StyleGeneratedImage::create(toCSSGradientValue(item)->gradientWithStylesResolved(state.document().textLinkColors(), state.style()->color()).get()), didSet);
style            1318 Source/core/css/resolver/StyleBuilderCustom.cpp                         state.style()->setContent(StyleGeneratedImage::create(toCSSImageGeneratorValue(item)), didSet);
style            1321 Source/core/css/resolver/StyleBuilderCustom.cpp                     state.style()->setContent(state.elementStyleResources().setOrPendingFromValue(CSSPropertyContent, toCSSImageSetValue(item)), didSet);
style            1326 Source/core/css/resolver/StyleBuilderCustom.cpp                     state.style()->setContent(state.elementStyleResources().cachedOrPendingFromValue(CSSPropertyContent, toCSSImageValue(item)), didSet);
style            1337 Source/core/css/resolver/StyleBuilderCustom.cpp                     state.style()->setContent(contentValue->getStringValue().impl(), didSet);
style            1341 Source/core/css/resolver/StyleBuilderCustom.cpp                     if (state.style()->styleType() == NOPSEUDO)
style            1342 Source/core/css/resolver/StyleBuilderCustom.cpp                         state.style()->setUnique();
style            1347 Source/core/css/resolver/StyleBuilderCustom.cpp                     state.style()->setContent(value.isNull() ? emptyString() : value.string(), didSet);
style            1358 Source/core/css/resolver/StyleBuilderCustom.cpp                     state.style()->setContent(counter.release(), didSet);
style            1363 Source/core/css/resolver/StyleBuilderCustom.cpp                         state.style()->setContent(OPEN_QUOTE, didSet);
style            1367 Source/core/css/resolver/StyleBuilderCustom.cpp                         state.style()->setContent(CLOSE_QUOTE, didSet);
style            1371 Source/core/css/resolver/StyleBuilderCustom.cpp                         state.style()->setContent(NO_OPEN_QUOTE, didSet);
style            1375 Source/core/css/resolver/StyleBuilderCustom.cpp                         state.style()->setContent(NO_CLOSE_QUOTE, didSet);
style            1385 Source/core/css/resolver/StyleBuilderCustom.cpp                 state.style()->clearContent();
style            1403 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setQuotes(quotes);
style            1408 Source/core/css/resolver/StyleBuilderCustom.cpp                 state.style()->setQuotes(QuotesData::create());
style            1421 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setLineHeight(RenderStyle::initialLineHeight());
style            1423 Source/core/css/resolver/StyleBuilderCustom.cpp         state.fontBuilder().fromSystemFont(primitiveValue->getValueID(), state.style()->effectiveZoom());
style            1477 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setBoxReflect(RenderStyle::initialBoxReflect());
style            1491 Source/core/css/resolver/StyleBuilderCustom.cpp         state.styleMap().mapNinePieceImage(state.style(), id, reflectValue->mask(), mask);
style            1494 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setBoxReflect(reflection.release());
style            1506 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setLocale(nullAtom);
style            1508 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setLocale(AtomicString(primitiveValue->getStringValue()));
style            1509 Source/core/css/resolver/StyleBuilderCustom.cpp         state.fontBuilder().setScript(state.style()->locale());
style            1515 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setDraggableRegionMode(primitiveValue->getValueID() == CSSValueDrag ? DraggableRegionDrag : DraggableRegionNoDrag);
style            1538 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setTextStrokeWidth(width);
style            1546 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setTransform(operations);
style            1557 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setPerspective(0);
style            1572 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setPerspective(perspectiveValue);
style            1580 Source/core/css/resolver/StyleBuilderCustom.cpp         Color col = state.document().textLinkColors().colorFromPrimitiveValue(primitiveValue, state.style()->color());
style            1581 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setTapHighlightColor(col);
style            1588 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->addCallbackSelector(state.currentRule()->selectorList().selectorsText());
style            1627 Source/core/css/resolver/StyleBuilderCustom.cpp         CSSPropertyID newId = CSSProperty::resolveDirectionAwareProperty(id, state.style()->direction(), state.style()->writingMode());
style            1674 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setLineBoxContain(LineBoxContainNone);
style            1681 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setLineBoxContain(toCSSLineBoxContainValue(value)->value());
style            1703 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setFilter(operations);
style            1708 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setGridAutoColumns(createGridTrackSize(value, state));
style            1713 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setGridAutoRows(createGridTrackSize(value, state));
style            1718 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setGridTemplateColumns(state.parentStyle()->gridTemplateColumns());
style            1719 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setNamedGridColumnLines(state.parentStyle()->namedGridColumnLines());
style            1720 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setOrderedNamedGridColumnLines(state.parentStyle()->orderedNamedGridColumnLines());
style            1724 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setGridTemplateColumns(RenderStyle::initialGridTemplateColumns());
style            1725 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setNamedGridColumnLines(RenderStyle::initialNamedGridColumnLines());
style            1726 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setOrderedNamedGridColumnLines(RenderStyle::initialOrderedNamedGridColumnLines());
style            1735 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setGridTemplateColumns(trackSizes);
style            1736 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setNamedGridColumnLines(namedGridLines);
style            1737 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setOrderedNamedGridColumnLines(orderedNamedGridLines);
style            1742 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setGridTemplateRows(state.parentStyle()->gridTemplateRows());
style            1743 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setNamedGridRowLines(state.parentStyle()->namedGridRowLines());
style            1744 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setOrderedNamedGridRowLines(state.parentStyle()->orderedNamedGridRowLines());
style            1748 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setGridTemplateRows(RenderStyle::initialGridTemplateRows());
style            1749 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setNamedGridRowLines(RenderStyle::initialNamedGridRowLines());
style            1750 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setOrderedNamedGridRowLines(RenderStyle::initialOrderedNamedGridRowLines());
style            1759 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setGridTemplateRows(trackSizes);
style            1760 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setNamedGridRowLines(namedGridLines);
style            1761 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setOrderedNamedGridRowLines(orderedNamedGridLines);
style            1770 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setGridColumnStart(startPosition);
style            1778 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setGridColumnEnd(endPosition);
style            1787 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setGridRowStart(beforePosition);
style            1795 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setGridRowEnd(afterPosition);
style            1801 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setNamedGridArea(state.parentStyle()->namedGridArea());
style            1802 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setNamedGridAreaRowCount(state.parentStyle()->namedGridAreaRowCount());
style            1803 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setNamedGridAreaColumnCount(state.parentStyle()->namedGridAreaColumnCount());
style            1807 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setNamedGridArea(RenderStyle::initialNamedGridArea());
style            1808 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setNamedGridAreaRowCount(RenderStyle::initialNamedGridAreaCount());
style            1809 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setNamedGridAreaColumnCount(RenderStyle::initialNamedGridAreaCount());
style            1819 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setNamedGridArea(gridTemplateAreasValue->gridAreaMap());
style            1820 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setNamedGridAreaRowCount(gridTemplateAreasValue->rowCount());
style            1821 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setNamedGridAreaColumnCount(gridTemplateAreasValue->columnCount());
style            1829 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setJustifySelf(*pairValue->first());
style            1830 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setJustifySelfOverflowAlignment(*pairValue->second());
style            1832 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setJustifySelf(*primitiveValue);
style            1841 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setAlignSelf(*pairValue->first());
style            1842 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setAlignSelfOverflowAlignment(*pairValue->second());
style            1844 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setAlignSelf(*primitiveValue);
style            1853 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setAlignItems(*pairValue->first());
style            1854 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setAlignItemsOverflowAlignment(*pairValue->second());
style            1856 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setAlignItems(*primitiveValue);
style            2156 Source/core/css/resolver/StyleBuilderCustom.cpp         SVGRenderStyle* svgStyle = state.style()->accessSVGStyle();
style            2186 Source/core/css/resolver/StyleBuilderCustom.cpp         SVGRenderStyle* svgStyle = state.style()->accessSVGStyle();
style            2198 Source/core/css/resolver/StyleBuilderCustom.cpp             svgStyle->setFillPaint(svgPaint->paintType(), colorFromSVGPaintCSSValue(svgPaint, state.style()->color()), svgPaint->uri(), state.applyPropertyToRegularStyle(), state.applyPropertyToVisitedLinkStyle());
style            2204 Source/core/css/resolver/StyleBuilderCustom.cpp         SVGRenderStyle* svgStyle = state.style()->accessSVGStyle();
style            2216 Source/core/css/resolver/StyleBuilderCustom.cpp             svgStyle->setStrokePaint(svgPaint->paintType(), colorFromSVGPaintCSSValue(svgPaint, state.style()->color()), svgPaint->uri(), state.applyPropertyToRegularStyle(), state.applyPropertyToVisitedLinkStyle());
style            2224 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->accessSVGStyle()->setStrokeDashArray(SVGRenderStyle::initialStrokeDashArray());
style            2241 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->accessSVGStyle()->setStrokeDashArray(array.release());
style            2248 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->accessSVGStyle()->setStopColor(primitiveValue->getRGBA32Value());
style            2250 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->accessSVGStyle()->setStopColor(state.style()->color());
style            2257 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->accessSVGStyle()->setLightingColor(primitiveValue->getRGBA32Value());
style            2259 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->accessSVGStyle()->setLightingColor(state.style()->color());
style            2266 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->accessSVGStyle()->setFloodColor(primitiveValue->getRGBA32Value());
style            2268 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->accessSVGStyle()->setFloodColor(state.style()->color());
style            2276 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->accessSVGStyle()->setGlyphOrientationHorizontal(orientation);
style            2282 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->accessSVGStyle()->setPaintOrder(paintOrderFlattened(value));
style            2289 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->accessSVGStyle()->setGlyphOrientationVertical(GO_AUTO);
style            2294 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->accessSVGStyle()->setGlyphOrientationVertical(orientation);
style             233 Source/core/css/resolver/StyleResolver.cpp     if (document().renderer() && document().renderer()->style())
style             234 Source/core/css/resolver/StyleResolver.cpp         document().renderer()->style()->font().update(document().styleEngine()->fontSelector());
style             621 Source/core/css/resolver/StyleResolver.cpp     m_styleResourceLoader.loadPendingResources(state.style(), state.elementStyleResources());
style             661 Source/core/css/resolver/StyleResolver.cpp         state.style()->inheritFrom(state.parentStyle(), isAtShadowBoundary(element) ? RenderStyle::AtShadowBoundary : RenderStyle::NotAtShadowBoundary);
style             664 Source/core/css/resolver/StyleResolver.cpp         state.setParentStyle(RenderStyle::clone(state.style()));
style             671 Source/core/css/resolver/StyleResolver.cpp                 state.style()->setUserModify(styleOfShadowHost->userModify());
style             675 Source/core/css/resolver/StyleResolver.cpp     state.fontBuilder().initForStyleResolve(state.document(), state.style(), state.useSVGZoomRules());
style             678 Source/core/css/resolver/StyleResolver.cpp         state.style()->setIsLink(true);
style             685 Source/core/css/resolver/StyleResolver.cpp         state.style()->setInsideLink(linkState);
style             694 Source/core/css/resolver/StyleResolver.cpp         ElementRuleCollector collector(state.elementContext(), m_selectorFilter, state.style());
style             707 Source/core/css/resolver/StyleResolver.cpp         adjuster.adjustRenderStyle(state.style(), state.parentStyle(), element);
style             717 Source/core/css/resolver/StyleResolver.cpp         document().textLinkColors().setTextColor(state.style()->color());
style             721 Source/core/css/resolver/StyleResolver.cpp     if (state.style()->hasViewportUnits())
style             741 Source/core/css/resolver/StyleResolver.cpp     ASSERT(!state.style());
style             753 Source/core/css/resolver/StyleResolver.cpp     CSSAnimationDataList* animations = state.style()->accessAnimations();
style             759 Source/core/css/resolver/StyleResolver.cpp     state.fontBuilder().initForStyleResolve(state.document(), state.style(), state.useSVGZoomRules());
style             796 Source/core/css/resolver/StyleResolver.cpp     state.fontBuilder().initForStyleResolve(state.document(), state.style(), state.useSVGZoomRules());
style             802 Source/core/css/resolver/StyleResolver.cpp             keyframes[i]->setPropertyValue(id, CSSAnimatableValueFactory::create(id, *state.style()).get());
style             814 Source/core/css/resolver/StyleResolver.cpp     if (pseudoId < FIRST_INTERNAL_PSEUDOID && !parentRenderer->style()->hasPseudoStyle(pseudoId))
style             823 Source/core/css/resolver/StyleResolver.cpp     RenderStyle* parentStyle = parentRenderer->style();
style             833 Source/core/css/resolver/StyleResolver.cpp     RefPtr<RenderStyle> style = state.takeStyle();
style             834 Source/core/css/resolver/StyleResolver.cpp     ASSERT(style);
style             835 Source/core/css/resolver/StyleResolver.cpp     parentStyle->addCachedPseudoStyle(style);
style             837 Source/core/css/resolver/StyleResolver.cpp     if (!pseudoElementRendererIsNeeded(style.get()))
style             858 Source/core/css/resolver/StyleResolver.cpp         state.style()->inheritFrom(state.parentStyle());
style             861 Source/core/css/resolver/StyleResolver.cpp         state.setParentStyle(RenderStyle::clone(state.style()));
style             864 Source/core/css/resolver/StyleResolver.cpp     state.fontBuilder().initForStyleResolve(state.document(), state.style(), state.useSVGZoomRules());
style             871 Source/core/css/resolver/StyleResolver.cpp         ElementRuleCollector collector(state.elementContext(), m_selectorFilter, state.style());
style             880 Source/core/css/resolver/StyleResolver.cpp         state.style()->setStyleType(pseudoStyleRequest.pseudoId);
style             890 Source/core/css/resolver/StyleResolver.cpp         adjuster.adjustRenderStyle(state.style(), state.parentStyle(), 0);
style             900 Source/core/css/resolver/StyleResolver.cpp     if (state.style()->hasViewportUnits())
style             932 Source/core/css/resolver/StyleResolver.cpp     state.style()->inheritFrom(rootElementStyle);
style             934 Source/core/css/resolver/StyleResolver.cpp     state.fontBuilder().initForStyleResolve(state.document(), state.style(), state.useSVGZoomRules());
style             989 Source/core/css/resolver/StyleResolver.cpp     state.fontBuilder().initForStyleResolve(document(), state.style(), state.useSVGZoomRules());
style             990 Source/core/css/resolver/StyleResolver.cpp     state.style()->setLineHeight(RenderStyle::initialLineHeight());
style             992 Source/core/css/resolver/StyleResolver.cpp     state.fontBuilder().setInitial(state.style()->effectiveZoom());
style             993 Source/core/css/resolver/StyleResolver.cpp     state.style()->font().update(document().styleEngine()->fontSelector());
style            1010 Source/core/css/resolver/StyleResolver.cpp     state.fontBuilder().createFont(document().styleEngine()->fontSelector(), state.parentStyle(), state.style());
style            1012 Source/core/css/resolver/StyleResolver.cpp         state.style()->setHasViewportUnits();
style            1019 Source/core/css/resolver/StyleResolver.cpp     ElementRuleCollector collector(state.elementContext(), m_selectorFilter, state.style());
style            1029 Source/core/css/resolver/StyleResolver.cpp     ElementRuleCollector collector(state.elementContext(), m_selectorFilter, state.style());
style            1067 Source/core/css/resolver/StyleResolver.cpp         && !(state.style()->transitions() && !state.style()->transitions()->isEmpty())
style            1068 Source/core/css/resolver/StyleResolver.cpp         && !(state.style()->animations() && !state.style()->animations()->isEmpty()))
style            1071 Source/core/css/resolver/StyleResolver.cpp     state.setAnimationUpdate(CSSAnimations::calculateUpdate(animatingElement, *element, *state.style(), state.parentStyle(), this));
style            1085 Source/core/css/resolver/StyleResolver.cpp     RenderStyle* style = state.style();
style            1086 Source/core/css/resolver/StyleResolver.cpp     if (style->hasAutoZIndex() && (style->opacity() < 1.0f || style->hasTransformRelatedProperty()))
style            1087 Source/core/css/resolver/StyleResolver.cpp         style->setZIndex(0);
style            1214 Source/core/css/resolver/StyleResolver.cpp     if (state.style()->insideLink() != NotInsideLink) {
style            1262 Source/core/css/resolver/StyleResolver.cpp         && MatchedPropertiesCache::isCacheable(element, state.style(), state.parentStyle())) {
style            1267 Source/core/css/resolver/StyleResolver.cpp         state.style()->copyNonInheritedFrom(cachedMatchedProperties->renderStyle.get());
style            1269 Source/core/css/resolver/StyleResolver.cpp             && (!state.distributedToInsertionPoint() || state.style()->userModify() == READ_ONLY)) {
style            1272 Source/core/css/resolver/StyleResolver.cpp             EInsideLink linkStatus = state.style()->insideLink();
style            1275 Source/core/css/resolver/StyleResolver.cpp             state.style()->inheritFrom(cachedMatchedProperties->renderStyle.get());
style            1278 Source/core/css/resolver/StyleResolver.cpp             state.style()->setInsideLink(linkStatus);
style            1293 Source/core/css/resolver/StyleResolver.cpp     state.style()->adjustAnimations();
style            1294 Source/core/css/resolver/StyleResolver.cpp     state.style()->adjustTransitions();
style            1306 Source/core/css/resolver/StyleResolver.cpp     if (cachedMatchedProperties && cachedMatchedProperties->renderStyle->effectiveZoom() != state.style()->effectiveZoom()) {
style            1319 Source/core/css/resolver/StyleResolver.cpp     if (cachedMatchedProperties && cachedMatchedProperties->renderStyle->fontDescription() != state.style()->fontDescription())
style            1336 Source/core/css/resolver/StyleResolver.cpp     if (!cachedMatchedProperties && cacheHash && MatchedPropertiesCache::isCacheable(element, state.style(), state.parentStyle())) {
style            1338 Source/core/css/resolver/StyleResolver.cpp         m_matchedPropertiesCache.add(state.style(), state.parentStyle(), cacheHash, matchResult);
style            1377 Source/core/css/resolver/StyleResolver.cpp void StyleResolver::applyPropertiesToStyle(const CSSPropertyValue* properties, size_t count, RenderStyle* style)
style            1379 Source/core/css/resolver/StyleResolver.cpp     StyleResolverState state(document(), document().documentElement(), style);
style            1380 Source/core/css/resolver/StyleResolver.cpp     state.setStyle(style);
style            1382 Source/core/css/resolver/StyleResolver.cpp     state.fontBuilder().initForStyleResolve(document(), style, state.useSVGZoomRules());
style              63 Source/core/css/resolver/StyleResolverState.h     void setStyle(PassRefPtr<RenderStyle> style) { m_style = style; m_cssToLengthConversionData.setStyle(m_style.get()); }
style              64 Source/core/css/resolver/StyleResolverState.h     const RenderStyle* style() const { return m_style.get(); }
style              65 Source/core/css/resolver/StyleResolverState.h     RenderStyle* style() { return m_style.get(); }
style             101 Source/core/css/resolver/StyleResolverState.h         if (!style()->hasAppearance())
style             103 Source/core/css/resolver/StyleResolverState.h         m_cachedUAStyle = CachedUAStyle(style());
style             116 Source/core/css/resolver/StyleResolverState.h         return m_elementStyleResources.styleImage(document().textLinkColors(), style()->color(), propertyId, value);
style             118 Source/core/css/resolver/StyleResourceLoader.cpp void StyleResourceLoader::loadPendingImages(RenderStyle* style, ElementStyleResources& elementStyleResources)
style             129 Source/core/css/resolver/StyleResourceLoader.cpp             for (FillLayer* backgroundLayer = style->accessBackgroundLayers(); backgroundLayer; backgroundLayer = backgroundLayer->next()) {
style             136 Source/core/css/resolver/StyleResourceLoader.cpp             for (ContentData* contentData = const_cast<ContentData*>(style->contentData()); contentData; contentData = contentData->next()) {
style             149 Source/core/css/resolver/StyleResourceLoader.cpp             if (CursorList* cursorList = style->cursors()) {
style             161 Source/core/css/resolver/StyleResourceLoader.cpp             if (style->listStyleImage() && style->listStyleImage()->isPendingImage())
style             162 Source/core/css/resolver/StyleResourceLoader.cpp                 style->setListStyleImage(loadPendingImage(toStylePendingImage(style->listStyleImage()), elementStyleResources.deviceScaleFactor()));
style             166 Source/core/css/resolver/StyleResourceLoader.cpp             if (style->borderImageSource() && style->borderImageSource()->isPendingImage())
style             167 Source/core/css/resolver/StyleResourceLoader.cpp                 style->setBorderImageSource(loadPendingImage(toStylePendingImage(style->borderImageSource()), elementStyleResources.deviceScaleFactor()));
style             171 Source/core/css/resolver/StyleResourceLoader.cpp             if (StyleReflection* reflection = style->boxReflect()) {
style             181 Source/core/css/resolver/StyleResourceLoader.cpp             if (style->maskBoxImageSource() && style->maskBoxImageSource()->isPendingImage())
style             182 Source/core/css/resolver/StyleResourceLoader.cpp                 style->setMaskBoxImageSource(loadPendingImage(toStylePendingImage(style->maskBoxImageSource()), elementStyleResources.deviceScaleFactor()));
style             186 Source/core/css/resolver/StyleResourceLoader.cpp             for (FillLayer* maskLayer = style->accessMaskLayers(); maskLayer; maskLayer = maskLayer->next()) {
style             193 Source/core/css/resolver/StyleResourceLoader.cpp             loadPendingShapeImage(style, style->shapeOutside(), elementStyleResources.deviceScaleFactor());
style             823 Source/core/dom/ContainerNode.cpp     if (renderer() && renderer()->style()->hasAppearance())
style             890 Source/core/dom/ContainerNode.cpp     if (renderer()->style()->hasAppearance())
style            1696 Source/core/dom/Document.cpp     RefPtr<RenderStyle> documentStyle = renderView()->style();
style            1713 Source/core/dom/Document.cpp         if (RenderStyle* style = body->renderStyle()) {
style            1714 Source/core/dom/Document.cpp             if (style->direction() != rootDirection || style->writingMode() != rootWritingMode)
style            1719 Source/core/dom/Document.cpp     if (RenderStyle* style = documentElement()->renderStyle()) {
style            1720 Source/core/dom/Document.cpp         if (style->direction() != rootDirection || style->writingMode() != rootWritingMode)
style            1803 Source/core/dom/Document.cpp         StyleRecalcChange localChange = RenderStyle::stylePropagationDiff(documentStyle.get(), renderView()->style());
style            1962 Source/core/dom/Document.cpp     RefPtr<RenderStyle> style = styleForPage(pageIndex);
style            1966 Source/core/dom/Document.cpp     switch (style->pageSizeType()) {
style            1978 Source/core/dom/Document.cpp         LengthSize size = style->pageSize();
style            1992 Source/core/dom/Document.cpp     marginTop = style->marginTop().isAuto() ? marginTop : intValueForLength(style->marginTop(), width);
style            1993 Source/core/dom/Document.cpp     marginRight = style->marginRight().isAuto() ? marginRight : intValueForLength(style->marginRight(), width);
style            1994 Source/core/dom/Document.cpp     marginBottom = style->marginBottom().isAuto() ? marginBottom : intValueForLength(style->marginBottom(), width);
style            1995 Source/core/dom/Document.cpp     marginLeft = style->marginLeft().isAuto() ? marginLeft : intValueForLength(style->marginLeft(), width);
style            4155 Source/core/dom/Document.cpp             renderView()->style()->setRTLOrdering(m_visuallyOrdered ? VisualOrder : LogicalOrder);
style             239 Source/core/dom/Element.cpp         return e->renderer() && e->renderer()->style()->visibility() == VISIBLE;
style             254 Source/core/dom/Element.cpp     if (!renderer() || renderer()->style()->visibility() != VISIBLE)
style             511 Source/core/dom/Element.cpp     if (renderer.style()->effectiveZoom() != 1) {
style             516 Source/core/dom/Element.cpp             if (curr->style()->effectiveZoom() != prev->style()->effectiveZoom()) {
style             517 Source/core/dom/Element.cpp                 zoomFactor = prev->style()->zoom();
style             523 Source/core/dom/Element.cpp             zoomFactor = prev->style()->zoom();
style             702 Source/core/dom/Element.cpp             rend->setScrollLeft(static_cast<int>(newLeft * rend->style()->effectiveZoom()));
style             748 Source/core/dom/Element.cpp             rend->setScrollTop(static_cast<int>(newTop * rend->style()->effectiveZoom()));
style            1267 Source/core/dom/Element.cpp bool Element::rendererIsNeeded(const RenderStyle& style)
style            1269 Source/core/dom/Element.cpp     return style.display() != NONE;
style            1272 Source/core/dom/Element.cpp RenderObject* Element::createRenderer(RenderStyle* style)
style            1274 Source/core/dom/Element.cpp     return RenderObject::createObject(this, style);
style            1494 Source/core/dom/Element.cpp     RefPtr<RenderStyle> style;
style            1502 Source/core/dom/Element.cpp         style = customStyleForRenderer();
style            1503 Source/core/dom/Element.cpp     if (!style)
style            1504 Source/core/dom/Element.cpp         style = originalStyleForRenderer();
style            1510 Source/core/dom/Element.cpp     ASSERT(style);
style            1511 Source/core/dom/Element.cpp     return style.release();
style            1793 Source/core/dom/Element.cpp void Element::checkForEmptyStyleChange(RenderStyle* style)
style            1795 Source/core/dom/Element.cpp     if (!style && !styleAffectedByEmpty())
style            1798 Source/core/dom/Element.cpp     if (!style || (styleAffectedByEmpty() && (!style->emptyState() || hasChildren())))
style            1807 Source/core/dom/Element.cpp     RenderStyle* style = renderStyle();
style            1810 Source/core/dom/Element.cpp     checkForEmptyStyleChange(style);
style            1812 Source/core/dom/Element.cpp     if (!style || (needsStyleRecalc() && childrenAffectedByPositionalRules()))
style            2498 Source/core/dom/Element.cpp     if (RenderStyle* style = renderStyle())
style            2499 Source/core/dom/Element.cpp         style->setUnique();
style            2568 Source/core/dom/Element.cpp             renderer()->style()->removeCachedPseudoStyle(pseudoId);
style            2904 Source/core/dom/Element.cpp     const StylePropertySet* style = element.inlineStyle();
style            2905 Source/core/dom/Element.cpp     if (!style)
style            2907 Source/core/dom/Element.cpp     for (unsigned i = 0; i < style->propertyCount(); ++i) {
style            2909 Source/core/dom/Element.cpp         if (style->propertyAt(i).value()->isImageValue())
style            2915 Source/core/dom/Element.cpp static void reResolveURLsInInlineStyle(const Document& document, MutableStylePropertySet& style)
style            2917 Source/core/dom/Element.cpp     for (unsigned i = 0; i < style.propertyCount(); ++i) {
style            2918 Source/core/dom/Element.cpp         StylePropertySet::PropertyReference property = style.propertyAt(i);
style            3298 Source/core/dom/Element.cpp void Element::addPropertyToPresentationAttributeStyle(MutableStylePropertySet* style, CSSPropertyID propertyID, CSSValueID identifier)
style            3301 Source/core/dom/Element.cpp     style->setProperty(propertyID, cssValuePool().createIdentifierValue(identifier));
style            3304 Source/core/dom/Element.cpp void Element::addPropertyToPresentationAttributeStyle(MutableStylePropertySet* style, CSSPropertyID propertyID, double value, CSSPrimitiveValue::UnitTypes unit)
style            3307 Source/core/dom/Element.cpp     style->setProperty(propertyID, cssValuePool().createValue(value, unit));
style            3310 Source/core/dom/Element.cpp void Element::addPropertyToPresentationAttributeStyle(MutableStylePropertySet* style, CSSPropertyID propertyID, const String& value)
style            3313 Source/core/dom/Element.cpp     style->setProperty(propertyID, value, false);
style             232 Source/core/dom/Element.h     CSSStyleDeclaration* style();
style             385 Source/core/dom/FullscreenElementStack.cpp         m_savedPlaceholderRenderStyle = RenderStyle::clone(renderer->style());
style             459 Source/core/dom/FullscreenElementStack.cpp         renderer->createPlaceholder(RenderStyle::clone(placeholder->style()), placeholder->frameRect());
style             529 Source/core/dom/Node.cpp             switch (node->renderer()->style()->userModify()) {
style             960 Source/core/dom/Node.cpp     ASSERT(!renderer() || (renderer()->style() && (renderer()->parent() || renderer()->isRenderView())));
style            1101 Source/core/dom/Node.cpp         RenderStyle* style = renderer()->style();
style            1104 Source/core/dom/Node.cpp         if (style->userDrag() == DRAG_ELEMENT && style->userSelect() == SELECT_NONE)
style            2440 Source/core/dom/Node.cpp     for (HTMLStyleElement* style = Traversal<HTMLStyleElement>::firstChild(*this); style; style = Traversal<HTMLStyleElement>::nextSibling(*style)) {
style            2441 Source/core/dom/Node.cpp         if (style->isRegisteredAsScoped())
style              39 Source/core/dom/NodeRenderStyle.h         return renderer->style();
style             624 Source/core/dom/Position.cpp         if (!renderer || renderer->style()->visibility() != VISIBLE)
style             757 Source/core/dom/Position.cpp         if (!renderer || renderer->style()->visibility() != VISIBLE)
style             829 Source/core/dom/Position.cpp     return o->style()->isHorizontalWritingMode() ? rect.height() : rect.width();
style             852 Source/core/dom/Position.cpp     return RuntimeEnabledFeatures::userSelectAllEnabled() && node && node->renderer() && node->renderer()->style()->userSelect() == SELECT_ALL;
style             886 Source/core/dom/Position.cpp     if (renderer->style()->visibility() != VISIBLE)
style             979 Source/core/dom/Position.cpp     if (renderer->style()->visibility() != VISIBLE ||
style             980 Source/core/dom/Position.cpp         posRenderer->style()->visibility() != VISIBLE)
style            1309 Source/core/dom/Position.cpp             primaryDirection = r->style()->direction();
style             149 Source/core/dom/PositionIterator.cpp     if (renderer->style()->visibility() != VISIBLE)
style             175 Source/core/dom/PresentationAttributeStyle.cpp     RefPtr<StylePropertySet> style;
style             177 Source/core/dom/PresentationAttributeStyle.cpp         style = cacheValue->value->value;
style             180 Source/core/dom/PresentationAttributeStyle.cpp         style = MutableStylePropertySet::create(element.isSVGElement() ? SVGAttributeMode : HTMLAttributeMode);
style             184 Source/core/dom/PresentationAttributeStyle.cpp             element.collectStyleForPresentationAttribute(attribute.name(), attribute.value(), toMutableStylePropertySet(style));
style             189 Source/core/dom/PresentationAttributeStyle.cpp         return style.release();
style             193 Source/core/dom/PresentationAttributeStyle.cpp     newEntry->value = style;
style             205 Source/core/dom/PresentationAttributeStyle.cpp     return style.release();
style              95 Source/core/dom/PseudoElement.cpp     RenderStyle* style = renderer->style();
style              96 Source/core/dom/PseudoElement.cpp     if (style->styleType() != BEFORE && style->styleType() != AFTER)
style              98 Source/core/dom/PseudoElement.cpp     ASSERT(style->contentData());
style             100 Source/core/dom/PseudoElement.cpp     for (const ContentData* content = style->contentData(); content; content = content->next()) {
style             101 Source/core/dom/PseudoElement.cpp         RenderObject* child = content->createRenderer(document(), style);
style             102 Source/core/dom/PseudoElement.cpp         if (renderer->isChildAllowed(child, style)) {
style             111 Source/core/dom/PseudoElement.cpp bool PseudoElement::rendererIsNeeded(const RenderStyle& style)
style             113 Source/core/dom/PseudoElement.cpp     return pseudoElementRendererIsNeeded(&style);
style             130 Source/core/dom/PseudoElement.cpp         if (child->style()->styleType() == FIRST_LETTER)
style             133 Source/core/dom/PseudoElement.cpp         child->setPseudoStyle(renderer->style());
style              65 Source/core/dom/PseudoElement.h inline bool pseudoElementRendererIsNeeded(const RenderStyle* style)
style              67 Source/core/dom/PseudoElement.h     return style && style->display() != NONE && (style->styleType() == BACKDROP || style->contentData());
style             116 Source/core/dom/RenderTreeBuilder.cpp     RenderStyle& style = this->style();
style             118 Source/core/dom/RenderTreeBuilder.cpp     if (!element->rendererIsNeeded(style))
style             121 Source/core/dom/RenderTreeBuilder.cpp     RenderObject* newRenderer = element->createRenderer(&style);
style             127 Source/core/dom/RenderTreeBuilder.cpp     if (!parentRenderer->isChildAllowed(newRenderer, &style)) {
style             138 Source/core/dom/RenderTreeBuilder.cpp     newRenderer->setStyle(&style); // setStyle() can depend on renderer() already being set.
style             164 Source/core/dom/RenderTreeBuilder.cpp     m_style = parentRenderer->style();
style              42 Source/core/dom/RenderTreeBuilder.h     RenderTreeBuilder(Node* node, RenderStyle* style)
style              45 Source/core/dom/RenderTreeBuilder.h         , m_style(style)
style              67 Source/core/dom/RenderTreeBuilder.h     RenderStyle& style() const;
style             244 Source/core/dom/Text.cpp bool Text::textRendererIsNeeded(const RenderStyle& style, const RenderObject& parent)
style             252 Source/core/dom/Text.cpp     if (style.display() == NONE)
style             261 Source/core/dom/Text.cpp     if (style.preserveNewline()) // pre/pre-wrap/pre-line always make renderers.
style             298 Source/core/dom/Text.cpp RenderText* Text::createTextRenderer(RenderStyle* style)
style             303 Source/core/dom/Text.cpp     if (style->hasTextCombine())
style             334 Source/core/dom/Text.cpp     if (RenderStyle* style = parentRenderStyle())
style             335 Source/core/dom/Text.cpp         return style->preserveNewline();
style             344 Source/core/dom/Text.cpp     if (!textRenderer || !textRendererIsNeeded(*textRenderer->style(), *textRenderer->parent())) {
style             492 Source/core/dom/TreeScope.cpp         RenderStyle* style = element->renderStyle();
style             493 Source/core/dom/TreeScope.cpp         if (style && style->hasViewportUnits())
style             186 Source/core/dom/shadow/InsertionPoint.cpp bool InsertionPoint::rendererIsNeeded(const RenderStyle& style)
style             188 Source/core/dom/shadow/InsertionPoint.cpp     return !isActive() && HTMLElement::rendererIsNeeded(style);
style             245 Source/core/editing/ApplyBlockElementCommand.cpp     RenderStyle* style = renderStyleOfEnclosingTextNode(position);
style             246 Source/core/editing/ApplyBlockElementCommand.cpp     if (!style)
style             250 Source/core/editing/ApplyBlockElementCommand.cpp     if (!style->preserveNewline() || !position.offsetInContainerNode() || !isNewLineAtPosition(firstPositionInNode(text.get())))
style             121 Source/core/editing/ApplyStyleCommand.cpp ApplyStyleCommand::ApplyStyleCommand(Document& document, const EditingStyle* style, EditAction editingAction, EPropertyLevel propertyLevel)
style             123 Source/core/editing/ApplyStyleCommand.cpp     , m_style(style->copy())
style             135 Source/core/editing/ApplyStyleCommand.cpp ApplyStyleCommand::ApplyStyleCommand(Document& document, const EditingStyle* style, const Position& start, const Position& end, EditAction editingAction, EPropertyLevel propertyLevel)
style             137 Source/core/editing/ApplyStyleCommand.cpp     , m_style(style->copy())
style             163 Source/core/editing/ApplyStyleCommand.cpp ApplyStyleCommand::ApplyStyleCommand(Document& document, const EditingStyle* style, IsInlineElementToRemoveFunction isInlineElementToRemoveFunction, EditAction editingAction)
style             165 Source/core/editing/ApplyStyleCommand.cpp     , m_style(style->copy())
style             232 Source/core/editing/ApplyStyleCommand.cpp void ApplyStyleCommand::applyBlockStyle(EditingStyle *style)
style             267 Source/core/editing/ApplyStyleCommand.cpp         StyleChange styleChange(style, paragraphStart.deepEquivalent());
style             277 Source/core/editing/ApplyStyleCommand.cpp                 removeCSSStyle(style, toHTMLElement(block));
style             296 Source/core/editing/ApplyStyleCommand.cpp static PassRefPtrWillBeRawPtr<MutableStylePropertySet> copyStyleOrCreateEmpty(const StylePropertySet* style)
style             298 Source/core/editing/ApplyStyleCommand.cpp     if (!style)
style             300 Source/core/editing/ApplyStyleCommand.cpp     return style->mutableCopy();
style             303 Source/core/editing/ApplyStyleCommand.cpp void ApplyStyleCommand::applyRelativeFontStyleChange(EditingStyle* style)
style             307 Source/core/editing/ApplyStyleCommand.cpp     if (!style || !style->hasFontSizeDelta())
style             407 Source/core/editing/ApplyStyleCommand.cpp         float desiredFontSize = max(MinimumFontSize, startingFontSizes.get(node) + style->fontSizeDelta());
style             549 Source/core/editing/ApplyStyleCommand.cpp void ApplyStyleCommand::applyInlineStyle(EditingStyle* style)
style             575 Source/core/editing/ApplyStyleCommand.cpp         if (shouldSplitTextElement(start.deprecatedNode()->parentElement(), style))
style             587 Source/core/editing/ApplyStyleCommand.cpp         if (shouldSplitTextElement(end.deprecatedNode()->parentElement(), style))
style             603 Source/core/editing/ApplyStyleCommand.cpp     bool hasTextDirection = style->textDirection(textDirection);
style             623 Source/core/editing/ApplyStyleCommand.cpp             styleWithoutEmbedding = style->copy();
style             631 Source/core/editing/ApplyStyleCommand.cpp     removeInlineStyle(styleWithoutEmbedding ? styleWithoutEmbedding.get() : style, removeStart, end);
style             653 Source/core/editing/ApplyStyleCommand.cpp     RefPtr<EditingStyle> styleToApply = style;
style             665 Source/core/editing/ApplyStyleCommand.cpp                 styleWithoutEmbedding = style->copy();
style             682 Source/core/editing/ApplyStyleCommand.cpp void ApplyStyleCommand::fixRangeAndApplyInlineStyle(EditingStyle* style, const Position& start, const Position& end)
style             712 Source/core/editing/ApplyStyleCommand.cpp     applyInlineStyleToNodeRange(style, startNode, pastEndNode);
style             751 Source/core/editing/ApplyStyleCommand.cpp void ApplyStyleCommand::applyInlineStyleToNodeRange(EditingStyle* style, PassRefPtr<Node> startNode, PassRefPtr<Node> pastEndNode)
style             775 Source/core/editing/ApplyStyleCommand.cpp             if (!style->style())
style             778 Source/core/editing/ApplyStyleCommand.cpp             inlineStyle->mergeAndOverrideOnConflict(style->style());
style             808 Source/core/editing/ApplyStyleCommand.cpp         if (!shouldApplyInlineStyleToRun(style, runStart, pastEndNode))
style             815 Source/core/editing/ApplyStyleCommand.cpp         removeConflictingInlineStyleFromRun(style, runs[i].start, runs[i].end, runs[i].pastEndNode);
style             824 Source/core/editing/ApplyStyleCommand.cpp             runs[i].change = StyleChange(style, runs[i].positionForStyleComputation);
style             842 Source/core/editing/ApplyStyleCommand.cpp bool ApplyStyleCommand::shouldApplyInlineStyleToRun(EditingStyle* style, Node* runStart, Node* pastEndNode)
style             844 Source/core/editing/ApplyStyleCommand.cpp     ASSERT(style && runStart);
style             850 Source/core/editing/ApplyStyleCommand.cpp         if (!style->styleIsPresentInComputedStyleOfNode(node))
style             858 Source/core/editing/ApplyStyleCommand.cpp void ApplyStyleCommand::removeConflictingInlineStyleFromRun(EditingStyle* style, RefPtr<Node>& runStart, RefPtr<Node>& runEnd, PassRefPtr<Node> pastEndNode)
style             875 Source/core/editing/ApplyStyleCommand.cpp         removeInlineStyleFromElement(style, toHTMLElement(node), RemoveAlways);
style             886 Source/core/editing/ApplyStyleCommand.cpp bool ApplyStyleCommand::removeInlineStyleFromElement(EditingStyle* style, PassRefPtr<HTMLElement> element, InlineStyleRemovalMode mode, EditingStyle* extractedStyle)
style             903 Source/core/editing/ApplyStyleCommand.cpp     if (removeImplicitlyStyledElement(style, element.get(), mode, extractedStyle))
style             911 Source/core/editing/ApplyStyleCommand.cpp     if (removeCSSStyle(style, element.get(), mode, extractedStyle))
style             925 Source/core/editing/ApplyStyleCommand.cpp bool ApplyStyleCommand::removeImplicitlyStyledElement(EditingStyle* style, HTMLElement* element, InlineStyleRemovalMode mode, EditingStyle* extractedStyle)
style             927 Source/core/editing/ApplyStyleCommand.cpp     ASSERT(style);
style             930 Source/core/editing/ApplyStyleCommand.cpp         return style->conflictsWithImplicitStyleOfElement(element) || style->conflictsWithImplicitStyleOfAttributes(element);
style             934 Source/core/editing/ApplyStyleCommand.cpp     if (style->conflictsWithImplicitStyleOfElement(element, extractedStyle, mode == RemoveAlways ? EditingStyle::ExtractMatchingStyle : EditingStyle::DoNotExtractMatchingStyle)) {
style             941 Source/core/editing/ApplyStyleCommand.cpp     if (!style->extractConflictingImplicitStyleOfAttributes(element, extractedStyle ? EditingStyle::PreserveWritingDirection : EditingStyle::DoNotPreserveWritingDirection,
style             954 Source/core/editing/ApplyStyleCommand.cpp bool ApplyStyleCommand::removeCSSStyle(EditingStyle* style, HTMLElement* element, InlineStyleRemovalMode mode, EditingStyle* extractedStyle)
style             956 Source/core/editing/ApplyStyleCommand.cpp     ASSERT(style);
style             960 Source/core/editing/ApplyStyleCommand.cpp         return style->conflictsWithInlineStyleOfElement(element);
style             963 Source/core/editing/ApplyStyleCommand.cpp     if (!style->conflictsWithInlineStyleOfElement(element, extractedStyle, properties))
style             976 Source/core/editing/ApplyStyleCommand.cpp HTMLElement* ApplyStyleCommand::highestAncestorWithConflictingInlineStyle(EditingStyle* style, Node* node)
style             985 Source/core/editing/ApplyStyleCommand.cpp         if (n->isHTMLElement() && shouldRemoveInlineStyleFromElement(style, toHTMLElement(n)))
style             996 Source/core/editing/ApplyStyleCommand.cpp void ApplyStyleCommand::applyInlineStyleToPushDown(Node* node, EditingStyle* style)
style            1002 Source/core/editing/ApplyStyleCommand.cpp     if (!style || style->isEmpty() || !node->renderer() || isHTMLIFrameElement(*node))
style            1005 Source/core/editing/ApplyStyleCommand.cpp     RefPtr<EditingStyle> newInlineStyle = style;
style            1007 Source/core/editing/ApplyStyleCommand.cpp         newInlineStyle = style->copy();
style            1014 Source/core/editing/ApplyStyleCommand.cpp         setNodeAttribute(toHTMLElement(node), styleAttr, AtomicString(newInlineStyle->style()->asText()));
style            1027 Source/core/editing/ApplyStyleCommand.cpp void ApplyStyleCommand::pushDownInlineStyleAroundNode(EditingStyle* style, Node* targetNode)
style            1029 Source/core/editing/ApplyStyleCommand.cpp     HTMLElement* highestAncestor = highestAncestorWithConflictingInlineStyle(style, targetNode);
style            1049 Source/core/editing/ApplyStyleCommand.cpp             removeInlineStyleFromElement(style, toHTMLElement(current), RemoveIfNeeded, styleToPushDown.get());
style            1078 Source/core/editing/ApplyStyleCommand.cpp void ApplyStyleCommand::removeInlineStyle(EditingStyle* style, const Position &start, const Position &end)
style            1102 Source/core/editing/ApplyStyleCommand.cpp     pushDownInlineStyleAroundNode(style, pushDownStart.deprecatedNode());
style            1103 Source/core/editing/ApplyStyleCommand.cpp     pushDownInlineStyleAroundNode(style, pushDownEnd.deprecatedNode());
style            1133 Source/core/editing/ApplyStyleCommand.cpp             removeInlineStyleFromElement(style, elem.get(), RemoveIfNeeded, styleToPushDown.get());
style            1238 Source/core/editing/ApplyStyleCommand.cpp bool ApplyStyleCommand::shouldSplitTextElement(Element* element, EditingStyle* style)
style            1243 Source/core/editing/ApplyStyleCommand.cpp     return shouldRemoveInlineStyleFromElement(style, toHTMLElement(element));
style            1386 Source/core/editing/ApplyStyleCommand.cpp void ApplyStyleCommand::addInlineStyleIfNeeded(EditingStyle* style, PassRefPtr<Node> passedStart, PassRefPtr<Node> passedEnd, EAddStyledElement addStyledElement)
style            1393 Source/core/editing/ApplyStyleCommand.cpp     StyleChange styleChange(style, positionToComputeInlineStyleChange(start, dummyElement));
style            1505 Source/core/editing/ApplyStyleCommand.cpp     RefPtr<CSSComputedStyleDeclaration> style = CSSComputedStyleDeclaration::create(node);
style            1506 Source/core/editing/ApplyStyleCommand.cpp     if (!style)
style            1509 Source/core/editing/ApplyStyleCommand.cpp     RefPtrWillBeRawPtr<CSSPrimitiveValue> value = static_pointer_cast<CSSPrimitiveValue>(style->getPropertyCSSValue(CSSPropertyFontSize));
style              51 Source/core/editing/ApplyStyleCommand.h     static PassRefPtr<ApplyStyleCommand> create(Document& document, const EditingStyle* style, EditAction action = EditActionChangeAttributes, EPropertyLevel level = PropertyDefault)
style              53 Source/core/editing/ApplyStyleCommand.h         return adoptRef(new ApplyStyleCommand(document, style, action, level));
style              55 Source/core/editing/ApplyStyleCommand.h     static PassRefPtr<ApplyStyleCommand> create(Document& document, const EditingStyle* style, const Position& start, const Position& end, EditAction action = EditActionChangeAttributes, EPropertyLevel level = PropertyDefault)
style              57 Source/core/editing/ApplyStyleCommand.h         return adoptRef(new ApplyStyleCommand(document, style, start, end, action, level));
style              63 Source/core/editing/ApplyStyleCommand.h     static PassRefPtr<ApplyStyleCommand> create(Document& document, const EditingStyle* style, IsInlineElementToRemoveFunction isInlineElementToRemoveFunction, EditAction action = EditActionChangeAttributes)
style              65 Source/core/editing/ApplyStyleCommand.h         return adoptRef(new ApplyStyleCommand(document, style, isInlineElementToRemoveFunction, action));
style              82 Source/core/editing/ApplyStyleCommand.h     inline bool shouldRemoveInlineStyleFromElement(EditingStyle* style, HTMLElement* element) {return removeInlineStyleFromElement(style, element, RemoveNone);}
style             253 Source/core/editing/CompositeEditCommand.cpp void CompositeEditCommand::applyStyle(const EditingStyle* style, EditAction editingAction)
style             255 Source/core/editing/CompositeEditCommand.cpp     applyCommandToComposite(ApplyStyleCommand::create(document(), style, editingAction));
style             258 Source/core/editing/CompositeEditCommand.cpp void CompositeEditCommand::applyStyle(const EditingStyle* style, const Position& start, const Position& end, EditAction editingAction)
style             260 Source/core/editing/CompositeEditCommand.cpp     applyCommandToComposite(ApplyStyleCommand::create(document(), style, start, end, editingAction));
style             600 Source/core/editing/CompositeEditCommand.cpp     if (renderer && !renderer->style()->collapseWhiteSpace())
style             669 Source/core/editing/CompositeEditCommand.cpp     if (renderer && !renderer->style()->collapseWhiteSpace())
style            1262 Source/core/editing/CompositeEditCommand.cpp     RefPtr<EditingStyle> style = EditingStyle::create(endingSelection().start());
style            1263 Source/core/editing/CompositeEditCommand.cpp     style->mergeTypingStyle(&document());
style            1315 Source/core/editing/CompositeEditCommand.cpp     style->prepareToApplyAt(endingSelection().start());
style            1316 Source/core/editing/CompositeEditCommand.cpp     if (!style->isEmpty())
style            1317 Source/core/editing/CompositeEditCommand.cpp         applyStyle(style.get());
style            1359 Source/core/editing/CompositeEditCommand.cpp     ASSERT(isHTMLBRElement(caretPos.deprecatedNode()) || (caretPos.deprecatedNode()->isTextNode() && caretPos.deprecatedNode()->renderer()->style()->preserveNewline()));
style             569 Source/core/editing/DeleteSelectionCommand.cpp         ASSERT(!textNode->renderer() || textNode->renderer()->style()->collapseWhiteSpace());
style             574 Source/core/editing/DeleteSelectionCommand.cpp         ASSERT(!textNode->renderer() ||textNode->renderer()->style()->collapseWhiteSpace());
style             125 Source/core/editing/EditingStyle.cpp static PassRefPtrWillBeRawPtr<MutableStylePropertySet> copyEditingProperties(StyleDeclarationType* style, EditingPropertiesType type = OnlyInheritableEditingProperties)
style             128 Source/core/editing/EditingStyle.cpp         return style->copyPropertiesInSet(allEditingProperties());
style             129 Source/core/editing/EditingStyle.cpp     return style->copyPropertiesInSet(inheritableEditingProperties());
style             137 Source/core/editing/EditingStyle.cpp static PassRefPtrWillBeRawPtr<MutableStylePropertySet> editingStyleFromComputedStyle(PassRefPtr<CSSComputedStyleDeclaration> style, EditingPropertiesType type = OnlyInheritableEditingProperties)
style             139 Source/core/editing/EditingStyle.cpp     if (!style)
style             141 Source/core/editing/EditingStyle.cpp     return copyEditingProperties(style.get(), type);
style             163 Source/core/editing/EditingStyle.cpp     virtual bool propertyExistsInStyle(const StylePropertySet* style) const { return style->getPropertyCSSValue(m_propertyID); }
style             196 Source/core/editing/EditingStyle.cpp bool HTMLElementEquivalent::valueIsPresentInStyle(Element* element, StylePropertySet* style) const
style             198 Source/core/editing/EditingStyle.cpp     RefPtrWillBeRawPtr<CSSValue> value = style->getPropertyCSSValue(m_propertyID);
style             202 Source/core/editing/EditingStyle.cpp void HTMLElementEquivalent::addToStyle(Element*, EditingStyle* style) const
style             204 Source/core/editing/EditingStyle.cpp     style->setProperty(m_propertyID, m_primitiveValue->cssText());
style             226 Source/core/editing/EditingStyle.cpp bool HTMLTextDecorationEquivalent::propertyExistsInStyle(const StylePropertySet* style) const
style             228 Source/core/editing/EditingStyle.cpp     return style->getPropertyCSSValue(CSSPropertyWebkitTextDecorationsInEffect)
style             229 Source/core/editing/EditingStyle.cpp         || style->getPropertyCSSValue(textDecorationPropertyForEditing());
style             232 Source/core/editing/EditingStyle.cpp bool HTMLTextDecorationEquivalent::valueIsPresentInStyle(Element* element, StylePropertySet* style) const
style             234 Source/core/editing/EditingStyle.cpp     RefPtrWillBeRawPtr<CSSValue> styleValue = style->getPropertyCSSValue(CSSPropertyWebkitTextDecorationsInEffect);
style             236 Source/core/editing/EditingStyle.cpp         styleValue = style->getPropertyCSSValue(textDecorationPropertyForEditing());
style             276 Source/core/editing/EditingStyle.cpp bool HTMLAttributeEquivalent::valueIsPresentInStyle(Element* element, StylePropertySet* style) const
style             279 Source/core/editing/EditingStyle.cpp     RefPtrWillBeRawPtr<CSSValue> styleValue = style->getPropertyCSSValue(m_propertyID);
style             284 Source/core/editing/EditingStyle.cpp void HTMLAttributeEquivalent::addToStyle(Element* element, EditingStyle* style) const
style             287 Source/core/editing/EditingStyle.cpp         style->setProperty(m_propertyID, value->cssText());
style             354 Source/core/editing/EditingStyle.cpp EditingStyle::EditingStyle(const StylePropertySet* style)
style             355 Source/core/editing/EditingStyle.cpp     : m_mutableStyle(style ? style->mutableCopy() : nullptr)
style             388 Source/core/editing/EditingStyle.cpp static inline RGBA32 getRGBAFontColor(CSSStyleDeclaration* style)
style             390 Source/core/editing/EditingStyle.cpp     return cssValueToRGBA(style->getPropertyCSSValueInternal(CSSPropertyColor).get());
style             393 Source/core/editing/EditingStyle.cpp static inline RGBA32 getRGBAFontColor(StylePropertySet* style)
style             395 Source/core/editing/EditingStyle.cpp     return cssValueToRGBA(style->getPropertyCSSValue(CSSPropertyColor).get());
style             398 Source/core/editing/EditingStyle.cpp static inline RGBA32 getRGBABackgroundColor(CSSStyleDeclaration* style)
style             400 Source/core/editing/EditingStyle.cpp     return cssValueToRGBA(style->getPropertyCSSValueInternal(CSSPropertyBackgroundColor).get());
style             403 Source/core/editing/EditingStyle.cpp static inline RGBA32 getRGBABackgroundColor(StylePropertySet* style)
style             405 Source/core/editing/EditingStyle.cpp     return cssValueToRGBA(style->getPropertyCSSValue(CSSPropertyBackgroundColor).get());
style             436 Source/core/editing/EditingStyle.cpp static int textAlignResolvingStartAndEnd(T* style)
style             438 Source/core/editing/EditingStyle.cpp     return textAlignResolvingStartAndEnd(getIdentifierValue(style, CSSPropertyTextAlign), getIdentifierValue(style, CSSPropertyDirection));
style             554 Source/core/editing/EditingStyle.cpp void EditingStyle::overrideWithStyle(const StylePropertySet* style)
style             556 Source/core/editing/EditingStyle.cpp     if (!style || style->isEmpty())
style             560 Source/core/editing/EditingStyle.cpp     m_mutableStyle->mergeAndOverrideOnConflict(style);
style             667 Source/core/editing/EditingStyle.cpp TriState EditingStyle::triStateOfStyle(EditingStyle* style) const
style             669 Source/core/editing/EditingStyle.cpp     if (!style || !style->m_mutableStyle)
style             671 Source/core/editing/EditingStyle.cpp     return triStateOfStyle(style->m_mutableStyle->ensureCSSStyleDeclaration(), DoNotIgnoreTextOnlyProperties);
style             916 Source/core/editing/EditingStyle.cpp         if (const StylePropertySet* style = element->inlineStyle()) {
style             917 Source/core/editing/EditingStyle.cpp             unsigned propertyCount = style->propertyCount();
style             919 Source/core/editing/EditingStyle.cpp                 if (!isEditingProperty(style->propertyAt(i).id()))
style             976 Source/core/editing/EditingStyle.cpp     mergeStyle(typingStyle->style(), OverrideValues);
style             999 Source/core/editing/EditingStyle.cpp     EditingStyle::CSSPropertyOverrideMode mode, StylePropertySet* style)
style            1002 Source/core/editing/EditingStyle.cpp         && (mode == EditingStyle::OverrideValues || !equivalent->propertyExistsInStyle(style));
style            1005 Source/core/editing/EditingStyle.cpp static PassRefPtrWillBeRawPtr<MutableStylePropertySet> extractEditingProperties(const StylePropertySet* style, EditingStyle::PropertiesToInclude propertiesToInclude)
style            1007 Source/core/editing/EditingStyle.cpp     if (!style)
style            1013 Source/core/editing/EditingStyle.cpp         return copyEditingProperties(style, AllEditingProperties);
style            1015 Source/core/editing/EditingStyle.cpp         return copyEditingProperties(style, OnlyInheritableEditingProperties);
style            1089 Source/core/editing/EditingStyle.cpp void EditingStyle::mergeStyle(const StylePropertySet* style, CSSPropertyOverrideMode mode)
style            1091 Source/core/editing/EditingStyle.cpp     if (!style)
style            1095 Source/core/editing/EditingStyle.cpp         m_mutableStyle = style->mutableCopy();
style            1099 Source/core/editing/EditingStyle.cpp     unsigned propertyCount = style->propertyCount();
style            1101 Source/core/editing/EditingStyle.cpp         StylePropertySet::PropertyReference property = style->propertyAt(i);
style            1120 Source/core/editing/EditingStyle.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> style = MutableStylePropertySet::create();
style            1124 Source/core/editing/EditingStyle.cpp             style->mergeAndOverrideOnConflict(&matchedRules->m_list[i]->properties());
style            1126 Source/core/editing/EditingStyle.cpp     return style.release();
style            1167 Source/core/editing/EditingStyle.cpp static void removePropertiesInStyle(MutableStylePropertySet* styleToRemovePropertiesFrom, StylePropertySet* style)
style            1169 Source/core/editing/EditingStyle.cpp     unsigned propertyCount = style->propertyCount();
style            1172 Source/core/editing/EditingStyle.cpp         propertiesToRemove[i] = style->propertyAt(i).id();
style            1254 Source/core/editing/EditingStyle.cpp     RefPtr<EditingStyle> style = EditingStyle::create(element, EditingStyle::AllProperties);
style            1255 Source/core/editing/EditingStyle.cpp     style->mergeTypingStyle(&element->document());
style            1260 Source/core/editing/EditingStyle.cpp     if (shouldUseBackgroundColorInEffect && (selection.isRange() || hasTransparentBackgroundColor(style->m_mutableStyle.get()))) {
style            1263 Source/core/editing/EditingStyle.cpp             style->setProperty(CSSPropertyBackgroundColor, value->cssText());
style            1266 Source/core/editing/EditingStyle.cpp     return style;
style            1292 Source/core/editing/EditingStyle.cpp             RefPtr<CSSComputedStyleDeclaration> style = CSSComputedStyleDeclaration::create(n);
style            1293 Source/core/editing/EditingStyle.cpp             RefPtrWillBeRawPtr<CSSValue> unicodeBidi = style->getPropertyCSSValue(CSSPropertyUnicodeBidi);
style            1321 Source/core/editing/EditingStyle.cpp         RefPtr<CSSComputedStyleDeclaration> style = CSSComputedStyleDeclaration::create(node);
style            1322 Source/core/editing/EditingStyle.cpp         RefPtrWillBeRawPtr<CSSValue> unicodeBidi = style->getPropertyCSSValue(CSSPropertyUnicodeBidi);
style            1334 Source/core/editing/EditingStyle.cpp         RefPtrWillBeRawPtr<CSSValue> direction = style->getPropertyCSSValue(CSSPropertyDirection);
style            1355 Source/core/editing/EditingStyle.cpp static void reconcileTextDecorationProperties(MutableStylePropertySet* style)
style            1357 Source/core/editing/EditingStyle.cpp     RefPtrWillBeRawPtr<CSSValue> textDecorationsInEffect = style->getPropertyCSSValue(CSSPropertyWebkitTextDecorationsInEffect);
style            1358 Source/core/editing/EditingStyle.cpp     RefPtrWillBeRawPtr<CSSValue> textDecoration = style->getPropertyCSSValue(textDecorationPropertyForEditing());
style            1362 Source/core/editing/EditingStyle.cpp         style->setProperty(textDecorationPropertyForEditing(), textDecorationsInEffect->cssText());
style            1363 Source/core/editing/EditingStyle.cpp         style->removeProperty(CSSPropertyWebkitTextDecorationsInEffect);
style            1369 Source/core/editing/EditingStyle.cpp         style->removeProperty(textDecorationPropertyForEditing());
style            1372 Source/core/editing/EditingStyle.cpp StyleChange::StyleChange(EditingStyle* style, const Position& position)
style            1381 Source/core/editing/EditingStyle.cpp     if (!style || !style->style() || !document || !document->frame())
style            1386 Source/core/editing/EditingStyle.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> mutableStyle = getPropertiesNotIn(style->style(), computedStyle.get());
style            1398 Source/core/editing/EditingStyle.cpp     if (mutableStyle->getPropertyCSSValue(CSSPropertyUnicodeBidi) && !style->style()->getPropertyCSSValue(CSSPropertyDirection))
style            1399 Source/core/editing/EditingStyle.cpp         mutableStyle->setProperty(CSSPropertyDirection, style->style()->getPropertyValue(CSSPropertyDirection));
style            1405 Source/core/editing/EditingStyle.cpp static void setTextDecorationProperty(MutableStylePropertySet* style, const CSSValueList* newTextDecoration, CSSPropertyID propertyID)
style            1408 Source/core/editing/EditingStyle.cpp         style->setProperty(propertyID, newTextDecoration->cssText(), style->propertyIsImportant(propertyID));
style            1411 Source/core/editing/EditingStyle.cpp         style->removeProperty(propertyID);
style            1415 Source/core/editing/EditingStyle.cpp void StyleChange::extractTextStyles(Document* document, MutableStylePropertySet* style, bool shouldUseFixedFontDefaultSize)
style            1417 Source/core/editing/EditingStyle.cpp     ASSERT(style);
style            1419 Source/core/editing/EditingStyle.cpp     if (getIdentifierValue(style, CSSPropertyFontWeight) == CSSValueBold) {
style            1420 Source/core/editing/EditingStyle.cpp         style->removeProperty(CSSPropertyFontWeight);
style            1424 Source/core/editing/EditingStyle.cpp     int fontStyle = getIdentifierValue(style, CSSPropertyFontStyle);
style            1426 Source/core/editing/EditingStyle.cpp         style->removeProperty(CSSPropertyFontStyle);
style            1432 Source/core/editing/EditingStyle.cpp     RefPtrWillBeRawPtr<CSSValue> textDecoration = style->getPropertyCSSValue(textDecorationPropertyForEditing());
style            1444 Source/core/editing/EditingStyle.cpp         setTextDecorationProperty(style, newTextDecoration.get(), textDecorationPropertyForEditing());
style            1447 Source/core/editing/EditingStyle.cpp     int verticalAlign = getIdentifierValue(style, CSSPropertyVerticalAlign);
style            1450 Source/core/editing/EditingStyle.cpp         style->removeProperty(CSSPropertyVerticalAlign);
style            1454 Source/core/editing/EditingStyle.cpp         style->removeProperty(CSSPropertyVerticalAlign);
style            1459 Source/core/editing/EditingStyle.cpp     if (style->getPropertyCSSValue(CSSPropertyColor)) {
style            1460 Source/core/editing/EditingStyle.cpp         m_applyFontColor = Color(getRGBAFontColor(style)).serialized();
style            1461 Source/core/editing/EditingStyle.cpp         style->removeProperty(CSSPropertyColor);
style            1464 Source/core/editing/EditingStyle.cpp     m_applyFontFace = style->getPropertyValue(CSSPropertyFontFamily);
style            1467 Source/core/editing/EditingStyle.cpp     style->removeProperty(CSSPropertyFontFamily);
style            1469 Source/core/editing/EditingStyle.cpp     if (RefPtrWillBeRawPtr<CSSValue> fontSize = style->getPropertyCSSValue(CSSPropertyFontSize)) {
style            1471 Source/core/editing/EditingStyle.cpp             style->removeProperty(CSSPropertyFontSize); // Can't make sense of the number. Put no font size.
style            1475 Source/core/editing/EditingStyle.cpp             style->removeProperty(CSSPropertyFontSize);
style            1480 Source/core/editing/EditingStyle.cpp static void diffTextDecorations(MutableStylePropertySet* style, CSSPropertyID propertID, CSSValue* refTextDecoration)
style            1482 Source/core/editing/EditingStyle.cpp     RefPtrWillBeRawPtr<CSSValue> textDecoration = style->getPropertyCSSValue(propertID);
style            1492 Source/core/editing/EditingStyle.cpp     setTextDecorationProperty(style, newTextDecoration.get(), propertID);
style            1565 Source/core/editing/EditingStyle.cpp CSSValueID getIdentifierValue(StylePropertySet* style, CSSPropertyID propertyID)
style            1567 Source/core/editing/EditingStyle.cpp     if (!style)
style            1569 Source/core/editing/EditingStyle.cpp     RefPtrWillBeRawPtr<CSSValue> value = style->getPropertyCSSValue(propertyID);
style            1575 Source/core/editing/EditingStyle.cpp CSSValueID getIdentifierValue(CSSStyleDeclaration* style, CSSPropertyID propertyID)
style            1577 Source/core/editing/EditingStyle.cpp     if (!style)
style            1579 Source/core/editing/EditingStyle.cpp     RefPtrWillBeRawPtr<CSSValue> value = style->getPropertyCSSValueInternal(propertyID);
style            1621 Source/core/editing/EditingStyle.cpp bool hasTransparentBackgroundColor(CSSStyleDeclaration* style)
style            1623 Source/core/editing/EditingStyle.cpp     RefPtrWillBeRawPtr<CSSValue> cssValue = style->getPropertyCSSValueInternal(CSSPropertyBackgroundColor);
style            1627 Source/core/editing/EditingStyle.cpp bool hasTransparentBackgroundColor(StylePropertySet* style)
style            1629 Source/core/editing/EditingStyle.cpp     RefPtrWillBeRawPtr<CSSValue> cssValue = style->getPropertyCSSValue(CSSPropertyBackgroundColor);
style              86 Source/core/editing/EditingStyle.h     static PassRefPtr<EditingStyle> create(const StylePropertySet* style)
style              88 Source/core/editing/EditingStyle.h         return adoptRef(new EditingStyle(style));
style              98 Source/core/editing/EditingStyle.h     MutableStylePropertySet* style() { return m_mutableStyle.get(); }
style             598 Source/core/editing/Editor.cpp void Editor::applyStyle(StylePropertySet* style, EditAction editingAction)
style             605 Source/core/editing/Editor.cpp         computeAndSetTypingStyle(style, editingAction);
style             608 Source/core/editing/Editor.cpp         if (style) {
style             610 Source/core/editing/Editor.cpp             ApplyStyleCommand::create(*m_frame.document(), EditingStyle::create(style).get(), editingAction)->apply();
style             616 Source/core/editing/Editor.cpp void Editor::applyParagraphStyle(StylePropertySet* style, EditAction editingAction)
style             618 Source/core/editing/Editor.cpp     if (m_frame.selection().isNone() || !style)
style             621 Source/core/editing/Editor.cpp     ApplyStyleCommand::create(*m_frame.document(), EditingStyle::create(style).get(), editingAction, ApplyStyleCommand::ForceBlockProperties)->apply();
style             624 Source/core/editing/Editor.cpp void Editor::applyStyleToSelection(StylePropertySet* style, EditAction editingAction)
style             626 Source/core/editing/Editor.cpp     if (!style || style->isEmpty() || !canEditRichly())
style             629 Source/core/editing/Editor.cpp     applyStyle(style, editingAction);
style             632 Source/core/editing/Editor.cpp void Editor::applyParagraphStyleToSelection(StylePropertySet* style, EditAction editingAction)
style             634 Source/core/editing/Editor.cpp     if (!style || style->isEmpty() || !canEditRichly())
style             637 Source/core/editing/Editor.cpp     applyParagraphStyle(style, editingAction);
style             655 Source/core/editing/Editor.cpp     if (!selectionStyle || !selectionStyle->style())
style             660 Source/core/editing/Editor.cpp     return selectionStyle->style()->getPropertyValue(propertyID);
style             965 Source/core/editing/Editor.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> style = MutableStylePropertySet::create();
style             966 Source/core/editing/Editor.cpp     style->setProperty(CSSPropertyDirection, direction == LeftToRightWritingDirection ? "ltr" : direction == RightToLeftWritingDirection ? "rtl" : "inherit", false);
style             967 Source/core/editing/Editor.cpp     applyParagraphStyleToSelection(style.get(), EditActionSetWritingDirection);
style            1078 Source/core/editing/Editor.cpp void Editor::computeAndSetTypingStyle(StylePropertySet* style, EditAction editingAction)
style            1080 Source/core/editing/Editor.cpp     if (!style || style->isEmpty()) {
style            1089 Source/core/editing/Editor.cpp         typingStyle->overrideWithStyle(style);
style            1091 Source/core/editing/Editor.cpp         typingStyle = EditingStyle::create(style);
style             103 Source/core/editing/EditorCommand.cpp static bool applyCommandToFrame(LocalFrame& frame, EditorCommandSource source, EditAction action, StylePropertySet* style)
style             108 Source/core/editing/EditorCommand.cpp         frame.editor().applyStyleToSelection(style, action);
style             112 Source/core/editing/EditorCommand.cpp         frame.editor().applyStyle(style);
style             121 Source/core/editing/EditorCommand.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> style = MutableStylePropertySet::create();
style             122 Source/core/editing/EditorCommand.cpp     style->setProperty(propertyID, propertyValue);
style             123 Source/core/editing/EditorCommand.cpp     return applyCommandToFrame(frame, source, action, style.get());
style             128 Source/core/editing/EditorCommand.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> style = MutableStylePropertySet::create();
style             129 Source/core/editing/EditorCommand.cpp     style->setProperty(propertyID, propertyValue);
style             130 Source/core/editing/EditorCommand.cpp     return applyCommandToFrame(frame, source, action, style.get());
style             139 Source/core/editing/EditorCommand.cpp     if (!selectionStyle || !selectionStyle->style())
style             142 Source/core/editing/EditorCommand.cpp     RefPtrWillBeRawPtr<CSSValue> selectedCSSValue = selectionStyle->style()->getPropertyCSSValue(propertyID);
style             172 Source/core/editing/EditorCommand.cpp     RefPtr<EditingStyle> style = EditingStyle::create(propertyID, styleIsPresent ? offValue : onValue);
style             173 Source/core/editing/EditorCommand.cpp     return applyCommandToFrame(frame, source, action, style->style());
style             178 Source/core/editing/EditorCommand.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> style = MutableStylePropertySet::create();
style             179 Source/core/editing/EditorCommand.cpp     style->setProperty(propertyID, propertyValue);
style             183 Source/core/editing/EditorCommand.cpp         frame.editor().applyParagraphStyleToSelection(style.get(), action);
style             187 Source/core/editing/EditorCommand.cpp         frame.editor().applyParagraphStyle(style.get());
style             257 Source/core/editing/EditorCommand.cpp     RenderStyle* style = renderer->style();
style             258 Source/core/editing/EditorCommand.cpp     if (!style)
style             260 Source/core/editing/EditorCommand.cpp     if (!(style->overflowY() == OSCROLL || style->overflowY() == OAUTO || focusedElement->rendererIsEditable()))
style             598 Source/core/editing/EditorCommand.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> style = MutableStylePropertySet::create();
style             599 Source/core/editing/EditorCommand.cpp     style->setProperty(CSSPropertyUnicodeBidi, CSSValueEmbed);
style             600 Source/core/editing/EditorCommand.cpp     style->setProperty(CSSPropertyDirection, CSSValueLtr);
style             601 Source/core/editing/EditorCommand.cpp     frame.editor().applyStyle(style.get(), EditActionSetWritingDirection);
style             607 Source/core/editing/EditorCommand.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> style = MutableStylePropertySet::create();
style             608 Source/core/editing/EditorCommand.cpp     style->setProperty(CSSPropertyUnicodeBidi, CSSValueNormal);
style             609 Source/core/editing/EditorCommand.cpp     frame.editor().applyStyle(style.get(), EditActionSetWritingDirection);
style             615 Source/core/editing/EditorCommand.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> style = MutableStylePropertySet::create();
style             616 Source/core/editing/EditorCommand.cpp     style->setProperty(CSSPropertyUnicodeBidi, CSSValueEmbed);
style             617 Source/core/editing/EditorCommand.cpp     style->setProperty(CSSPropertyDirection, CSSValueRtl);
style             618 Source/core/editing/EditorCommand.cpp     frame.editor().applyStyle(style.get(), EditActionSetWritingDirection);
style             287 Source/core/editing/FrameSelection.h inline void FrameSelection::setTypingStyle(PassRefPtr<EditingStyle> style)
style             289 Source/core/editing/FrameSelection.h     m_typingStyle = style;
style              40 Source/core/editing/HTMLInterchange.cpp     if (node.renderer() && node.renderer()->style()->preserveNewline())
style              62 Source/core/editing/InsertLineBreakCommand.cpp     return p.deprecatedNode()->renderer() && !p.deprecatedNode()->renderer()->style()->preserveNewline();
style             128 Source/core/editing/InsertLineBreakCommand.cpp             ASSERT(!textNode->renderer() || textNode->renderer()->style()->collapseWhiteSpace());
style             350 Source/core/editing/InsertParagraphSeparatorCommand.cpp         ASSERT(!textNode->renderer() || textNode->renderer()->style()->collapseWhiteSpace());
style             417 Source/core/editing/InsertParagraphSeparatorCommand.cpp             ASSERT(!positionAfterSplit.containerNode()->renderer() || positionAfterSplit.containerNode()->renderer()->style()->collapseWhiteSpace());
style              52 Source/core/editing/RemoveCSSPropertyCommand.cpp     const StylePropertySet* style = m_element->inlineStyle();
style              53 Source/core/editing/RemoveCSSPropertyCommand.cpp     if (!style)
style              56 Source/core/editing/RemoveCSSPropertyCommand.cpp     m_oldValue = style->getPropertyValue(m_property);
style              57 Source/core/editing/RemoveCSSPropertyCommand.cpp     m_important = style->propertyIsImportant(m_property);
style              61 Source/core/editing/RemoveCSSPropertyCommand.cpp     m_element->style()->setPropertyInternal(m_property, String(), false, IGNORE_EXCEPTION);
style              66 Source/core/editing/RemoveCSSPropertyCommand.cpp     m_element->style()->setPropertyInternal(m_property, m_oldValue, m_important, IGNORE_EXCEPTION);
style              94 Source/core/editing/RemoveFormatCommand.cpp     defaultStyle->style()->setProperty(CSSPropertyBackgroundColor, CSSValueTransparent);
style             515 Source/core/editing/ReplaceSelectionCommand.cpp         } else if (newInlineStyle->style()->propertyCount() != inlineStyle->propertyCount()) {
style             516 Source/core/editing/ReplaceSelectionCommand.cpp             setNodeAttribute(element, styleAttr, AtomicString(newInlineStyle->style()->asText()));
style             548 Source/core/editing/ReplaceSelectionCommand.cpp                 element->style()->setPropertyInternal(CSSPropertyDisplay, "inline", false, IGNORE_EXCEPTION);
style             549 Source/core/editing/ReplaceSelectionCommand.cpp             if (element->renderer() && element->renderer()->style()->isFloating())
style             550 Source/core/editing/ReplaceSelectionCommand.cpp                 element->style()->setPropertyInternal(CSSPropertyFloat, "none", false, IGNORE_EXCEPTION);
style             732 Source/core/editing/ReplaceSelectionCommand.cpp     String styleText = styleAtInsertionPos->style()->asText();
style             769 Source/core/editing/ReplaceSelectionCommand.cpp     RefPtr<EditingStyle> style = EditingStyle::create(wrappingStyleSpan->inlineStyle());
style             779 Source/core/editing/ReplaceSelectionCommand.cpp     style->prepareToApplyAt(firstPositionInNode(context));
style             786 Source/core/editing/ReplaceSelectionCommand.cpp     style->removeBlockProperties();
style             788 Source/core/editing/ReplaceSelectionCommand.cpp     if (style->isEmpty() || !wrappingStyleSpan->firstChild()) {
style             792 Source/core/editing/ReplaceSelectionCommand.cpp         setNodeAttribute(wrappingStyleSpan, styleAttr, AtomicString(style->style()->asText()));
style             898 Source/core/editing/ReplaceSelectionCommand.cpp     if ((selection.start().deprecatedNode()->renderer() && selection.start().deprecatedNode()->renderer()->style()->userModify() == READ_WRITE_PLAINTEXT_ONLY)
style             899 Source/core/editing/ReplaceSelectionCommand.cpp         && (selection.end().deprecatedNode()->renderer() && selection.end().deprecatedNode()->renderer()->style()->userModify() == READ_WRITE_PLAINTEXT_ONLY))
style            1283 Source/core/editing/ReplaceSelectionCommand.cpp         bool collapseWhiteSpace = !endNode->renderer() || endNode->renderer()->style()->collapseWhiteSpace();
style            1307 Source/core/editing/ReplaceSelectionCommand.cpp         bool collapseWhiteSpace = !startNode->renderer() || startNode->renderer()->style()->collapseWhiteSpace();
style             203 Source/core/editing/TextIterator.cpp     return renderer->style()->hasOutOfFlowPosition();
style             592 Source/core/editing/TextIterator.cpp     if (!renderer->style()->collapseWhiteSpace()) {
style             608 Source/core/editing/TextIterator.cpp         if (renderer->style()->visibility() != VISIBLE && !m_ignoresStyleVisibility)
style             629 Source/core/editing/TextIterator.cpp         if (renderer->style()->visibility() != VISIBLE && !m_ignoresStyleVisibility)
style             656 Source/core/editing/TextIterator.cpp     if (renderer->style()->visibility() != VISIBLE && !m_ignoresStyleVisibility) {
style             671 Source/core/editing/TextIterator.cpp         if (needSpace && !renderer->style()->isCollapsibleWhiteSpace(m_lastCharacter) && m_lastCharacter) {
style             756 Source/core/editing/TextIterator.cpp         if (r->style()->visibility() != VISIBLE && !m_ignoresStyleVisibility)
style             775 Source/core/editing/TextIterator.cpp     if (renderer->style()->visibility() != VISIBLE && !m_ignoresStyleVisibility)
style             821 Source/core/editing/TextIterator.cpp     if (renderer->style()->visibility() == VISIBLE)
style             825 Source/core/editing/TextIterator.cpp         if (fragment->firstLetter() && fragment->firstLetter()->style()->visibility() == VISIBLE)
style             937 Source/core/editing/TextIterator.cpp         RenderStyle* style = r->style();
style             938 Source/core/editing/TextIterator.cpp         if (style) {
style             940 Source/core/editing/TextIterator.cpp             int fontSize = style->fontDescription().computedPixelSize();
style             954 Source/core/editing/TextIterator.cpp         if (!renderer->style()->isCollapsibleWhiteSpace(text[i]))
style            1015 Source/core/editing/TextIterator.cpp     if (!m_node->renderer() || m_node->renderer()->style()->visibility() != VISIBLE
style            1286 Source/core/editing/TextIterator.cpp                 if (renderer->style()->visibility() == VISIBLE && m_offset > 0)
style            1289 Source/core/editing/TextIterator.cpp                 if (renderer->style()->visibility() == VISIBLE && m_offset > 0)
style             494 Source/core/editing/VisibleUnits.cpp         bool inTextSecurityMode = it.node() && it.node()->renderer() && it.node()->renderer()->style()->textSecurity() != TSNONE;
style             571 Source/core/editing/VisibleUnits.cpp         bool inTextSecurityMode = it.node() && it.node()->renderer() && it.node()->renderer()->style()->textSecurity() != TSNONE;
style            1116 Source/core/editing/VisibleUnits.cpp         RenderStyle* style = r->style();
style            1117 Source/core/editing/VisibleUnits.cpp         if (style->visibility() != VISIBLE) {
style            1128 Source/core/editing/VisibleUnits.cpp             if (style->preserveNewline()) {
style            1195 Source/core/editing/VisibleUnits.cpp         RenderStyle* style = r->style();
style            1196 Source/core/editing/VisibleUnits.cpp         if (style->visibility() != VISIBLE) {
style            1209 Source/core/editing/VisibleUnits.cpp             if (style->preserveNewline()) {
style             339 Source/core/editing/htmlediting.cpp     return renderer ? renderer->style()->direction() : LTR;
style             422 Source/core/editing/htmlediting.cpp     if (renderer->style()->display() == TABLE || renderer->style()->display() == INLINE_TABLE)
style             425 Source/core/editing/htmlediting.cpp     if (renderer->style()->isFloating())
style             876 Source/core/editing/htmlediting.cpp     return renderer->style()->visibility() == VISIBLE;
style             961 Source/core/editing/htmlediting.cpp     if (!position.anchorNode()->isTextNode() || !position.anchorNode()->renderer()->style()->preserveNewline())
style             143 Source/core/editing/markup.cpp             && m_wrappingStyle && m_wrappingStyle->style();
style             173 Source/core/editing/markup.cpp void StyledMarkupAccumulator::wrapWithStyleNode(StylePropertySet* style, const Document& document, bool isBlock)
style             176 Source/core/editing/markup.cpp     appendStyleNodeOpenTag(openTag, style, document, isBlock);
style             181 Source/core/editing/markup.cpp void StyledMarkupAccumulator::appendStyleNodeOpenTag(StringBuilder& out, StylePropertySet* style, const Document& document, bool isBlock)
style             184 Source/core/editing/markup.cpp     ASSERT(propertyMissingOrEqualToNone(style, CSSPropertyWebkitTextDecorationsInEffect));
style             189 Source/core/editing/markup.cpp     appendAttributeValue(out, style->asText(), document.isHTMLDocument());
style             224 Source/core/editing/markup.cpp         wrappingStyle->style()->setProperty(CSSPropertyFloat, CSSValueNone);
style             226 Source/core/editing/markup.cpp         appendStyleNodeOpenTag(out, wrappingStyle->style(), text.document());
style             313 Source/core/editing/markup.cpp             if (rangeFullySelectsNode == DoesNotFullySelectNode && newInlineStyle->style())
style             314 Source/core/editing/markup.cpp                 newInlineStyle->style()->removeProperty(CSSPropertyFloat);
style             319 Source/core/editing/markup.cpp             appendAttributeValue(out, newInlineStyle->style()->asText(), documentIsHTML);
style             457 Source/core/editing/markup.cpp static bool propertyMissingOrEqualToNone(StylePropertySet* style, CSSPropertyID propertyID)
style             459 Source/core/editing/markup.cpp     if (!style)
style             461 Source/core/editing/markup.cpp     RefPtrWillBeRawPtr<CSSValue> value = style->getPropertyCSSValue(propertyID);
style             486 Source/core/editing/markup.cpp     RefPtr<EditingStyle> style = EditingStyle::create(element->inlineStyle());
style             487 Source/core/editing/markup.cpp     style->mergeStyleFromRules(element);
style             488 Source/core/editing/markup.cpp     return style.release();
style             593 Source/core/editing/markup.cpp                 if ((!fullySelectedRootStyle || !fullySelectedRootStyle->style() || !fullySelectedRootStyle->style()->getPropertyCSSValue(CSSPropertyBackgroundImage))
style             595 Source/core/editing/markup.cpp                     fullySelectedRootStyle->style()->setProperty(CSSPropertyBackgroundImage, "url('" + toElement(fullySelectedRoot)->getAttribute(backgroundAttr) + "')");
style             597 Source/core/editing/markup.cpp                 if (fullySelectedRootStyle->style()) {
style             601 Source/core/editing/markup.cpp                     if (!propertyMissingOrEqualToNone(fullySelectedRootStyle->style(), CSSPropertyTextDecoration))
style             602 Source/core/editing/markup.cpp                         fullySelectedRootStyle->style()->setProperty(CSSPropertyTextDecoration, CSSValueNone);
style             603 Source/core/editing/markup.cpp                     if (!propertyMissingOrEqualToNone(fullySelectedRootStyle->style(), CSSPropertyWebkitTextDecorationsInEffect))
style             604 Source/core/editing/markup.cpp                         fullySelectedRootStyle->style()->setProperty(CSSPropertyWebkitTextDecorationsInEffect, CSSValueNone);
style             605 Source/core/editing/markup.cpp                     accumulator.wrapWithStyleNode(fullySelectedRootStyle->style(), document, true);
style             806 Source/core/editing/markup.cpp             return renderer->style()->preserveNewline();
style             811 Source/core/editing/markup.cpp             return renderer->style()->preserveNewline();
style             439 Source/core/frame/FrameView.cpp     if (body && body->renderer() && body->renderer()->style()->hasPseudoStyle(SCROLLBAR)) {
style             446 Source/core/frame/FrameView.cpp     if (docElement && docElement->renderer() && docElement->renderer()->style()->hasPseudoStyle(SCROLLBAR)) {
style             453 Source/core/frame/FrameView.cpp     if (frameRenderer && frameRenderer->style()->hasPseudoStyle(SCROLLBAR)) {
style             525 Source/core/frame/FrameView.cpp     EOverflow overflowX = o->style()->overflowX();
style             526 Source/core/frame/FrameView.cpp     EOverflow overflowY = o->style()->overflowY();
style             602 Source/core/frame/FrameView.cpp                 if (viewportRenderer->style())
style             929 Source/core/frame/FrameView.cpp                 m_lastZoomFactor = rootForThisLayout->style()->zoom();
style             955 Source/core/frame/FrameView.cpp                 if (!renderView()->style()->isHorizontalWritingMode() || oldSize.width() != m_size.width())
style            1360 Source/core/frame/FrameView.cpp         RenderStyle* style = renderer->style();
style            1362 Source/core/frame/FrameView.cpp             if (style->width().isFixed() && (style->left().isAuto() || style->right().isAuto()))
style            1368 Source/core/frame/FrameView.cpp             if (style->height().isFixed() && (style->top().isAuto() || style->bottom().isAuto()))
style            1392 Source/core/frame/FrameView.cpp     return document->body()->renderer()->style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft();
style            1444 Source/core/frame/FrameView.cpp         ASSERT(renderer->style()->hasViewportConstrainedPosition());
style            1735 Source/core/frame/FrameView.cpp         ASSERT(renderer->style()->hasViewportConstrainedPosition());
style            2150 Source/core/frame/FrameView.cpp     float currentZoomFactor = renderView->style()->zoom();
style            2556 Source/core/frame/FrameView.cpp                 cornerStyle = renderer->getUncachedPseudoStyle(PseudoStyleRequest(SCROLLBAR_CORNER), renderer->style());
style            2563 Source/core/frame/FrameView.cpp                     cornerStyle = renderer->getUncachedPseudoStyle(PseudoStyleRequest(SCROLLBAR_CORNER), renderer->style());
style            2570 Source/core/frame/FrameView.cpp                 cornerStyle = renderer->getUncachedPseudoStyle(PseudoStyleRequest(SCROLLBAR_CORNER), renderer->style());
style            2638 Source/core/frame/FrameView.cpp         result = result.blend(htmlElement->renderer()->style()->visitedDependentColor(CSSPropertyBackgroundColor));
style            2640 Source/core/frame/FrameView.cpp         result = result.blend(bodyElement->renderer()->style()->visitedDependentColor(CSSPropertyBackgroundColor));
style            2927 Source/core/frame/FrameView.cpp         float pageLogicalWidth = renderView->style()->isHorizontalWritingMode() ? pageSize.width() : pageSize.height();
style            2928 Source/core/frame/FrameView.cpp         float pageLogicalHeight = renderView->style()->isHorizontalWritingMode() ? pageSize.height() : pageSize.width();
style            2941 Source/core/frame/FrameView.cpp         bool horizontalWritingMode = renderView->style()->isHorizontalWritingMode();
style            2962 Source/core/frame/FrameView.cpp             if (!renderView->style()->isLeftToRightDirection())
style            3226 Source/core/frame/FrameView.cpp     return renderView->style()->isHorizontalWritingMode();
style            3235 Source/core/frame/FrameView.cpp     return renderView->style()->isFlippedBlocksWritingMode();
style             204 Source/core/frame/LocalFrame.cpp     if (contentRenderer()->style()->isHorizontalWritingMode()) {
style             204 Source/core/frame/SmartClip.cpp                 || (renderer->style()->hasBackgroundImage() && !shouldSkipBackgroundImage(node))) {
style             234 Source/core/frame/SmartClip.cpp     if (renderer && (renderer->style()->logicalHeight().isAuto() || renderer->style()->logicalWidth().isAuto()))
style             266 Source/core/frame/SmartClip.cpp         RenderStyle* style = currentNode->computedStyle();
style             267 Source/core/frame/SmartClip.cpp         if (style && style->userSelect() == SELECT_NONE)
style              85 Source/core/html/HTMLAppletElement.cpp bool HTMLAppletElement::rendererIsNeeded(const RenderStyle& style)
style              89 Source/core/html/HTMLAppletElement.cpp     return HTMLPlugInElement::rendererIsNeeded(style);
style              92 Source/core/html/HTMLAppletElement.cpp RenderObject* HTMLAppletElement::createRenderer(RenderStyle* style)
style              95 Source/core/html/HTMLAppletElement.cpp         return RenderObject::createObject(this, style);
style             109 Source/core/html/HTMLAreaElement.cpp     float zoomFactor = obj->style()->effectiveZoom();
style             206 Source/core/html/HTMLAreaElement.cpp     if (!image || !image->renderer() || image->renderer()->style()->visibility() != VISIBLE)
style              53 Source/core/html/HTMLBRElement.cpp void HTMLBRElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
style              60 Source/core/html/HTMLBRElement.cpp                 addPropertyToPresentationAttributeStyle(style, CSSPropertyClear, CSSValueBoth);
style              62 Source/core/html/HTMLBRElement.cpp                 addPropertyToPresentationAttributeStyle(style, CSSPropertyClear, value);
style              65 Source/core/html/HTMLBRElement.cpp         HTMLElement::collectStyleForPresentationAttribute(name, value, style);
style              68 Source/core/html/HTMLBRElement.cpp RenderObject* HTMLBRElement::createRenderer(RenderStyle* style)
style              70 Source/core/html/HTMLBRElement.cpp     if (style->hasContent())
style              71 Source/core/html/HTMLBRElement.cpp         return RenderObject::createObject(this, style);
style              66 Source/core/html/HTMLBodyElement.cpp void HTMLBodyElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
style              73 Source/core/html/HTMLBodyElement.cpp             style->setProperty(CSSProperty(CSSPropertyBackgroundImage, imageValue.release()));
style              76 Source/core/html/HTMLBodyElement.cpp         addHTMLLengthToStyle(style, CSSPropertyMarginRight, value);
style              77 Source/core/html/HTMLBodyElement.cpp         addHTMLLengthToStyle(style, CSSPropertyMarginLeft, value);
style              79 Source/core/html/HTMLBodyElement.cpp         addHTMLLengthToStyle(style, CSSPropertyMarginBottom, value);
style              80 Source/core/html/HTMLBodyElement.cpp         addHTMLLengthToStyle(style, CSSPropertyMarginTop, value);
style              82 Source/core/html/HTMLBodyElement.cpp         addHTMLColorToStyle(style, CSSPropertyBackgroundColor, value);
style              84 Source/core/html/HTMLBodyElement.cpp         addHTMLColorToStyle(style, CSSPropertyColor, value);
style              87 Source/core/html/HTMLBodyElement.cpp            addPropertyToPresentationAttributeStyle(style, CSSPropertyBackgroundAttachment, CSSValueFixed);
style              89 Source/core/html/HTMLBodyElement.cpp         HTMLElement::collectStyleForPresentationAttribute(name, value, style);
style             253 Source/core/html/HTMLBodyElement.cpp             render->setScrollLeft(static_cast<int>(scrollLeft * render->style()->effectiveZoom()));
style             299 Source/core/html/HTMLBodyElement.cpp             render->setScrollTop(static_cast<int>(scrollTop * render->style()->effectiveZoom()));
style             110 Source/core/html/HTMLCanvasElement.cpp RenderObject* HTMLCanvasElement::createRenderer(RenderStyle* style)
style             119 Source/core/html/HTMLCanvasElement.cpp     return HTMLElement::createRenderer(style);
style              45 Source/core/html/HTMLDivElement.cpp void HTMLDivElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
style              49 Source/core/html/HTMLDivElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyTextAlign, CSSValueWebkitCenter);
style              51 Source/core/html/HTMLDivElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyTextAlign, CSSValueWebkitLeft);
style              53 Source/core/html/HTMLDivElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyTextAlign, CSSValueWebkitRight);
style              55 Source/core/html/HTMLDivElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyTextAlign, value);
style              57 Source/core/html/HTMLDivElement.cpp         HTMLElement::collectStyleForPresentationAttribute(name, value, style);
style             127 Source/core/html/HTMLElement.cpp void HTMLElement::applyBorderAttributeToStyle(const AtomicString& value, MutableStylePropertySet* style)
style             129 Source/core/html/HTMLElement.cpp     addPropertyToPresentationAttributeStyle(style, CSSPropertyBorderWidth, parseBorderWidthAttribute(value), CSSPrimitiveValue::CSS_PX);
style             130 Source/core/html/HTMLElement.cpp     addPropertyToPresentationAttributeStyle(style, CSSPropertyBorderStyle, CSSValueSolid);
style             133 Source/core/html/HTMLElement.cpp void HTMLElement::mapLanguageAttributeToLocale(const AtomicString& value, MutableStylePropertySet* style)
style             137 Source/core/html/HTMLElement.cpp         addPropertyToPresentationAttributeStyle(style, CSSPropertyWebkitLocale, quoteCSSString(value));
style             140 Source/core/html/HTMLElement.cpp         addPropertyToPresentationAttributeStyle(style, CSSPropertyWebkitLocale, CSSValueAuto);
style             156 Source/core/html/HTMLElement.cpp void HTMLElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
style             160 Source/core/html/HTMLElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyTextAlign, CSSValueCenter);
style             162 Source/core/html/HTMLElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyTextAlign, value);
style             165 Source/core/html/HTMLElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyWebkitUserModify, CSSValueReadWrite);
style             166 Source/core/html/HTMLElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyWordWrap, CSSValueBreakWord);
style             167 Source/core/html/HTMLElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyWebkitLineBreak, CSSValueAfterWhiteSpace);
style             169 Source/core/html/HTMLElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyWebkitUserModify, CSSValueReadWritePlaintextOnly);
style             170 Source/core/html/HTMLElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyWordWrap, CSSValueBreakWord);
style             171 Source/core/html/HTMLElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyWebkitLineBreak, CSSValueAfterWhiteSpace);
style             173 Source/core/html/HTMLElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyWebkitUserModify, CSSValueReadOnly);
style             175 Source/core/html/HTMLElement.cpp         addPropertyToPresentationAttributeStyle(style, CSSPropertyDisplay, CSSValueNone);
style             178 Source/core/html/HTMLElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyWebkitUserDrag, CSSValueElement);
style             179 Source/core/html/HTMLElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyWebkitUserSelect, CSSValueNone);
style             181 Source/core/html/HTMLElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyWebkitUserDrag, CSSValueNone);
style             184 Source/core/html/HTMLElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyUnicodeBidi, unicodeBidiAttributeForDirAuto(this));
style             187 Source/core/html/HTMLElement.cpp                 addPropertyToPresentationAttributeStyle(style, CSSPropertyDirection, value);
style             189 Source/core/html/HTMLElement.cpp                 addPropertyToPresentationAttributeStyle(style, CSSPropertyDirection, "ltr");
style             191 Source/core/html/HTMLElement.cpp                 addPropertyToPresentationAttributeStyle(style, CSSPropertyUnicodeBidi, CSSValueEmbed);
style             194 Source/core/html/HTMLElement.cpp         mapLanguageAttributeToLocale(value, style);
style             198 Source/core/html/HTMLElement.cpp             mapLanguageAttributeToLocale(value, style);
style             200 Source/core/html/HTMLElement.cpp         Element::collectStyleForPresentationAttribute(name, value, style);
style             389 Source/core/html/HTMLElement.cpp     if (r && r->style()->preserveNewline()) {
style             454 Source/core/html/HTMLElement.cpp void HTMLElement::applyAlignmentAttributeToStyle(const AtomicString& alignment, MutableStylePropertySet* style)
style             483 Source/core/html/HTMLElement.cpp         addPropertyToPresentationAttributeStyle(style, CSSPropertyFloat, floatValue);
style             486 Source/core/html/HTMLElement.cpp         addPropertyToPresentationAttributeStyle(style, CSSPropertyVerticalAlign, verticalAlignValue);
style             750 Source/core/html/HTMLElement.cpp     if (renderer() && renderer()->style() && renderer()->style()->direction() != textDirection) {
style             766 Source/core/html/HTMLElement.cpp     if (renderer() && renderer()->style() && renderer()->style()->direction() != textDirection)
style             799 Source/core/html/HTMLElement.cpp void HTMLElement::addHTMLLengthToStyle(MutableStylePropertySet* style, CSSPropertyID propertyID, const String& value)
style             825 Source/core/html/HTMLElement.cpp             addPropertyToPresentationAttributeStyle(style, propertyID, v->substring(0, length));
style             830 Source/core/html/HTMLElement.cpp     addPropertyToPresentationAttributeStyle(style, propertyID, value);
style             890 Source/core/html/HTMLElement.cpp void HTMLElement::addHTMLColorToStyle(MutableStylePropertySet* style, CSSPropertyID propertyID, const String& attributeValue)
style             907 Source/core/html/HTMLElement.cpp     style->setProperty(propertyID, cssValuePool().createColorValue(parsedColor.rgb()));
style              78 Source/core/html/HTMLEmbedElement.cpp void HTMLEmbedElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
style              82 Source/core/html/HTMLEmbedElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyWidth, 0, CSSPrimitiveValue::CSS_PX);
style              83 Source/core/html/HTMLEmbedElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyHeight, 0, CSSPrimitiveValue::CSS_PX);
style              86 Source/core/html/HTMLEmbedElement.cpp         HTMLPlugInElement::collectStyleForPresentationAttribute(name, value, style);
style             156 Source/core/html/HTMLEmbedElement.cpp bool HTMLEmbedElement::rendererIsNeeded(const RenderStyle& style)
style             159 Source/core/html/HTMLEmbedElement.cpp         return HTMLPlugInElement::rendererIsNeeded(style);
style             175 Source/core/html/HTMLEmbedElement.cpp     return HTMLPlugInElement::rendererIsNeeded(style);
style             187 Source/core/html/HTMLFontElement.cpp void HTMLFontElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
style             192 Source/core/html/HTMLFontElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyFontSize, size);
style             194 Source/core/html/HTMLFontElement.cpp         addHTMLColorToStyle(style, CSSPropertyColor, value);
style             197 Source/core/html/HTMLFontElement.cpp             style->setProperty(CSSProperty(CSSPropertyFontFamily, fontFaceValue.release()));
style             199 Source/core/html/HTMLFontElement.cpp         HTMLElement::collectStyleForPresentationAttribute(name, value, style);
style             144 Source/core/html/HTMLFormControlElement.cpp             if (renderer() && renderer()->style()->hasAppearance())
style             164 Source/core/html/HTMLFormControlElement.cpp     if (renderer() && renderer()->style()->hasAppearance())
style              88 Source/core/html/HTMLFormElement.cpp bool HTMLFormElement::rendererIsNeeded(const RenderStyle& style)
style              91 Source/core/html/HTMLFormElement.cpp         return HTMLElement::rendererIsNeeded(style);
style              95 Source/core/html/HTMLFormElement.cpp         return HTMLElement::rendererIsNeeded(style);
style             108 Source/core/html/HTMLFormElement.cpp     EDisplay display = style.display();
style              68 Source/core/html/HTMLFrameSetElement.cpp void HTMLFrameSetElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
style              71 Source/core/html/HTMLFrameSetElement.cpp         addHTMLColorToStyle(style, CSSPropertyBorderColor, value);
style              73 Source/core/html/HTMLFrameSetElement.cpp         HTMLElement::collectStyleForPresentationAttribute(name, value, style);
style             152 Source/core/html/HTMLFrameSetElement.cpp bool HTMLFrameSetElement::rendererIsNeeded(const RenderStyle& style)
style             156 Source/core/html/HTMLFrameSetElement.cpp     return style.isStyleAvailable();
style             159 Source/core/html/HTMLFrameSetElement.cpp RenderObject* HTMLFrameSetElement::createRenderer(RenderStyle *style)
style             161 Source/core/html/HTMLFrameSetElement.cpp     if (style->hasContent())
style             162 Source/core/html/HTMLFrameSetElement.cpp         return RenderObject::createObject(this, style);
style              54 Source/core/html/HTMLHRElement.cpp void HTMLHRElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
style              58 Source/core/html/HTMLHRElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyMarginLeft, 0, CSSPrimitiveValue::CSS_PX);
style              59 Source/core/html/HTMLHRElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyMarginRight, CSSValueAuto);
style              61 Source/core/html/HTMLHRElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyMarginLeft, CSSValueAuto);
style              62 Source/core/html/HTMLHRElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyMarginRight, 0, CSSPrimitiveValue::CSS_PX);
style              64 Source/core/html/HTMLHRElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyMarginLeft, CSSValueAuto);
style              65 Source/core/html/HTMLHRElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyMarginRight, CSSValueAuto);
style              71 Source/core/html/HTMLHRElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyWidth, 1, CSSPrimitiveValue::CSS_PX);
style              73 Source/core/html/HTMLHRElement.cpp             addHTMLLengthToStyle(style, CSSPropertyWidth, value);
style              75 Source/core/html/HTMLHRElement.cpp         addPropertyToPresentationAttributeStyle(style, CSSPropertyBorderStyle, CSSValueSolid);
style              76 Source/core/html/HTMLHRElement.cpp         addHTMLColorToStyle(style, CSSPropertyBorderColor, value);
style              77 Source/core/html/HTMLHRElement.cpp         addHTMLColorToStyle(style, CSSPropertyBackgroundColor, value);
style              80 Source/core/html/HTMLHRElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyBorderStyle, CSSValueSolid);
style              83 Source/core/html/HTMLHRElement.cpp             style->setProperty(CSSPropertyBorderColor, darkGrayValue);
style              84 Source/core/html/HTMLHRElement.cpp             style->setProperty(CSSPropertyBackgroundColor, darkGrayValue);
style              90 Source/core/html/HTMLHRElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyBorderBottomWidth, 0, CSSPrimitiveValue::CSS_PX);
style              92 Source/core/html/HTMLHRElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyHeight, size - 2, CSSPrimitiveValue::CSS_PX);
style              94 Source/core/html/HTMLHRElement.cpp         HTMLElement::collectStyleForPresentationAttribute(name, value, style);
style              56 Source/core/html/HTMLIFrameElement.cpp void HTMLIFrameElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
style              59 Source/core/html/HTMLIFrameElement.cpp         addHTMLLengthToStyle(style, CSSPropertyWidth, value);
style              61 Source/core/html/HTMLIFrameElement.cpp         addHTMLLengthToStyle(style, CSSPropertyHeight, value);
style              63 Source/core/html/HTMLIFrameElement.cpp         applyAlignmentAttributeToStyle(value, style);
style              69 Source/core/html/HTMLIFrameElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyBorderWidth, 0, CSSPrimitiveValue::CSS_PX);
style              72 Source/core/html/HTMLIFrameElement.cpp         HTMLFrameElementBase::collectStyleForPresentationAttribute(name, value, style);
style              94 Source/core/html/HTMLIFrameElement.cpp bool HTMLIFrameElement::rendererIsNeeded(const RenderStyle& style)
style              96 Source/core/html/HTMLIFrameElement.cpp     return isURLAllowed() && HTMLElement::rendererIsNeeded(style);
style              95 Source/core/html/HTMLImageElement.cpp void HTMLImageElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
style              98 Source/core/html/HTMLImageElement.cpp         addHTMLLengthToStyle(style, CSSPropertyWidth, value);
style             100 Source/core/html/HTMLImageElement.cpp         addHTMLLengthToStyle(style, CSSPropertyHeight, value);
style             102 Source/core/html/HTMLImageElement.cpp         applyBorderAttributeToStyle(value, style);
style             104 Source/core/html/HTMLImageElement.cpp         addHTMLLengthToStyle(style, CSSPropertyMarginTop, value);
style             105 Source/core/html/HTMLImageElement.cpp         addHTMLLengthToStyle(style, CSSPropertyMarginBottom, value);
style             107 Source/core/html/HTMLImageElement.cpp         addHTMLLengthToStyle(style, CSSPropertyMarginLeft, value);
style             108 Source/core/html/HTMLImageElement.cpp         addHTMLLengthToStyle(style, CSSPropertyMarginRight, value);
style             110 Source/core/html/HTMLImageElement.cpp         applyAlignmentAttributeToStyle(value, style);
style             112 Source/core/html/HTMLImageElement.cpp         addPropertyToPresentationAttributeStyle(style, CSSPropertyVerticalAlign, value);
style             114 Source/core/html/HTMLImageElement.cpp         HTMLElement::collectStyleForPresentationAttribute(name, value, style);
style             191 Source/core/html/HTMLImageElement.cpp RenderObject* HTMLImageElement::createRenderer(RenderStyle* style)
style             193 Source/core/html/HTMLImageElement.cpp     if (style->hasContent())
style             194 Source/core/html/HTMLImageElement.cpp         return RenderObject::createObject(this, style);
style             599 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
style             602 Source/core/html/HTMLInputElement.cpp         addHTMLLengthToStyle(style, CSSPropertyMarginTop, value);
style             603 Source/core/html/HTMLInputElement.cpp         addHTMLLengthToStyle(style, CSSPropertyMarginBottom, value);
style             605 Source/core/html/HTMLInputElement.cpp         addHTMLLengthToStyle(style, CSSPropertyMarginLeft, value);
style             606 Source/core/html/HTMLInputElement.cpp         addHTMLLengthToStyle(style, CSSPropertyMarginRight, value);
style             609 Source/core/html/HTMLInputElement.cpp             applyAlignmentAttributeToStyle(value, style);
style             612 Source/core/html/HTMLInputElement.cpp             addHTMLLengthToStyle(style, CSSPropertyWidth, value);
style             615 Source/core/html/HTMLInputElement.cpp             addHTMLLengthToStyle(style, CSSPropertyHeight, value);
style             617 Source/core/html/HTMLInputElement.cpp         applyBorderAttributeToStyle(value, style);
style             619 Source/core/html/HTMLInputElement.cpp         HTMLTextFormControlElement::collectStyleForPresentationAttribute(name, value, style);
style             761 Source/core/html/HTMLInputElement.cpp bool HTMLInputElement::rendererIsNeeded(const RenderStyle& style)
style             763 Source/core/html/HTMLInputElement.cpp     return m_inputType->rendererIsNeeded() && HTMLTextFormControlElement::rendererIsNeeded(style);
style             766 Source/core/html/HTMLInputElement.cpp RenderObject* HTMLInputElement::createRenderer(RenderStyle* style)
style             768 Source/core/html/HTMLInputElement.cpp     return m_inputTypeView->createRenderer(style);
style             866 Source/core/html/HTMLInputElement.cpp     if (renderer() && renderer()->style()->hasAppearance())
style             903 Source/core/html/HTMLInputElement.cpp     if (renderer() && renderer()->style()->hasAppearance())
style              54 Source/core/html/HTMLLIElement.cpp void HTMLLIElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
style              58 Source/core/html/HTMLLIElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyListStyleType, CSSValueLowerAlpha);
style              60 Source/core/html/HTMLLIElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyListStyleType, CSSValueUpperAlpha);
style              62 Source/core/html/HTMLLIElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyListStyleType, CSSValueLowerRoman);
style              64 Source/core/html/HTMLLIElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyListStyleType, CSSValueUpperRoman);
style              66 Source/core/html/HTMLLIElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyListStyleType, CSSValueDecimal);
style              68 Source/core/html/HTMLLIElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyListStyleType, value);
style              70 Source/core/html/HTMLLIElement.cpp         HTMLElement::collectStyleForPresentationAttribute(name, value, style);
style              73 Source/core/html/HTMLMarqueeElement.cpp void HTMLMarqueeElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
style              77 Source/core/html/HTMLMarqueeElement.cpp             addHTMLLengthToStyle(style, CSSPropertyWidth, value);
style              80 Source/core/html/HTMLMarqueeElement.cpp             addHTMLLengthToStyle(style, CSSPropertyHeight, value);
style              83 Source/core/html/HTMLMarqueeElement.cpp             addHTMLColorToStyle(style, CSSPropertyBackgroundColor, value);
style              86 Source/core/html/HTMLMarqueeElement.cpp             addHTMLLengthToStyle(style, CSSPropertyMarginTop, value);
style              87 Source/core/html/HTMLMarqueeElement.cpp             addHTMLLengthToStyle(style, CSSPropertyMarginBottom, value);
style              91 Source/core/html/HTMLMarqueeElement.cpp             addHTMLLengthToStyle(style, CSSPropertyMarginLeft, value);
style              92 Source/core/html/HTMLMarqueeElement.cpp             addHTMLLengthToStyle(style, CSSPropertyMarginRight, value);
style              96 Source/core/html/HTMLMarqueeElement.cpp             addHTMLLengthToStyle(style, CSSPropertyInternalMarqueeIncrement, value);
style              99 Source/core/html/HTMLMarqueeElement.cpp             addHTMLLengthToStyle(style, CSSPropertyInternalMarqueeSpeed, value);
style             103 Source/core/html/HTMLMarqueeElement.cpp                 addPropertyToPresentationAttributeStyle(style, CSSPropertyInternalMarqueeRepetition, CSSValueInfinite);
style             105 Source/core/html/HTMLMarqueeElement.cpp                 addHTMLLengthToStyle(style, CSSPropertyInternalMarqueeRepetition, value);
style             109 Source/core/html/HTMLMarqueeElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyInternalMarqueeStyle, value);
style             112 Source/core/html/HTMLMarqueeElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyInternalMarqueeDirection, value);
style             114 Source/core/html/HTMLMarqueeElement.cpp         HTMLElement::collectStyleForPresentationAttribute(name, value, style);
style             434 Source/core/html/HTMLMediaElement.cpp bool HTMLMediaElement::rendererIsNeeded(const RenderStyle& style)
style             436 Source/core/html/HTMLMediaElement.cpp     return controls() ? HTMLElement::rendererIsNeeded(style) : false;
style              57 Source/core/html/HTMLMeterElement.cpp RenderObject* HTMLMeterElement::createRenderer(RenderStyle* style)
style              59 Source/core/html/HTMLMeterElement.cpp     if (hasAuthorShadowRoot() || !RenderTheme::theme().supportsMeter(style->appearance()))
style              60 Source/core/html/HTMLMeterElement.cpp         return RenderObject::createObject(this, style);
style              52 Source/core/html/HTMLNoEmbedElement.cpp bool HTMLNoEmbedElement::rendererIsNeeded(const RenderStyle& style)
style              56 Source/core/html/HTMLNoEmbedElement.cpp     return Element::rendererIsNeeded(style);
style              52 Source/core/html/HTMLNoScriptElement.cpp bool HTMLNoScriptElement::rendererIsNeeded(const RenderStyle& style)
style              56 Source/core/html/HTMLNoScriptElement.cpp     return Element::rendererIsNeeded(style);
style              58 Source/core/html/HTMLOListElement.cpp void HTMLOListElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
style              62 Source/core/html/HTMLOListElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyListStyleType, CSSValueLowerAlpha);
style              64 Source/core/html/HTMLOListElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyListStyleType, CSSValueUpperAlpha);
style              66 Source/core/html/HTMLOListElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyListStyleType, CSSValueLowerRoman);
style              68 Source/core/html/HTMLOListElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyListStyleType, CSSValueUpperRoman);
style              70 Source/core/html/HTMLOListElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyListStyleType, CSSValueDecimal);
style              72 Source/core/html/HTMLOListElement.cpp         HTMLElement::collectStyleForPresentationAttribute(name, value, style);
style              83 Source/core/html/HTMLObjectElement.cpp void HTMLObjectElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
style              86 Source/core/html/HTMLObjectElement.cpp         applyBorderAttributeToStyle(value, style);
style              88 Source/core/html/HTMLObjectElement.cpp         HTMLPlugInElement::collectStyleForPresentationAttribute(name, value, style);
style             336 Source/core/html/HTMLObjectElement.cpp bool HTMLObjectElement::rendererIsNeeded(const RenderStyle& style)
style             341 Source/core/html/HTMLObjectElement.cpp     return HTMLPlugInElement::rendererIsNeeded(style);
style             188 Source/core/html/HTMLOptionElement.cpp             if (renderer() && renderer()->style()->hasAppearance())
style              45 Source/core/html/HTMLParagraphElement.cpp void HTMLParagraphElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
style              49 Source/core/html/HTMLParagraphElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyTextAlign, CSSValueWebkitCenter);
style              51 Source/core/html/HTMLParagraphElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyTextAlign, CSSValueWebkitLeft);
style              53 Source/core/html/HTMLParagraphElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyTextAlign, CSSValueWebkitRight);
style              55 Source/core/html/HTMLParagraphElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyTextAlign, value);
style              57 Source/core/html/HTMLParagraphElement.cpp         HTMLElement::collectStyleForPresentationAttribute(name, value, style);
style             208 Source/core/html/HTMLPlugInElement.cpp RenderObject* HTMLPlugInElement::createRenderer(RenderStyle* style)
style             214 Source/core/html/HTMLPlugInElement.cpp         return RenderObject::createObject(this, style);
style             285 Source/core/html/HTMLPlugInElement.cpp void HTMLPlugInElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
style             288 Source/core/html/HTMLPlugInElement.cpp         addHTMLLengthToStyle(style, CSSPropertyWidth, value);
style             290 Source/core/html/HTMLPlugInElement.cpp         addHTMLLengthToStyle(style, CSSPropertyHeight, value);
style             292 Source/core/html/HTMLPlugInElement.cpp         addHTMLLengthToStyle(style, CSSPropertyMarginTop, value);
style             293 Source/core/html/HTMLPlugInElement.cpp         addHTMLLengthToStyle(style, CSSPropertyMarginBottom, value);
style             295 Source/core/html/HTMLPlugInElement.cpp         addHTMLLengthToStyle(style, CSSPropertyMarginLeft, value);
style             296 Source/core/html/HTMLPlugInElement.cpp         addHTMLLengthToStyle(style, CSSPropertyMarginRight, value);
style             298 Source/core/html/HTMLPlugInElement.cpp         applyAlignmentAttributeToStyle(value, style);
style             300 Source/core/html/HTMLPlugInElement.cpp         HTMLFrameOwnerElement::collectStyleForPresentationAttribute(name, value, style);
style              53 Source/core/html/HTMLPreElement.cpp void HTMLPreElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
style              56 Source/core/html/HTMLPreElement.cpp         style->setProperty(CSSPropertyWhiteSpace, CSSValuePreWrap);
style              58 Source/core/html/HTMLPreElement.cpp         HTMLElement::collectStyleForPresentationAttribute(name, value, style);
style              60 Source/core/html/HTMLProgressElement.cpp RenderObject* HTMLProgressElement::createRenderer(RenderStyle* style)
style              62 Source/core/html/HTMLProgressElement.cpp     if (!style->hasAppearance() || hasAuthorShadowRoot())
style              63 Source/core/html/HTMLProgressElement.cpp         return RenderObject::createObject(this, style);
style              25 Source/core/html/HTMLRTElement.cpp RenderObject* HTMLRTElement::createRenderer(RenderStyle* style)
style              27 Source/core/html/HTMLRTElement.cpp     if (style->display() == BLOCK)
style              29 Source/core/html/HTMLRTElement.cpp     return RenderObject::createObject(this, style);
style              25 Source/core/html/HTMLRubyElement.cpp RenderObject* HTMLRubyElement::createRenderer(RenderStyle* style)
style              27 Source/core/html/HTMLRubyElement.cpp     if (style->display() == INLINE)
style              29 Source/core/html/HTMLRubyElement.cpp     if (style->display() == BLOCK)
style              31 Source/core/html/HTMLRubyElement.cpp     return RenderObject::createObject(this, style);
style              46 Source/core/html/HTMLTableCaptionElement.cpp void HTMLTableCaptionElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
style              50 Source/core/html/HTMLTableCaptionElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyCaptionSide, value);
style              52 Source/core/html/HTMLTableCaptionElement.cpp         HTMLElement::collectStyleForPresentationAttribute(name, value, style);
style              87 Source/core/html/HTMLTableCellElement.cpp void HTMLTableCellElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
style              90 Source/core/html/HTMLTableCellElement.cpp         addPropertyToPresentationAttributeStyle(style, CSSPropertyWhiteSpace, CSSValueWebkitNowrap);
style              95 Source/core/html/HTMLTableCellElement.cpp                 addHTMLLengthToStyle(style, CSSPropertyWidth, value);
style             101 Source/core/html/HTMLTableCellElement.cpp                 addHTMLLengthToStyle(style, CSSPropertyHeight, value);
style             104 Source/core/html/HTMLTableCellElement.cpp         HTMLTablePartElement::collectStyleForPresentationAttribute(name, value, style);
style              56 Source/core/html/HTMLTableColElement.cpp void HTMLTableColElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
style              59 Source/core/html/HTMLTableColElement.cpp         addHTMLLengthToStyle(style, CSSPropertyWidth, value);
style              61 Source/core/html/HTMLTableColElement.cpp         HTMLTablePartElement::collectStyleForPresentationAttribute(name, value, style);
style             292 Source/core/html/HTMLTableElement.cpp void HTMLTableElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
style             295 Source/core/html/HTMLTableElement.cpp         addHTMLLengthToStyle(style, CSSPropertyWidth, value);
style             297 Source/core/html/HTMLTableElement.cpp         addHTMLLengthToStyle(style, CSSPropertyHeight, value);
style             299 Source/core/html/HTMLTableElement.cpp         addPropertyToPresentationAttributeStyle(style, CSSPropertyBorderWidth, parseBorderWidthAttribute(value), CSSPrimitiveValue::CSS_PX);
style             302 Source/core/html/HTMLTableElement.cpp             addHTMLColorToStyle(style, CSSPropertyBorderColor, value);
style             304 Source/core/html/HTMLTableElement.cpp         addHTMLColorToStyle(style, CSSPropertyBackgroundColor, value);
style             308 Source/core/html/HTMLTableElement.cpp             style->setProperty(CSSProperty(CSSPropertyBackgroundImage, CSSImageValue::create(url, document().completeURL(url))));
style             311 Source/core/html/HTMLTableElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyVerticalAlign, value);
style             314 Source/core/html/HTMLTableElement.cpp             addHTMLLengthToStyle(style, CSSPropertyBorderSpacing, value);
style             316 Source/core/html/HTMLTableElement.cpp         addHTMLLengthToStyle(style, CSSPropertyMarginTop, value);
style             317 Source/core/html/HTMLTableElement.cpp         addHTMLLengthToStyle(style, CSSPropertyMarginBottom, value);
style             319 Source/core/html/HTMLTableElement.cpp         addHTMLLengthToStyle(style, CSSPropertyMarginLeft, value);
style             320 Source/core/html/HTMLTableElement.cpp         addHTMLLengthToStyle(style, CSSPropertyMarginRight, value);
style             324 Source/core/html/HTMLTableElement.cpp                 addPropertyToPresentationAttributeStyle(style, CSSPropertyWebkitMarginStart, CSSValueAuto);
style             325 Source/core/html/HTMLTableElement.cpp                 addPropertyToPresentationAttributeStyle(style, CSSPropertyWebkitMarginEnd, CSSValueAuto);
style             327 Source/core/html/HTMLTableElement.cpp                 addPropertyToPresentationAttributeStyle(style, CSSPropertyFloat, value);
style             332 Source/core/html/HTMLTableElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyBorderCollapse, CSSValueCollapse);
style             339 Source/core/html/HTMLTableElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyBorderWidth, CSSValueThin);
style             340 Source/core/html/HTMLTableElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyBorderTopStyle, borderTop ? CSSValueSolid : CSSValueHidden);
style             341 Source/core/html/HTMLTableElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyBorderBottomStyle, borderBottom ? CSSValueSolid : CSSValueHidden);
style             342 Source/core/html/HTMLTableElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyBorderLeftStyle, borderLeft ? CSSValueSolid : CSSValueHidden);
style             343 Source/core/html/HTMLTableElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyBorderRightStyle, borderRight ? CSSValueSolid : CSSValueHidden);
style             346 Source/core/html/HTMLTableElement.cpp         HTMLElement::collectStyleForPresentationAttribute(name, value, style);
style             403 Source/core/html/HTMLTableElement.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> style = MutableStylePropertySet::create();
style             404 Source/core/html/HTMLTableElement.cpp     style->setProperty(CSSPropertyBorderTopStyle, value);
style             405 Source/core/html/HTMLTableElement.cpp     style->setProperty(CSSPropertyBorderBottomStyle, value);
style             406 Source/core/html/HTMLTableElement.cpp     style->setProperty(CSSPropertyBorderLeftStyle, value);
style             407 Source/core/html/HTMLTableElement.cpp     style->setProperty(CSSPropertyBorderRightStyle, value);
style             408 Source/core/html/HTMLTableElement.cpp     return style.release();
style             459 Source/core/html/HTMLTableElement.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> style = MutableStylePropertySet::create();
style             463 Source/core/html/HTMLTableElement.cpp         style->setProperty(CSSPropertyBorderLeftWidth, CSSValueThin);
style             464 Source/core/html/HTMLTableElement.cpp         style->setProperty(CSSPropertyBorderRightWidth, CSSValueThin);
style             465 Source/core/html/HTMLTableElement.cpp         style->setProperty(CSSPropertyBorderLeftStyle, CSSValueSolid);
style             466 Source/core/html/HTMLTableElement.cpp         style->setProperty(CSSPropertyBorderRightStyle, CSSValueSolid);
style             467 Source/core/html/HTMLTableElement.cpp         style->setProperty(CSSPropertyBorderColor, cssValuePool().createInheritedValue());
style             470 Source/core/html/HTMLTableElement.cpp         style->setProperty(CSSPropertyBorderTopWidth, CSSValueThin);
style             471 Source/core/html/HTMLTableElement.cpp         style->setProperty(CSSPropertyBorderBottomWidth, CSSValueThin);
style             472 Source/core/html/HTMLTableElement.cpp         style->setProperty(CSSPropertyBorderTopStyle, CSSValueSolid);
style             473 Source/core/html/HTMLTableElement.cpp         style->setProperty(CSSPropertyBorderBottomStyle, CSSValueSolid);
style             474 Source/core/html/HTMLTableElement.cpp         style->setProperty(CSSPropertyBorderColor, cssValuePool().createInheritedValue());
style             477 Source/core/html/HTMLTableElement.cpp         style->setProperty(CSSPropertyBorderWidth, cssValuePool().createValue(1, CSSPrimitiveValue::CSS_PX));
style             478 Source/core/html/HTMLTableElement.cpp         style->setProperty(CSSPropertyBorderStyle, cssValuePool().createIdentifierValue(CSSValueSolid));
style             479 Source/core/html/HTMLTableElement.cpp         style->setProperty(CSSPropertyBorderColor, cssValuePool().createInheritedValue());
style             482 Source/core/html/HTMLTableElement.cpp         style->setProperty(CSSPropertyBorderWidth, cssValuePool().createValue(1, CSSPrimitiveValue::CSS_PX));
style             483 Source/core/html/HTMLTableElement.cpp         style->setProperty(CSSPropertyBorderStyle, cssValuePool().createIdentifierValue(CSSValueInset));
style             484 Source/core/html/HTMLTableElement.cpp         style->setProperty(CSSPropertyBorderColor, cssValuePool().createInheritedValue());
style             492 Source/core/html/HTMLTableElement.cpp         style->setProperty(CSSPropertyPadding, cssValuePool().createValue(m_padding, CSSPrimitiveValue::CSS_PX));
style             494 Source/core/html/HTMLTableElement.cpp     return style.release();
style             506 Source/core/html/HTMLTableElement.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> style = MutableStylePropertySet::create();
style             508 Source/core/html/HTMLTableElement.cpp         style->setProperty(CSSPropertyBorderTopWidth, CSSValueThin);
style             509 Source/core/html/HTMLTableElement.cpp         style->setProperty(CSSPropertyBorderBottomWidth, CSSValueThin);
style             510 Source/core/html/HTMLTableElement.cpp         style->setProperty(CSSPropertyBorderTopStyle, CSSValueSolid);
style             511 Source/core/html/HTMLTableElement.cpp         style->setProperty(CSSPropertyBorderBottomStyle, CSSValueSolid);
style             513 Source/core/html/HTMLTableElement.cpp         style->setProperty(CSSPropertyBorderLeftWidth, CSSValueThin);
style             514 Source/core/html/HTMLTableElement.cpp         style->setProperty(CSSPropertyBorderRightWidth, CSSValueThin);
style             515 Source/core/html/HTMLTableElement.cpp         style->setProperty(CSSPropertyBorderLeftStyle, CSSValueSolid);
style             516 Source/core/html/HTMLTableElement.cpp         style->setProperty(CSSPropertyBorderRightStyle, CSSValueSolid);
style             518 Source/core/html/HTMLTableElement.cpp     return style.release();
style              49 Source/core/html/HTMLTablePartElement.cpp void HTMLTablePartElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
style              52 Source/core/html/HTMLTablePartElement.cpp         addHTMLColorToStyle(style, CSSPropertyBackgroundColor, value);
style              56 Source/core/html/HTMLTablePartElement.cpp             style->setProperty(CSSProperty(CSSPropertyBackgroundImage, CSSImageValue::create(url, document().completeURL(url))));
style              59 Source/core/html/HTMLTablePartElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyVerticalAlign, CSSValueTop);
style              61 Source/core/html/HTMLTablePartElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyVerticalAlign, CSSValueMiddle);
style              63 Source/core/html/HTMLTablePartElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyVerticalAlign, CSSValueBottom);
style              65 Source/core/html/HTMLTablePartElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyVerticalAlign, CSSValueBaseline);
style              67 Source/core/html/HTMLTablePartElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyVerticalAlign, value);
style              70 Source/core/html/HTMLTablePartElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyTextAlign, CSSValueWebkitCenter);
style              72 Source/core/html/HTMLTablePartElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyTextAlign, CSSValueCenter);
style              74 Source/core/html/HTMLTablePartElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyTextAlign, CSSValueWebkitLeft);
style              76 Source/core/html/HTMLTablePartElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyTextAlign, CSSValueWebkitRight);
style              78 Source/core/html/HTMLTablePartElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyTextAlign, value);
style              81 Source/core/html/HTMLTablePartElement.cpp             addHTMLLengthToStyle(style, CSSPropertyHeight, value);
style              83 Source/core/html/HTMLTablePartElement.cpp         HTMLElement::collectStyleForPresentationAttribute(name, value, style);
style             142 Source/core/html/HTMLTextAreaElement.cpp void HTMLTextAreaElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
style             146 Source/core/html/HTMLTextAreaElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyWhiteSpace, CSSValuePreWrap);
style             147 Source/core/html/HTMLTextAreaElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyWordWrap, CSSValueBreakWord);
style             149 Source/core/html/HTMLTextAreaElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyWhiteSpace, CSSValuePre);
style             150 Source/core/html/HTMLTextAreaElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyWordWrap, CSSValueNormal);
style             153 Source/core/html/HTMLTextAreaElement.cpp         HTMLTextFormControlElement::collectStyleForPresentationAttribute(name, value, style);
style             145 Source/core/html/HTMLTextFormControlElement.cpp         && (!renderer() || renderer()->style()->visibility() == VISIBLE);
style             197 Source/core/html/HTMLTextFormControlElement.cpp     return renderer->style()->visibility() != HIDDEN && innerText && innerText->renderer() && innerText->renderBox()->height();
style              51 Source/core/html/HTMLUListElement.cpp void HTMLUListElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
style              54 Source/core/html/HTMLUListElement.cpp         addPropertyToPresentationAttributeStyle(style, CSSPropertyListStyleType, value);
style              56 Source/core/html/HTMLUListElement.cpp         HTMLElement::collectStyleForPresentationAttribute(name, value, style);
style              62 Source/core/html/HTMLVideoElement.cpp bool HTMLVideoElement::rendererIsNeeded(const RenderStyle& style)
style              64 Source/core/html/HTMLVideoElement.cpp     return HTMLElement::rendererIsNeeded(style);
style              86 Source/core/html/HTMLVideoElement.cpp void HTMLVideoElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
style              89 Source/core/html/HTMLVideoElement.cpp         addHTMLLengthToStyle(style, CSSPropertyWidth, value);
style              91 Source/core/html/HTMLVideoElement.cpp         addHTMLLengthToStyle(style, CSSPropertyHeight, value);
style              93 Source/core/html/HTMLVideoElement.cpp         HTMLMediaElement::collectStyleForPresentationAttribute(name, value, style);
style              51 Source/core/html/HTMLWBRElement.cpp RenderObject* HTMLWBRElement::createRenderer(RenderStyle* style)
style             382 Source/core/html/canvas/CanvasRenderingContext2D.cpp     RefPtr<CanvasStyle> style = prpStyle;
style             384 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (!style)
style             387 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (state().m_strokeStyle && state().m_strokeStyle->isEquivalentColor(*style))
style             390 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (style->isCurrentColor()) {
style             391 Source/core/html/canvas/CanvasRenderingContext2D.cpp         if (style->hasOverrideAlpha())
style             392 Source/core/html/canvas/CanvasRenderingContext2D.cpp             style = CanvasStyle::createFromRGBA(colorWithOverrideAlpha(currentColor(canvas()), style->overrideAlpha()));
style             394 Source/core/html/canvas/CanvasRenderingContext2D.cpp             style = CanvasStyle::createFromRGBA(currentColor(canvas()));
style             395 Source/core/html/canvas/CanvasRenderingContext2D.cpp     } else if (canvas()->originClean() && style->canvasPattern() && !style->canvasPattern()->originClean()) {
style             400 Source/core/html/canvas/CanvasRenderingContext2D.cpp     modifiableState().m_strokeStyle = style.release();
style             415 Source/core/html/canvas/CanvasRenderingContext2D.cpp     RefPtr<CanvasStyle> style = prpStyle;
style             417 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (!style)
style             420 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (state().m_fillStyle && state().m_fillStyle->isEquivalentColor(*style))
style             423 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (style->isCurrentColor()) {
style             424 Source/core/html/canvas/CanvasRenderingContext2D.cpp         if (style->hasOverrideAlpha())
style             425 Source/core/html/canvas/CanvasRenderingContext2D.cpp             style = CanvasStyle::createFromRGBA(colorWithOverrideAlpha(currentColor(canvas()), style->overrideAlpha()));
style             427 Source/core/html/canvas/CanvasRenderingContext2D.cpp             style = CanvasStyle::createFromRGBA(currentColor(canvas()));
style             428 Source/core/html/canvas/CanvasRenderingContext2D.cpp     } else if (canvas()->originClean() && style->canvasPattern() && !style->canvasPattern()->originClean()) {
style             433 Source/core/html/canvas/CanvasRenderingContext2D.cpp     modifiableState().m_fillStyle = style.release();
style            1975 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (fontDescription.style() == FontStyleItalic)
style             321 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp     RefPtr<RenderStyle> style = RenderStyle::clone(originalStyle.get());
style             322 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp     style->setDirection(contentDirection);
style             323 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp     style->setDisplay(newDisplay);
style             324 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp     style->setUnique();
style             325 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp     return style.release();
style             955 Source/core/html/forms/InputType.cpp     if (RenderStyle* style = element().renderStyle()) {
style             956 Source/core/html/forms/InputType.cpp         if (style->visibility() != HIDDEN)
style              95 Source/core/html/forms/InputTypeView.cpp RenderObject* InputTypeView::createRenderer(RenderStyle* style) const
style              97 Source/core/html/forms/InputTypeView.cpp     return RenderObject::createObject(&element(), style);
style             205 Source/core/html/forms/RangeInputType.cpp         ControlPart part = element().renderer()->style()->appearance();
style             233 Source/core/html/forms/TextFieldInputType.cpp                     IntSize scrollOffset(!renderTextControl->style()->isLeftToRightDirection() ? innerScrollableArea->scrollWidth() : 0, 0);
style             497 Source/core/html/shadow/DateTimeEditElement.cpp     RefPtr<RenderStyle> style = RenderStyle::clone(originalStyle.get());
style             506 Source/core/html/shadow/DateTimeEditElement.cpp             width += static_cast<DateTimeFieldElement*>(childElement)->maximumWidth(style->font());
style             510 Source/core/html/shadow/DateTimeEditElement.cpp             width += style->font().width(childElement->textContent());
style             513 Source/core/html/shadow/DateTimeEditElement.cpp     style->setWidth(Length(ceilf(width), Fixed));
style             514 Source/core/html/shadow/DateTimeEditElement.cpp     style->setUnique();
style             515 Source/core/html/shadow/DateTimeEditElement.cpp     return style.release();
style              52 Source/core/html/shadow/DetailsMarkerControl.cpp bool DetailsMarkerControl::rendererIsNeeded(const RenderStyle& style)
style              54 Source/core/html/shadow/DetailsMarkerControl.cpp     return summaryElement()->isMainSummary() && HTMLDivElement::rendererIsNeeded(style);
style              55 Source/core/html/shadow/MeterShadowElement.cpp bool MeterShadowElement::rendererIsNeeded(const RenderStyle& style)
style              58 Source/core/html/shadow/MeterShadowElement.cpp     return renderer && !RenderTheme::theme().supportsMeter(renderer->style()->appearance()) && HTMLDivElement::rendererIsNeeded(style);
style              73 Source/core/html/shadow/MeterShadowElement.cpp bool MeterInnerElement::rendererIsNeeded(const RenderStyle& style)
style              76 Source/core/html/shadow/MeterShadowElement.cpp         return HTMLDivElement::rendererIsNeeded(style);
style              79 Source/core/html/shadow/MeterShadowElement.cpp     return renderer && !RenderTheme::theme().supportsMeter(renderer->style()->appearance()) && HTMLDivElement::rendererIsNeeded(style);
style              83 Source/core/html/shadow/PasswordGeneratorButtonElement.cpp     RefPtr<RenderStyle> style = RenderStyle::clone(originalStyle.get());
style              86 Source/core/html/shadow/PasswordGeneratorButtonElement.cpp     style->setWidth(Length(inputStyle->fontSize(), Fixed));
style              87 Source/core/html/shadow/PasswordGeneratorButtonElement.cpp     style->setHeight(Length(inputStyle->fontSize(), Fixed));
style              88 Source/core/html/shadow/PasswordGeneratorButtonElement.cpp     style->setUnique();
style              90 Source/core/html/shadow/PasswordGeneratorButtonElement.cpp     return style.release();
style              53 Source/core/html/shadow/ProgressShadowElement.cpp bool ProgressShadowElement::rendererIsNeeded(const RenderStyle& style)
style              56 Source/core/html/shadow/ProgressShadowElement.cpp     return progressRenderer && !progressRenderer->style()->hasAppearance() && HTMLDivElement::rendererIsNeeded(style);
style              69 Source/core/html/shadow/ProgressShadowElement.cpp bool ProgressInnerElement::rendererIsNeeded(const RenderStyle& style)
style              72 Source/core/html/shadow/ProgressShadowElement.cpp         return HTMLDivElement::rendererIsNeeded(style);
style              75 Source/core/html/shadow/ProgressShadowElement.cpp     return progressRenderer && !progressRenderer->style()->hasAppearance() && HTMLDivElement::rendererIsNeeded(style);
style              65 Source/core/html/shadow/SliderThumbElement.cpp     RenderStyle* sliderStyle = input->renderer()->style();
style              80 Source/core/html/shadow/SliderThumbElement.cpp         style()->setAppearance(SliderThumbVerticalPart);
style              82 Source/core/html/shadow/SliderThumbElement.cpp         style()->setAppearance(SliderThumbHorizontalPart);
style              84 Source/core/html/shadow/SliderThumbElement.cpp         style()->setAppearance(MediaSliderThumbPart);
style              86 Source/core/html/shadow/SliderThumbElement.cpp         style()->setAppearance(MediaVolumeSliderThumbPart);
style              88 Source/core/html/shadow/SliderThumbElement.cpp         style()->setAppearance(MediaFullScreenVolumeSliderThumbPart);
style              89 Source/core/html/shadow/SliderThumbElement.cpp     if (style()->hasAppearance())
style              90 Source/core/html/shadow/SliderThumbElement.cpp         RenderTheme::theme().adjustSliderThumbSize(style(), toElement(node()));
style             127 Source/core/html/shadow/SliderThumbElement.cpp         float zoomFactor = style()->effectiveZoom();
style             143 Source/core/html/shadow/SliderThumbElement.cpp     style()->setFlexDirection(isVertical ? FlowColumn : FlowRow);
style             144 Source/core/html/shadow/SliderThumbElement.cpp     TextDirection oldTextDirection = style()->direction();
style             149 Source/core/html/shadow/SliderThumbElement.cpp         style()->setDirection(LTR);
style             165 Source/core/html/shadow/SliderThumbElement.cpp     style()->setDirection(oldTextDirection);
style             177 Source/core/html/shadow/SliderThumbElement.cpp     else if (style()->isLeftToRightDirection())
style             183 Source/core/html/shadow/SliderThumbElement.cpp         && (parent()->style()->appearance() == MediaVolumeSliderPart || parent()->style()->appearance() == MediaSliderPart)) {
style             259 Source/core/html/shadow/SliderThumbElement.cpp     bool isLeftToRightDirection = renderBox()->style()->isLeftToRightDirection();
style             419 Source/core/html/shadow/SliderThumbElement.cpp     RenderStyle* sliderStyle = input->renderer()->style();
style             458 Source/core/html/shadow/SliderThumbElement.cpp     RenderStyle* sliderStyle = shadowHost()->renderer()->style();
style              86 Source/core/html/shadow/TextControlInnerElements.cpp     RefPtr<RenderStyle> style = RenderStyle::create();
style              87 Source/core/html/shadow/TextControlInnerElements.cpp     style->inheritFrom(shadowHost()->renderStyle());
style              89 Source/core/html/shadow/TextControlInnerElements.cpp     style->setFlexGrow(1);
style              90 Source/core/html/shadow/TextControlInnerElements.cpp     style->setDisplay(BLOCK);
style              91 Source/core/html/shadow/TextControlInnerElements.cpp     style->setDirection(LTR);
style              95 Source/core/html/shadow/TextControlInnerElements.cpp     style->setUserModify(READ_ONLY);
style              96 Source/core/html/shadow/TextControlInnerElements.cpp     style->setUnique();
style              98 Source/core/html/shadow/TextControlInnerElements.cpp     return style.release();
style             146 Source/core/html/shadow/TextControlInnerElements.cpp     return textControlRenderer->createInnerTextStyle(textControlRenderer->style());
style             550 Source/core/inspector/InspectorCSSAgent.cpp void InspectorCSSAgent::didMutateStyle(CSSStyleDeclaration* style, bool isInlineStyle)
style             555 Source/core/inspector/InspectorCSSAgent.cpp         CSSStyleSheet* parentSheet = style->parentStyleSheet();
style             716 Source/core/inspector/InspectorCSSAgent.cpp             if (parentElement->style() && parentElement->style()->length()) {
style             740 Source/core/inspector/InspectorCSSAgent.cpp     inlineStyle = styleSheet->buildObjectForStyle(element->style());
style             745 Source/core/inspector/InspectorCSSAgent.cpp void InspectorCSSAgent::getComputedStyleForNode(ErrorString* errorString, int nodeId, RefPtr<TypeBuilder::Array<TypeBuilder::CSS::CSSComputedStyleProperty> >& style)
style             753 Source/core/inspector/InspectorCSSAgent.cpp     style = inspectorStyle->buildArrayForComputedStyle();
style             759 Source/core/inspector/InspectorCSSAgent.cpp         RenderStyle* style = renderer->style(box->isFirstLineStyle());
style             760 Source/core/inspector/InspectorCSSAgent.cpp         const Font& font = style->font();
style             761 Source/core/inspector/InspectorCSSAgent.cpp         TextRun run = box->constructTextRunForInspector(style, font);
style            1101 Source/core/inspector/InspectorCSSAgent.cpp     CSSStyleDeclaration* style = element->isStyledElement() ? element->style() : 0;
style            1102 Source/core/inspector/InspectorCSSAgent.cpp     if (!style)
style             507 Source/core/inspector/InspectorStyleSheet.cpp PassRefPtr<InspectorStyle> InspectorStyle::create(const InspectorCSSId& styleId, PassRefPtr<CSSStyleDeclaration> style, InspectorStyleSheetBase* parentStyleSheet)
style             509 Source/core/inspector/InspectorStyleSheet.cpp     return adoptRef(new InspectorStyle(styleId, style, parentStyleSheet));
style             512 Source/core/inspector/InspectorStyleSheet.cpp InspectorStyle::InspectorStyle(const InspectorCSSId& styleId, PassRefPtr<CSSStyleDeclaration> style, InspectorStyleSheetBase* parentStyleSheet)
style             514 Source/core/inspector/InspectorStyleSheet.cpp     , m_style(style)
style             861 Source/core/inspector/InspectorStyleSheet.cpp PassRefPtr<TypeBuilder::CSS::CSSStyle> InspectorStyleSheetBase::buildObjectForStyle(CSSStyleDeclaration* style)
style             865 Source/core/inspector/InspectorStyleSheet.cpp         sourceData = ruleSourceDataAt(styleId(style).ordinal());
style             867 Source/core/inspector/InspectorStyleSheet.cpp     InspectorCSSId id = styleId(style);
style             871 Source/core/inspector/InspectorStyleSheet.cpp         RefPtr<InspectorStyle> inspectorStyle = InspectorStyle::create(id, style, this);
style            1194 Source/core/inspector/InspectorStyleSheet.cpp         sourceData = ruleSourceDataAt(styleId(rule->style()).ordinal());
style            1229 Source/core/inspector/InspectorStyleSheet.cpp         .setStyle(buildObjectForStyle(rule->style()));
style            1261 Source/core/inspector/InspectorStyleSheet.cpp     return rule->style();
style            1279 Source/core/inspector/InspectorStyleSheet.cpp     CSSStyleDeclaration* style = styleForId(id);
style            1280 Source/core/inspector/InspectorStyleSheet.cpp     if (!style)
style            1283 Source/core/inspector/InspectorStyleSheet.cpp     return InspectorStyle::create(id, style, this);
style            1366 Source/core/inspector/InspectorStyleSheet.cpp InspectorCSSId InspectorStyleSheet::styleId(CSSStyleDeclaration* style) const
style            1368 Source/core/inspector/InspectorStyleSheet.cpp     unsigned index = ruleIndexByStyle(style);
style            1389 Source/core/inspector/InspectorStyleSheet.cpp         if (styleRule && styleRule->style() == pageStyle)
style            1449 Source/core/inspector/InspectorStyleSheet.cpp     CSSStyleDeclaration* style = styleForId(id);
style            1450 Source/core/inspector/InspectorStyleSheet.cpp     if (!style)
style            1457 Source/core/inspector/InspectorStyleSheet.cpp     bool success = styleSheetTextWithChangedStyle(style, text, &patchedStyleSheetText);
style            1462 Source/core/inspector/InspectorStyleSheet.cpp     style->setCSSText(text, exceptionState);
style            1471 Source/core/inspector/InspectorStyleSheet.cpp bool InspectorStyleSheet::styleSheetTextWithChangedStyle(CSSStyleDeclaration* style, const String& newStyleText, String* result)
style            1473 Source/core/inspector/InspectorStyleSheet.cpp     if (!style)
style            1478 Source/core/inspector/InspectorStyleSheet.cpp     RefPtrWillBeRawPtr<CSSRuleSourceData> sourceData = ruleSourceDataAt(styleId(style).ordinal());
style            1493 Source/core/inspector/InspectorStyleSheet.cpp     return styleId(rule->style());
style            1549 Source/core/inspector/InspectorStyleSheet.cpp     if (m_element->isStyledElement() && m_element->style() != m_inspectorStyle->cssStyle())
style            1576 Source/core/inspector/InspectorStyleSheet.cpp     CSSStyleDeclaration* style = styleForId(id);
style            1577 Source/core/inspector/InspectorStyleSheet.cpp     if (!style)
style            1579 Source/core/inspector/InspectorStyleSheet.cpp     ASSERT_UNUSED(style, style == inlineStyle());
style            1632 Source/core/inspector/InspectorStyleSheet.cpp     return m_element->style();
style             291 Source/core/inspector/InspectorStyleSheet.h     virtual InspectorCSSId styleId(CSSStyleDeclaration* style) const OVERRIDE { return InspectorCSSId(id(), 0); }
style             647 Source/core/page/DragController.cpp             EUserDrag dragMode = renderer->style()->userDrag();
style             967 Source/core/page/EventHandler.cpp             direction, curBox->isHorizontalWritingMode(), curBox->style()->isFlippedBlocksWritingMode());
style            1136 Source/core/page/EventHandler.cpp     RenderStyle* style = renderer ? renderer->style() : 0;
style            1150 Source/core/page/EventHandler.cpp     if (style && style->cursors()) {
style            1151 Source/core/page/EventHandler.cpp         const CursorList* cursors = style->cursors();
style            1180 Source/core/page/EventHandler.cpp     switch (style ? style->cursor() : CURSOR_AUTO) {
style            1182 Source/core/page/EventHandler.cpp         bool horizontalText = !style || style->isHorizontalWritingMode();
style            3953 Source/core/page/EventHandler.cpp                 TouchAction action = renderer->style()->touchAction();
style             105 Source/core/page/PrintContext.cpp     bool isHorizontal = view->style()->isHorizontalWritingMode();
style             116 Source/core/page/PrintContext.cpp         if (view->style()->isFlippedBlocksWritingMode()) {
style             123 Source/core/page/PrintContext.cpp         inlineDirectionStart = view->style()->isLeftToRightDirection() ? docRect.x() : docRect.maxX();
style             124 Source/core/page/PrintContext.cpp         inlineDirectionEnd = view->style()->isLeftToRightDirection() ? docRect.maxX() : docRect.x();
style             126 Source/core/page/PrintContext.cpp         if (view->style()->isFlippedBlocksWritingMode()) {
style             133 Source/core/page/PrintContext.cpp         inlineDirectionStart = view->style()->isLeftToRightDirection() ? docRect.y() : docRect.maxY();
style             134 Source/core/page/PrintContext.cpp         inlineDirectionEnd = view->style()->isLeftToRightDirection() ? docRect.maxY() : docRect.y();
style             181 Source/core/page/PrintContext.cpp         useViewWidth = m_frame->document()->renderView()->style()->isHorizontalWritingMode();
style             314 Source/core/page/PrintContext.cpp     RefPtr<RenderStyle> style = document->styleForPage(pageNumber);
style             318 Source/core/page/PrintContext.cpp         if (style->marginLeft().isAuto())
style             320 Source/core/page/PrintContext.cpp         return String::number(style->marginLeft().value());
style             323 Source/core/page/PrintContext.cpp         return String::number(style->lineHeight().value());
style             325 Source/core/page/PrintContext.cpp         return String::number(style->fontDescription().computedPixelSize());
style             327 Source/core/page/PrintContext.cpp         return style->fontDescription().family().family().string();
style             329 Source/core/page/PrintContext.cpp         return String::number(style->pageSize().width().value()) + ' ' + String::number(style->pageSize().height().value());
style             460 Source/core/page/SpatialNavigation.cpp         return (container->renderer()->style()->overflowX() != OHIDDEN && container->renderBox()->scrollLeft() > 0);
style             462 Source/core/page/SpatialNavigation.cpp         return (container->renderer()->style()->overflowY() != OHIDDEN && container->renderBox()->scrollTop() > 0);
style             464 Source/core/page/SpatialNavigation.cpp         return (container->renderer()->style()->overflowX() != OHIDDEN && container->renderBox()->scrollLeft() + container->renderBox()->clientWidth() < container->renderBox()->scrollWidth());
style             466 Source/core/page/SpatialNavigation.cpp         return (container->renderer()->style()->overflowY() != OHIDDEN && container->renderBox()->scrollTop() + container->renderBox()->clientHeight() < container->renderBox()->scrollHeight());
style             528 Source/core/page/SpatialNavigation.cpp         rect.move(node->renderer()->style()->borderLeftWidth(), node->renderer()->style()->borderTopWidth());
style             529 Source/core/page/SpatialNavigation.cpp         rect.setWidth(rect.width() - node->renderer()->style()->borderLeftWidth() - node->renderer()->style()->borderRightWidth());
style             530 Source/core/page/SpatialNavigation.cpp         rect.setHeight(rect.height() - node->renderer()->style()->borderTopWidth() - node->renderer()->style()->borderBottomWidth());
style             686 Source/core/page/SpatialNavigation.cpp             if (((type == FocusTypeLeft || type == FocusTypeRight) && parentNode->renderer()->style()->overflowX() == OHIDDEN)
style             687 Source/core/page/SpatialNavigation.cpp                 || ((type == FocusTypeUp || type == FocusTypeDown) && parentNode->renderer()->style()->overflowY() == OHIDDEN))
style             197 Source/core/page/scrolling/ScrollingCoordinator.cpp         if (layer->renderer()->style()->position() == FixedPosition) {
style             199 Source/core/page/scrolling/ScrollingCoordinator.cpp             bool fixedToRight = !fixedPositionObject->style()->right().isAuto();
style             200 Source/core/page/scrolling/ScrollingCoordinator.cpp             bool fixedToBottom = !fixedPositionObject->style()->bottom().isAuto();
style              73 Source/core/plugins/PluginOcclusionSupport.cpp             if (ro1->style() && ro2->style()) {
style              74 Source/core/plugins/PluginOcclusionSupport.cpp                 int z1 = ro1->style()->zIndex();
style              75 Source/core/plugins/PluginOcclusionSupport.cpp                 int z2 = ro2->style()->zIndex();
style              84 Source/core/plugins/PluginOcclusionSupport.cpp             if (ro2->style()->position() == StaticPosition) {
style              90 Source/core/plugins/PluginOcclusionSupport.cpp                 if (pluginRenderObject->style() && iframeRenderObject->style()) {
style              91 Source/core/plugins/PluginOcclusionSupport.cpp                     if (pluginRenderObject->style()->zIndex() > iframeRenderObject->style()->zIndex())
style             119 Source/core/plugins/PluginOcclusionSupport.cpp         && (!renderer->style() || renderer->style()->visibility() == VISIBLE);
style             155 Source/core/plugins/PluginOcclusionSupport.cpp     if (!pluginNode->style())
style             114 Source/core/rendering/AbstractInlineTextBox.cpp     if (m_renderText->style()->isHorizontalWritingMode())
style              68 Source/core/rendering/AutoTableLayout.cpp                 bool cellHasContent = cell->children()->firstChild() || cell->style()->hasBorder() || cell->style()->hasPadding() || cell->style()->hasBackground();
style             152 Source/core/rendering/AutoTableLayout.cpp             groupLogicalWidth = column->style()->logicalWidth();
style             154 Source/core/rendering/AutoTableLayout.cpp             Length colLogicalWidth = column->style()->logicalWidth();
style             185 Source/core/rendering/AutoTableLayout.cpp         Length tw = table->style()->width();
style             189 Source/core/rendering/AutoTableLayout.cpp                 cb->style()->width().isAuto() && !cb->isOutOfFlowPositioned())
style             194 Source/core/rendering/AutoTableLayout.cpp                 (cb->style()->width().isAuto() || cb->style()->width().isPercent())) {
style             196 Source/core/rendering/AutoTableLayout.cpp                 if (cell->colSpan() > 1 || cell->table()->style()->width().isAuto())
style             249 Source/core/rendering/AutoTableLayout.cpp     Length tableLogicalWidth = m_table->style()->logicalWidth();
style              39 Source/core/rendering/EllipsisBox.cpp     RenderStyle* style = renderer().style(isFirstLineStyle());
style              41 Source/core/rendering/EllipsisBox.cpp     const Font& font = style->font();
style              52 Source/core/rendering/EllipsisBox.cpp     Color styleTextColor = renderer().resolveColor(style, CSSPropertyWebkitTextFillColor);
style              57 Source/core/rendering/EllipsisBox.cpp         paintSelection(context, boxOrigin, style, font);
style              66 Source/core/rendering/EllipsisBox.cpp     const ShadowList* shadowList = context->printing() ? 0 : style->textShadow();
style              82 Source/core/rendering/EllipsisBox.cpp     TextRun textRun = RenderBlockFlow::constructTextRun(&renderer(), font, m_str, style, TextRun::AllowTrailingExpansion);
style              94 Source/core/rendering/EllipsisBox.cpp     paintMarkupBox(paintInfo, paintOffset, lineTop, lineBottom, style);
style             110 Source/core/rendering/EllipsisBox.cpp     if (!anchorBox || !anchorBox->renderer().style()->isLink())
style             116 Source/core/rendering/EllipsisBox.cpp void EllipsisBox::paintMarkupBox(PaintInfo& paintInfo, const LayoutPoint& paintOffset, LayoutUnit lineTop, LayoutUnit lineBottom, RenderStyle* style)
style             124 Source/core/rendering/EllipsisBox.cpp         y() + style->fontMetrics().ascent() - (markupBox->y() + markupBox->renderer().style(isFirstLineStyle())->fontMetrics().ascent()));
style             130 Source/core/rendering/EllipsisBox.cpp     RenderStyle* style = renderer().style(isFirstLineStyle());
style             131 Source/core/rendering/EllipsisBox.cpp     const Font& font = style->font();
style             132 Source/core/rendering/EllipsisBox.cpp     return enclosingIntRect(font.selectionRectForText(RenderBlockFlow::constructTextRun(&renderer(), font, m_str, style, TextRun::AllowTrailingExpansion), IntPoint(logicalLeft(), logicalTop() + root().selectionTopAdjustedForPrecedingBlock()), root().selectionHeightAdjustedForPrecedingBlock()));
style             135 Source/core/rendering/EllipsisBox.cpp void EllipsisBox::paintSelection(GraphicsContext* context, const FloatPoint& boxOrigin, RenderStyle* style, const Font& font)
style             137 Source/core/rendering/EllipsisBox.cpp     Color textColor = renderer().resolveColor(style, CSSPropertyColor);
style             151 Source/core/rendering/EllipsisBox.cpp     const int deltaY = roundToInt(renderer().style()->isFlippedLinesWritingMode() ? selectionBottom - logicalBottom() : logicalTop() - top);
style             156 Source/core/rendering/EllipsisBox.cpp     context->drawHighlightForText(font, RenderBlockFlow::constructTextRun(&renderer(), font, m_str, style, TextRun::AllowTrailingExpansion), localOrigin, h, c);
style             165 Source/core/rendering/EllipsisBox.cpp         RenderStyle* style = renderer().style(isFirstLineStyle());
style             167 Source/core/rendering/EllipsisBox.cpp         LayoutUnit mty = adjustedLocation.y() + style->fontMetrics().ascent() - (markupBox->y() + markupBox->renderer().style(isFirstLineStyle())->fontMetrics().ascent());
style             114 Source/core/rendering/FastTextAutosizer.cpp     if (renderer->isInline() && !renderer->style()->isDisplayReplacedType())
style             139 Source/core/rendering/FastTextAutosizer.cpp         || renderer->style()->isDisplayReplacedType()
style             141 Source/core/rendering/FastTextAutosizer.cpp         || renderer->style()->userModify() != READ_ONLY;
style             167 Source/core/rendering/FastTextAutosizer.cpp         if (renderer->style()->isLink()) {
style             170 Source/core/rendering/FastTextAutosizer.cpp                 matchingFontSize = renderer->style()->specifiedFontSize();
style             171 Source/core/rendering/FastTextAutosizer.cpp             else if (matchingFontSize != renderer->style()->specifiedFontSize())
style             190 Source/core/rendering/FastTextAutosizer.cpp         RenderStyle* style = block->style();
style             191 Source/core/rendering/FastTextAutosizer.cpp         if (style->overflowY() >= OSCROLL)
style             193 Source/core/rendering/FastTextAutosizer.cpp         if (style->height().isSpecified() || style->maxHeight().isSpecified() || block->isOutOfFlowPositioned()) {
style             231 Source/core/rendering/FastTextAutosizer.cpp     if (!block->style()->autoWrap())
style             244 Source/core/rendering/FastTextAutosizer.cpp     return block->style() && block->style()->width().isSpecified();
style             488 Source/core/rendering/FastTextAutosizer.cpp     bool horizontalWritingMode = isHorizontalWritingMode(renderView->style()->writingMode());
style             528 Source/core/rendering/FastTextAutosizer.cpp         if (RenderStyle* style = renderer->style()) {
style             529 Source/core/rendering/FastTextAutosizer.cpp             if (style->textAutosizingMultiplier() != 1)
style             563 Source/core/rendering/FastTextAutosizer.cpp     if (root->isTextArea() || (root->style() && root->style()->userModify() != READ_ONLY)) {
style             595 Source/core/rendering/FastTextAutosizer.cpp             length += toRenderText(descendant)->text().stripWhiteSpace().length() * descendant->style()->specifiedFontSize();
style             631 Source/core/rendering/FastTextAutosizer.cpp     if (RenderStyle* style = renderer->style()) {
style             632 Source/core/rendering/FastTextAutosizer.cpp         data.m_packedStyleProperties = style->direction();
style             633 Source/core/rendering/FastTextAutosizer.cpp         data.m_packedStyleProperties |= (style->position() << 1);
style             634 Source/core/rendering/FastTextAutosizer.cpp         data.m_packedStyleProperties |= (style->floating() << 4);
style             635 Source/core/rendering/FastTextAutosizer.cpp         data.m_packedStyleProperties |= (style->display() << 6);
style             636 Source/core/rendering/FastTextAutosizer.cpp         data.m_packedStyleProperties |= (style->width().type() << 11);
style             641 Source/core/rendering/FastTextAutosizer.cpp         data.m_width = style->width().getFloatValue();
style             806 Source/core/rendering/FastTextAutosizer.cpp         if (block->style()->logicalWidth().isSpecified())
style             807 Source/core/rendering/FastTextAutosizer.cpp             return floatValueForLength(block->style()->logicalWidth(), containingBlock->contentLogicalWidth().toFloat());
style             909 Source/core/rendering/FastTextAutosizer.cpp     RenderStyle* currentStyle = renderer->style();
style             914 Source/core/rendering/FastTextAutosizer.cpp     RefPtr<RenderStyle> style = RenderStyle::clone(currentStyle);
style             915 Source/core/rendering/FastTextAutosizer.cpp     style->setTextAutosizingMultiplier(multiplier);
style             916 Source/core/rendering/FastTextAutosizer.cpp     style->setUnique();
style             920 Source/core/rendering/FastTextAutosizer.cpp         renderer->setStyleInternal(style.release());
style             926 Source/core/rendering/FastTextAutosizer.cpp         renderer->setStyle(style.release());
style              92 Source/core/rendering/FilterEffectRenderer.cpp     const RenderStyle* style = renderer->style();
style              94 Source/core/rendering/FilterEffectRenderer.cpp     float invZoom = 1.0f / ((style ? style->effectiveZoom() : 1.0f) * deviceScaleFactor(renderer->frame()));
style              96 Source/core/rendering/FilterEffectRenderer.cpp     float invZoom = style ? 1.0f / style->effectiveZoom() : 1.0f;
style             324 Source/core/rendering/FilterEffectRenderer.cpp     const RenderStyle* style = renderer ? renderer->style() : 0;
style             325 Source/core/rendering/FilterEffectRenderer.cpp     float zoom = style ? style->effectiveZoom() : 1.0f;
style             102 Source/core/rendering/FixedTableLayout.cpp         Length colStyleLogicalWidth = col->style()->logicalWidth();
style             187 Source/core/rendering/FixedTableLayout.cpp     Length tableLogicalWidth = m_table->style()->logicalWidth();
style             203 Source/core/rendering/FixedTableLayout.cpp     if (m_table->style()->logicalWidth().isPercent() && maxWidth < tableMaxWidth)
style              56 Source/core/rendering/FloatingObjects.cpp     EFloat type = renderer->style()->floating();
style             215 Source/core/rendering/HitTestResult.cpp         dir = renderer->style()->direction();
style             229 Source/core/rendering/HitTestResult.cpp                     dir = renderer->style()->direction();
style             152 Source/core/rendering/ImageQualityController.cpp     if (object->style()->imageRendering() == ImageRenderingOptimizeContrast)
style             126 Source/core/rendering/InlineBox.cpp         return m_bitfields.isText() ? renderer().style(isFirstLineStyle())->fontMetrics().height() : 0;
style             132 Source/core/rendering/InlineBox.cpp     const FontMetrics& fontMetrics = renderer().style(isFirstLineStyle())->fontMetrics();
style             201 Source/core/rendering/InlineBox.cpp     if (parent()->renderer().style()->isFlippedBlocksWritingMode()) // Faster than calling containingBlock().
style             213 Source/core/rendering/InlineBox.cpp     if (parent()->renderer().style()->isFlippedBlocksWritingMode()) // Faster than calling containingBlock().
style             318 Source/core/rendering/InlineBox.cpp     if (!renderer().style()->isFlippedBlocksWritingMode())
style             321 Source/core/rendering/InlineBox.cpp     if (block.style()->isHorizontalWritingMode())
style             329 Source/core/rendering/InlineBox.cpp     if (!renderer().style()->isFlippedBlocksWritingMode())
style             336 Source/core/rendering/InlineBox.cpp     if (!renderer().style()->isFlippedBlocksWritingMode())
style             343 Source/core/rendering/InlineBox.cpp     if (!renderer().style()->isFlippedBlocksWritingMode())
style             350 Source/core/rendering/InlineBox.cpp     if (!renderer().style()->isFlippedBlocksWritingMode())
style             282 Source/core/rendering/InlineBox.h     EVerticalAlign verticalAlign() const { return renderer().style(m_bitfields.firstLine())->verticalAlign(); }
style             121 Source/core/rendering/InlineFlowBox.cpp         RenderStyle* parentStyle = renderer().style(isFirstLineStyle());
style             122 Source/core/rendering/InlineFlowBox.cpp         RenderStyle* childStyle = child->renderer().style(isFirstLineStyle());
style             159 Source/core/rendering/InlineFlowBox.cpp             RenderStyle* childStyle = child->renderer().style(isFirstLineStyle());
style             166 Source/core/rendering/InlineFlowBox.cpp         } else if (!child->renderer().isBR() && (child->renderer().style(isFirstLineStyle())->boxShadow() || child->boxModelObject()->hasSelfPaintingLayer()
style             168 Source/core/rendering/InlineFlowBox.cpp             || child->renderer().style(isFirstLineStyle())->hasBorderImageOutsets()
style             169 Source/core/rendering/InlineFlowBox.cpp             || child->renderer().style(isFirstLineStyle())->hasOutline())) {
style             313 Source/core/rendering/InlineFlowBox.cpp         bool ltr = renderer().style()->isLeftToRightDirection();
style             319 Source/core/rendering/InlineFlowBox.cpp             if (renderer().style()->boxDecorationBreak() == DCLONE)
style             336 Source/core/rendering/InlineFlowBox.cpp             if (renderer().style()->boxDecorationBreak() == DCLONE)
style             387 Source/core/rendering/InlineFlowBox.cpp                     logicalLeft += rt.style(isFirstLineStyle())->font().fontDescription().wordSpacing();
style             398 Source/core/rendering/InlineFlowBox.cpp                 if (curr->renderer().parent()->style()->isLeftToRightDirection()) {
style             444 Source/core/rendering/InlineFlowBox.cpp     if (renderer().style(isFirstLineStyle())->fontDescription().nonCJKGlyphOrientation() == NonCJKGlyphOrientationUpright
style             445 Source/core/rendering/InlineFlowBox.cpp         || renderer().style(isFirstLineStyle())->font().primaryFont()->hasVerticalGlyphs())
style             456 Source/core/rendering/InlineFlowBox.cpp             if (curr->renderer().style(isFirstLineStyle())->font().primaryFont()->hasVerticalGlyphs())
style             606 Source/core/rendering/InlineFlowBox.cpp         const FontMetrics& fontMetrics = renderer().style(isFirstLineStyle())->fontMetrics();
style             648 Source/core/rendering/InlineFlowBox.cpp             const FontMetrics& fontMetrics = curr->renderer().style(isFirstLineStyle())->fontMetrics();
style             652 Source/core/rendering/InlineFlowBox.cpp                 newLogicalTop -= boxObject.style(isFirstLineStyle())->isHorizontalWritingMode() ? boxObject.borderTop() + boxObject.paddingTop() :
style             672 Source/core/rendering/InlineFlowBox.cpp                 if (renderer().style()->isFlippedLinesWritingMode() == (curr->renderer().style()->rubyPosition() == RubyPositionAfter))
style             681 Source/core/rendering/InlineFlowBox.cpp                     newLogicalTop += !renderer().style()->isFlippedLinesWritingMode() ? topRubyBaseLeading : bottomRubyBaseLeading;
style             687 Source/core/rendering/InlineFlowBox.cpp                 if (toInlineTextBox(curr)->getEmphasisMarkPosition(curr->renderer().style(isFirstLineStyle()), emphasisMarkPosition)) {
style             689 Source/core/rendering/InlineFlowBox.cpp                     if (emphasisMarkIsOver != curr->renderer().style(isFirstLineStyle())->isFlippedLinesWritingMode())
style             729 Source/core/rendering/InlineFlowBox.cpp         if (renderer().style()->isFlippedLinesWritingMode())
style             773 Source/core/rendering/InlineFlowBox.cpp     RenderStyle* style = renderer().style(isFirstLineStyle());
style             774 Source/core/rendering/InlineFlowBox.cpp     if (!style->boxShadow())
style             779 Source/core/rendering/InlineFlowBox.cpp     style->getBoxShadowBlockDirectionExtent(boxShadowLogicalTop, boxShadowLogicalBottom);
style             783 Source/core/rendering/InlineFlowBox.cpp     LayoutUnit shadowLogicalTop = style->isFlippedLinesWritingMode() ? -boxShadowLogicalBottom : boxShadowLogicalTop;
style             784 Source/core/rendering/InlineFlowBox.cpp     LayoutUnit shadowLogicalBottom = style->isFlippedLinesWritingMode() ? -boxShadowLogicalTop : boxShadowLogicalBottom;
style             791 Source/core/rendering/InlineFlowBox.cpp     style->getBoxShadowInlineDirectionExtent(boxShadowLogicalLeft, boxShadowLogicalRight);
style             806 Source/core/rendering/InlineFlowBox.cpp     RenderStyle* style = renderer().style(isFirstLineStyle());
style             807 Source/core/rendering/InlineFlowBox.cpp     if (!style->hasBorderImageOutsets())
style             810 Source/core/rendering/InlineFlowBox.cpp     LayoutBoxExtent borderOutsets = style->borderImageOutsets();
style             812 Source/core/rendering/InlineFlowBox.cpp     LayoutUnit borderOutsetLogicalTop = borderOutsets.logicalTop(style->writingMode());
style             813 Source/core/rendering/InlineFlowBox.cpp     LayoutUnit borderOutsetLogicalBottom = borderOutsets.logicalBottom(style->writingMode());
style             814 Source/core/rendering/InlineFlowBox.cpp     LayoutUnit borderOutsetLogicalLeft = borderOutsets.logicalLeft(style->writingMode());
style             815 Source/core/rendering/InlineFlowBox.cpp     LayoutUnit borderOutsetLogicalRight = borderOutsets.logicalRight(style->writingMode());
style             819 Source/core/rendering/InlineFlowBox.cpp     LayoutUnit outsetLogicalTop = style->isFlippedLinesWritingMode() ? borderOutsetLogicalBottom : borderOutsetLogicalTop;
style             820 Source/core/rendering/InlineFlowBox.cpp     LayoutUnit outsetLogicalBottom = style->isFlippedLinesWritingMode() ? borderOutsetLogicalTop : borderOutsetLogicalBottom;
style             841 Source/core/rendering/InlineFlowBox.cpp     RenderStyle* style = renderer().style(isFirstLineStyle());
style             842 Source/core/rendering/InlineFlowBox.cpp     if (!style->hasOutline())
style             845 Source/core/rendering/InlineFlowBox.cpp     logicalVisualOverflow.inflate(style->outlineSize());
style             853 Source/core/rendering/InlineFlowBox.cpp     RenderStyle* style = textBox->renderer().style(isFirstLineStyle());
style             857 Source/core/rendering/InlineFlowBox.cpp     bool isFlippedLine = style->isFlippedLinesWritingMode();
style             864 Source/core/rendering/InlineFlowBox.cpp     int strokeOverflow = static_cast<int>(ceilf(style->textStrokeWidth() / 2.0f));
style             871 Source/core/rendering/InlineFlowBox.cpp     if (style->textEmphasisMark() != TextEmphasisMarkNone && textBox->getEmphasisMarkPosition(style, emphasisMarkPosition)) {
style             872 Source/core/rendering/InlineFlowBox.cpp         int emphasisMarkHeight = style->font().emphasisMarkHeight(style->textEmphasisMarkString());
style             873 Source/core/rendering/InlineFlowBox.cpp         if ((emphasisMarkPosition == TextEmphasisPositionOver) == (!style->isFlippedLinesWritingMode()))
style             881 Source/core/rendering/InlineFlowBox.cpp     rightGlyphOverflow -= min(0, (int)style->font().fontDescription().letterSpacing());
style             885 Source/core/rendering/InlineFlowBox.cpp     style->getTextShadowBlockDirectionExtent(textShadowLogicalTop, textShadowLogicalBottom);
style             892 Source/core/rendering/InlineFlowBox.cpp     style->getTextShadowInlineDirectionExtent(textShadowLogicalLeft, textShadowLogicalRight);
style             916 Source/core/rendering/InlineFlowBox.cpp         LayoutRect childLogicalVisualOverflow = box.logicalVisualOverflowRectForPropagation(renderer().style());
style             924 Source/core/rendering/InlineFlowBox.cpp     LayoutRect childLogicalLayoutOverflow = box.logicalLayoutOverflowRectForPropagation(renderer().style());
style            1101 Source/core/rendering/InlineFlowBox.cpp             if (renderer().style()->visibility() == VISIBLE && renderer().hasOutline() && !isRootInlineBox()) {
style            1171 Source/core/rendering/InlineFlowBox.cpp     bool hasFillImage = image && image->canRender(&renderer(), renderer().style()->effectiveZoom());
style            1172 Source/core/rendering/InlineFlowBox.cpp     return (!hasFillImage && !renderer().style()->hasBorderRadius()) || (!prevLineBox() && !nextLineBox()) || !parent();
style            1178 Source/core/rendering/InlineFlowBox.cpp     bool hasFillImage = img && img->canRender(&renderer(), renderer().style()->effectiveZoom());
style            1179 Source/core/rendering/InlineFlowBox.cpp     if ((!hasFillImage && !renderer().style()->hasBorderRadius()) || (!prevLineBox() && !nextLineBox()) || !parent()) {
style            1181 Source/core/rendering/InlineFlowBox.cpp     } else if (renderer().style()->boxDecorationBreak() == DCLONE) {
style            1194 Source/core/rendering/InlineFlowBox.cpp         if (renderer().style()->direction() == LTR) {
style            1252 Source/core/rendering/InlineFlowBox.cpp     RenderStyle* style = box->renderer().style();
style            1253 Source/core/rendering/InlineFlowBox.cpp     LayoutBoxExtent outsets = style->imageOutsets(image);
style            1278 Source/core/rendering/InlineFlowBox.cpp     if (!paintInfo.shouldPaintWithinRoot(&renderer()) || renderer().style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseForeground)
style            1295 Source/core/rendering/InlineFlowBox.cpp     RenderStyle* styleToUse = renderer().style(isFirstLineStyle());
style            1296 Source/core/rendering/InlineFlowBox.cpp     if ((!parent() && isFirstLineStyle() && styleToUse != renderer().style()) || (parent() && renderer().hasBoxDecorations())) {
style            1308 Source/core/rendering/InlineFlowBox.cpp         if (parent() && renderer().style()->hasBorder()) {
style            1309 Source/core/rendering/InlineFlowBox.cpp             const NinePieceImage& borderImage = renderer().style()->borderImage();
style            1318 Source/core/rendering/InlineFlowBox.cpp                 boxModelObject()->paintBorder(paintInfo, paintRect, renderer().style(isFirstLineStyle()), BackgroundBleedNone, includeLogicalLeftEdge(), includeLogicalRightEdge());
style            1342 Source/core/rendering/InlineFlowBox.cpp                 boxModelObject()->paintBorder(paintInfo, LayoutRect(stripX, stripY, stripWidth, stripHeight), renderer().style(isFirstLineStyle()));
style            1350 Source/core/rendering/InlineFlowBox.cpp     if (!paintInfo.shouldPaintWithinRoot(&renderer()) || renderer().style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseMask)
style            1363 Source/core/rendering/InlineFlowBox.cpp     const NinePieceImage& maskNinePieceImage = renderer().style()->maskBoxImage();
style            1364 Source/core/rendering/InlineFlowBox.cpp     StyleImage* maskBoxImage = renderer().style()->maskBoxImage().image();
style            1372 Source/core/rendering/InlineFlowBox.cpp         if ((maskBoxImage && renderer().style()->maskLayers()->hasImage()) || renderer().style()->maskLayers()->next())
style            1384 Source/core/rendering/InlineFlowBox.cpp     paintFillLayers(paintInfo, Color::transparent, renderer().style()->maskLayers(), paintRect, compositeOp);
style            1386 Source/core/rendering/InlineFlowBox.cpp     bool hasBoxImage = maskBoxImage && maskBoxImage->canRender(&renderer(), renderer().style()->effectiveZoom());
style            1396 Source/core/rendering/InlineFlowBox.cpp         boxModelObject()->paintNinePieceImage(paintInfo.context, LayoutRect(adjustedPaintOffset, frameRect.size()), renderer().style(), maskNinePieceImage, compositeOp);
style            1414 Source/core/rendering/InlineFlowBox.cpp         boxModelObject()->paintNinePieceImage(paintInfo.context, LayoutRect(stripX, stripY, stripWidth, stripHeight), renderer().style(), maskNinePieceImage, compositeOp);
style            1497 Source/core/rendering/InlineFlowBox.cpp         if (curr->renderer().isReplaced() && curr->renderer().isRubyRun() && curr->renderer().style()->rubyPosition() == RubyPositionBefore) {
style            1503 Source/core/rendering/InlineFlowBox.cpp             if (!rubyRun.style()->isFlippedLinesWritingMode()) {
style            1519 Source/core/rendering/InlineFlowBox.cpp             RenderStyle* style = curr->renderer().style(isFirstLineStyle());
style            1521 Source/core/rendering/InlineFlowBox.cpp             if (style->textEmphasisMark() != TextEmphasisMarkNone && toInlineTextBox(curr)->getEmphasisMarkPosition(style, emphasisMarkPosition) && emphasisMarkPosition == TextEmphasisPositionOver) {
style            1522 Source/core/rendering/InlineFlowBox.cpp                 if (!style->isFlippedLinesWritingMode()) {
style            1523 Source/core/rendering/InlineFlowBox.cpp                     int topOfEmphasisMark = curr->logicalTop() - style->font().emphasisMarkHeight(style->textEmphasisMarkString());
style            1526 Source/core/rendering/InlineFlowBox.cpp                     int bottomOfEmphasisMark = curr->logicalBottom() + style->font().emphasisMarkHeight(style->textEmphasisMarkString());
style            1545 Source/core/rendering/InlineFlowBox.cpp         if (curr->renderer().isReplaced() && curr->renderer().isRubyRun() && curr->renderer().style()->rubyPosition() == RubyPositionAfter) {
style            1551 Source/core/rendering/InlineFlowBox.cpp             if (rubyRun.style()->isFlippedLinesWritingMode()) {
style            1567 Source/core/rendering/InlineFlowBox.cpp             RenderStyle* style = curr->renderer().style(isFirstLineStyle());
style            1568 Source/core/rendering/InlineFlowBox.cpp             if (style->textEmphasisMark() != TextEmphasisMarkNone && style->textEmphasisPosition() == TextEmphasisPositionUnder) {
style            1569 Source/core/rendering/InlineFlowBox.cpp                 if (!style->isFlippedLinesWritingMode()) {
style            1570 Source/core/rendering/InlineFlowBox.cpp                     LayoutUnit bottomOfEmphasisMark = curr->logicalBottom() + style->font().emphasisMarkHeight(style->textEmphasisMarkString());
style            1573 Source/core/rendering/InlineFlowBox.cpp                     LayoutUnit topOfEmphasisMark = curr->logicalTop() - style->font().emphasisMarkHeight(style->textEmphasisMarkString());
style            1598 Source/core/rendering/InlineFlowBox.cpp     if (renderer().style()->rtlOrdering() == VisualOrder)
style              64 Source/core/rendering/InlineFlowBox.h         m_hasTextChildren = obj.style()->display() == LIST_ITEM;
style             143 Source/core/rendering/InlineFlowBox.h         return isHorizontal() ? renderer().style(isFirstLineStyle())->borderLeftWidth() : renderer().style(isFirstLineStyle())->borderTopWidth();
style             149 Source/core/rendering/InlineFlowBox.h         return isHorizontal() ? renderer().style(isFirstLineStyle())->borderRightWidth() : renderer().style(isFirstLineStyle())->borderBottomWidth();
style             135 Source/core/rendering/InlineIterator.h     RenderStyle* style = object->style();
style             136 Source/core/rendering/InlineIterator.h     EUnicodeBidi unicodeBidi = style->unicodeBidi();
style             153 Source/core/rendering/InlineIterator.h         observer->embed(embedCharFromDirection(style->direction(), unicodeBidi), FromStyleOrDOM);
style             162 Source/core/rendering/InlineIterator.h     EUnicodeBidi unicodeBidi = object->style()->unicodeBidi();
style             366 Source/core/rendering/InlineIterator.h     if (!isolatedIterator.object() || !isIsolated(isolatedIterator.object()->style()->unicodeBidi()))
style             431 Source/core/rendering/InlineIterator.h         return m_obj->style()->isLeftToRightDirection() ? WTF::Unicode::LeftToRight : WTF::Unicode::RightToLeft;
style             459 Source/core/rendering/InlineIterator.h         return !renderer->style()->preserveNewline();
style             509 Source/core/rendering/InlineIterator.h     if (!m_runs.logicallyLastRun()->m_object->style()->breakOnlyAfterWhiteSpace()
style             510 Source/core/rendering/InlineIterator.h         || !m_runs.logicallyLastRun()->m_object->style()->autoWrap())
style             518 Source/core/rendering/InlineIterator.h     return object->isRenderInline() && isIsolated(object->style()->unicodeBidi());
style             160 Source/core/rendering/InlineTextBox.cpp         int endOfLineAdjustmentForCSSLineBreak = renderer().style()->lineBreak() == LineBreakAfterWhiteSpace ? -1 : 0;
style             207 Source/core/rendering/InlineTextBox.cpp     RenderStyle* styleToUse = textRenderer().style(isFirstLineStyle());
style             369 Source/core/rendering/InlineTextBox.cpp     return renderer().isBR() || (renderer().style()->preserveNewline() && len() == 1 && (*textRenderer().text().impl())[start()] == '\n');
style             444 Source/core/rendering/InlineTextBox.cpp bool InlineTextBox::getEmphasisMarkPosition(RenderStyle* style, TextEmphasisPosition& emphasisPosition) const
style             447 Source/core/rendering/InlineTextBox.cpp     if (style->textEmphasisMark() == TextEmphasisMarkNone)
style             450 Source/core/rendering/InlineTextBox.cpp     emphasisPosition = style->textEmphasisPosition();
style             469 Source/core/rendering/InlineTextBox.cpp     if (isLineBreak() || !paintInfo.shouldPaintWithinRoot(&renderer()) || renderer().style()->visibility() != VISIBLE
style             497 Source/core/rendering/InlineTextBox.cpp         if (renderer().containingBlock()->style()->isLeftToRightDirection() != isLeftToRightDirection()) {
style             517 Source/core/rendering/InlineTextBox.cpp     RenderStyle* styleToUse = rendererToUse.style(isFirstLineStyle());
style             822 Source/core/rendering/InlineTextBox.cpp void InlineTextBox::paintSelection(GraphicsContext* context, const FloatPoint& boxOrigin, RenderStyle* style, const Font& font, Color textColor)
style             855 Source/core/rendering/InlineTextBox.cpp     TextRun textRun = constructTextRun(style, font, string, textRenderer().textLength() - m_start, respectHyphen ? &charactersWithHyphen : 0);
style             862 Source/core/rendering/InlineTextBox.cpp     int deltaY = roundToInt(renderer().style()->isFlippedLinesWritingMode() ? selectionBottom - logicalBottom() : logicalTop() - selectionTop);
style             874 Source/core/rendering/InlineTextBox.cpp void InlineTextBox::paintCompositionBackground(GraphicsContext* context, const FloatPoint& boxOrigin, RenderStyle* style, const Font& font, int startPos, int endPos)
style             889 Source/core/rendering/InlineTextBox.cpp     int deltaY = renderer().style()->isFlippedLinesWritingMode() ? selectionBottom() - logicalBottom() : logicalTop() - selectionTop();
style             892 Source/core/rendering/InlineTextBox.cpp     context->drawHighlightForText(font, constructTextRun(style, font), localOrigin, selHeight, c, sPos, ePos);
style            1077 Source/core/rendering/InlineTextBox.cpp     context->setStrokeStyle(textDecorationStyleToStrokeStyle(decoration.style));
style            1080 Source/core/rendering/InlineTextBox.cpp     switch (decoration.style) {
style            1091 Source/core/rendering/InlineTextBox.cpp         if (decoration.style == TextDecorationStyleDouble)
style            1124 Source/core/rendering/InlineTextBox.cpp     RenderStyle* styleToUse = renderer().style(isFirstLineStyle());
style            1139 Source/core/rendering/InlineTextBox.cpp     bool antialiasDecoration = shouldSetDecorationAntialias(overline.style, underline.style, linethrough.style)
style            1204 Source/core/rendering/InlineTextBox.cpp void InlineTextBox::paintDocumentMarker(GraphicsContext* pt, const FloatPoint& boxOrigin, DocumentMarker* marker, RenderStyle* style, const Font& font, bool grammar)
style            1233 Source/core/rendering/InlineTextBox.cpp         int deltaY = renderer().style()->isFlippedLinesWritingMode() ? selectionBottom() - logicalBottom() : logicalTop() - selectionTop();
style            1236 Source/core/rendering/InlineTextBox.cpp         TextRun run = constructTextRun(style, font);
style            1259 Source/core/rendering/InlineTextBox.cpp     int baseline = renderer().style(isFirstLineStyle())->fontMetrics().ascent();
style            1272 Source/core/rendering/InlineTextBox.cpp void InlineTextBox::paintTextMatchMarker(GraphicsContext* pt, const FloatPoint& boxOrigin, DocumentMarker* marker, RenderStyle* style, const Font& font)
style            1276 Source/core/rendering/InlineTextBox.cpp     int deltaY = renderer().style()->isFlippedLinesWritingMode() ? selectionBottom() - logicalBottom() : logicalTop() - selectionTop();
style            1281 Source/core/rendering/InlineTextBox.cpp     TextRun run = constructTextRun(style, font);
style            1300 Source/core/rendering/InlineTextBox.cpp void InlineTextBox::paintDocumentMarkers(GraphicsContext* pt, const FloatPoint& boxOrigin, RenderStyle* style, const Font& font, bool background)
style            1340 Source/core/rendering/InlineTextBox.cpp                 paintDocumentMarker(pt, boxOrigin, marker, style, font, false);
style            1343 Source/core/rendering/InlineTextBox.cpp                 paintDocumentMarker(pt, boxOrigin, marker, style, font, true);
style            1346 Source/core/rendering/InlineTextBox.cpp                 paintTextMatchMarker(pt, boxOrigin, marker, style, font);
style            1386 Source/core/rendering/InlineTextBox.cpp     int baseline = renderer().style(isFirstLineStyle())->fontMetrics().ascent();
style            1432 Source/core/rendering/InlineTextBox.cpp     RenderStyle* style = text.style(isFirstLineStyle());
style            1433 Source/core/rendering/InlineTextBox.cpp     const Font& font = style->font();
style            1434 Source/core/rendering/InlineTextBox.cpp     return font.offsetForPosition(constructTextRun(style, font), lineOffset - logicalLeft(), includePartialGlyphs);
style            1448 Source/core/rendering/InlineTextBox.cpp     RenderStyle* styleToUse = text.style(isFirstLineStyle());
style            1485 Source/core/rendering/InlineTextBox.cpp     RenderStyle* styleToUse = textRenderer().style(isFirstLineStyle());
style            1501 Source/core/rendering/InlineTextBox.cpp TextRun InlineTextBox::constructTextRun(RenderStyle* style, const Font& font, StringBuilder* charactersWithHyphen) const
style            1503 Source/core/rendering/InlineTextBox.cpp     ASSERT(style);
style            1513 Source/core/rendering/InlineTextBox.cpp     return constructTextRun(style, font, string, textRenderer().textLength() - startPos, charactersWithHyphen);
style            1516 Source/core/rendering/InlineTextBox.cpp TextRun InlineTextBox::constructTextRun(RenderStyle* style, const Font& font, StringView string, int maximumLength, StringBuilder* charactersWithHyphen) const
style            1518 Source/core/rendering/InlineTextBox.cpp     ASSERT(style);
style            1521 Source/core/rendering/InlineTextBox.cpp         const AtomicString& hyphenString = style->hyphenString();
style            1531 Source/core/rendering/InlineTextBox.cpp     TextRun run(string, textPos(), expansion(), expansionBehavior(), direction(), dirOverride() || style->rtlOrdering() == VisualOrder, !textRenderer().canUseSimpleFontCodePath());
style            1532 Source/core/rendering/InlineTextBox.cpp     run.setTabSize(!style->collapseWhiteSpace(), style->tabSize());
style            1543 Source/core/rendering/InlineTextBox.cpp TextRun InlineTextBox::constructTextRunForInspector(RenderStyle* style, const Font& font) const
style            1545 Source/core/rendering/InlineTextBox.cpp     return InlineTextBox::constructTextRun(style, font);
style              45 Source/core/rendering/LayoutState.cpp     bool fixed = renderer.isOutOfFlowPositioned() && renderer.style()->position() == FixedPosition;
style              87 Source/core/rendering/LayoutState.cpp         bool isFlipped = renderer.style()->isFlippedBlocksWritingMode();
style              70 Source/core/rendering/OrderIterator.cpp     } while (!m_currentChild || m_currentChild->style()->order() != *m_orderValuesIterator);
style             116 Source/core/rendering/OrderIterator.cpp     m_iterator.m_orderValues.insert(child->style()->order());
style              49 Source/core/rendering/RenderBR.cpp         RenderStyle* s = style(firstLine);
style              50 Source/core/rendering/RenderBR.cpp         if (s != style())
style              55 Source/core/rendering/RenderBR.cpp         m_lineHeight = style()->computedLineHeight();
style             282 Source/core/rendering/RenderBlock.cpp     RenderStyle* oldStyle = style();
style             295 Source/core/rendering/RenderBlock.cpp             while (cb && (cb->style()->position() == StaticPosition || (cb->isInline() && !cb->isReplaced())) && !cb->isRenderView()) {
style             296 Source/core/rendering/RenderBlock.cpp                 if (cb->style()->position() == RelativePosition && cb->isInline() && !cb->isReplaced()) {
style             329 Source/core/rendering/RenderBlock.cpp     RenderStyle* newStyle = style();
style             408 Source/core/rendering/RenderBlock.cpp     bool childIsNormal = newChild->isInline() || !newChild->style()->columnSpan();
style             409 Source/core/rendering/RenderBlock.cpp     bool bcpIsNormal = beforeChildParent->isInline() || !beforeChildParent->style()->columnSpan();
style             410 Source/core/rendering/RenderBlock.cpp     bool flowIsNormal = flow->isInline() || !flow->style()->columnSpan();
style             454 Source/core/rendering/RenderBlock.cpp     bool newChildHasColumnSpan = newChild->style()->columnSpan() && !newChild->isInline();
style             511 Source/core/rendering/RenderBlock.cpp         if (currBlock->style()->specifiesColumns() && (allowAnonymousColumnBlock || !currBlock->isAnonymousColumnsBlock()))
style             528 Source/core/rendering/RenderBlock.cpp         RenderObject* cloneRenderer = toElement(node())->createRenderer(style());
style             530 Source/core/rendering/RenderBlock.cpp         cloneBlock->setStyle(style());
style             727 Source/core/rendering/RenderBlock.cpp     if (!newChild->isText() && newChild->style()->columnSpan() && !newChild->isBeforeOrAfterContent()
style            1094 Source/core/rendering/RenderBlock.cpp             RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(style(), BLOCK);
style            1137 Source/core/rendering/RenderBlock.cpp             && (!anonymousBlock->previousSibling() || (anonymousBlock->previousSibling()->style()->styleType() != NOPSEUDO && anonymousBlock->previousSibling()->isFloating() && !anonymousBlock->previousSibling()->previousSibling()))
style            1138 Source/core/rendering/RenderBlock.cpp             && (!anonymousBlock->nextSibling() || (anonymousBlock->nextSibling()->style()->styleType() != NOPSEUDO && anonymousBlock->nextSibling()->isFloating() && !anonymousBlock->nextSibling()->nextSibling()))) {
style            1196 Source/core/rendering/RenderBlock.cpp         || style()->logicalMinHeight().isPositive()
style            1197 Source/core/rendering/RenderBlock.cpp         || style()->marginBeforeCollapse() == MSEPARATE || style()->marginAfterCollapse() == MSEPARATE)
style            1200 Source/core/rendering/RenderBlock.cpp     Length logicalHeightLength = style()->logicalHeight();
style            1205 Source/core/rendering/RenderBlock.cpp             if (cb->style()->logicalHeight().isFixed() || cb->isTableCell())
style            1265 Source/core/rendering/RenderBlock.cpp         if (style()->isFlippedBlocksWritingMode()) {
style            1304 Source/core/rendering/RenderBlock.cpp     appendImagesFromStyle(images, *style());
style            1344 Source/core/rendering/RenderBlock.cpp         if (containerBlock->style()->writingMode() != currentBlock->style()->writingMode()) {
style            1349 Source/core/rendering/RenderBlock.cpp             if (containerBlock->style()->isFlippedBlocksWritingMode()) {
style            1459 Source/core/rendering/RenderBlock.cpp         if (positionedObject->style()->position() != FixedPosition)
style            1466 Source/core/rendering/RenderBlock.cpp     if (!style()->hasAppearance())
style            1477 Source/core/rendering/RenderBlock.cpp         || style()->specifiesColumns() || isTableCell() || isTableCaption() || isFieldset() || isWritingModeRoot() || isRoot() || style()->columnSpan();
style            1577 Source/core/rendering/RenderBlock.cpp     if (child->style()->position() != FixedPosition)
style            1580 Source/core/rendering/RenderBlock.cpp     bool hasStaticBlockPosition = child->style()->hasStaticBlockPosition(isHorizontalWritingMode());
style            1581 Source/core/rendering/RenderBlock.cpp     bool hasStaticInlinePosition = child->style()->hasStaticInlinePosition(isHorizontalWritingMode());
style            1586 Source/core/rendering/RenderBlock.cpp     while (o && !o->isRenderView() && o->style()->position() != AbsolutePosition)
style            1588 Source/core/rendering/RenderBlock.cpp     if (o->style()->position() != AbsolutePosition)
style            1611 Source/core/rendering/RenderBlock.cpp     Length marginLeft = child->style()->marginStartUsing(style());
style            1612 Source/core/rendering/RenderBlock.cpp     Length marginRight = child->style()->marginEndUsing(style());
style            1651 Source/core/rendering/RenderBlock.cpp         if (relayoutChildren || (r->style()->hasStaticBlockPosition(isHorizontalWritingMode()) && r->parent() != this))
style            1760 Source/core/rendering/RenderBlock.cpp     if (hasOverflowClip() && style()->visibility() == VISIBLE && (phase == PaintPhaseBlockBackground || phase == PaintPhaseChildBlockBackground) && paintInfo.shouldPaintWithinRoot(this) && !paintInfo.paintRootBackgroundOnly())
style            1770 Source/core/rendering/RenderBlock.cpp     bool ruleTransparent = style()->columnRuleIsTransparent();
style            1771 Source/core/rendering/RenderBlock.cpp     EBorderStyle ruleStyle = style()->columnRuleStyle();
style            1772 Source/core/rendering/RenderBlock.cpp     LayoutUnit ruleThickness = style()->columnRuleWidth();
style            1784 Source/core/rendering/RenderBlock.cpp         bool leftToRight = style()->isLeftToRightDirection();
style            1816 Source/core/rendering/RenderBlock.cpp         bool topToBottom = !style()->isFlippedBlocksWritingMode();
style            1903 Source/core/rendering/RenderBlock.cpp         if (style()->isFlippedBlocksWritingMode())
style            2014 Source/core/rendering/RenderBlock.cpp     if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && style()->visibility() == VISIBLE) {
style            2021 Source/core/rendering/RenderBlock.cpp     if (paintPhase == PaintPhaseMask && style()->visibility() == VISIBLE) {
style            2026 Source/core/rendering/RenderBlock.cpp     if (paintPhase == PaintPhaseClippingMask && style()->visibility() == VISIBLE) {
style            2058 Source/core/rendering/RenderBlock.cpp     if ((paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseSelfOutline) && hasOutline() && style()->visibility() == VISIBLE)
style            2064 Source/core/rendering/RenderBlock.cpp         if (inlineCont && inlineCont->hasOutline() && inlineCont->style()->visibility() == VISIBLE) {
style            2174 Source/core/rendering/RenderBlock.cpp     return selectionState() != SelectionNone && style()->visibility() == VISIBLE && isSelectionRoot();
style            2305 Source/core/rendering/RenderBlock.cpp     if (hasColumns() || hasTransform() || style()->columnSpan()) {
style            2442 Source/core/rendering/RenderBlock.cpp     bool ltr = style()->isLeftToRightDirection();
style            2698 Source/core/rendering/RenderBlock.cpp     if (style()->textIndent().isPercent())
style            2700 Source/core/rendering/RenderBlock.cpp     return minimumValueForLength(style()->textIndent(), cw);
style            2724 Source/core/rendering/RenderBlock.cpp     return RenderBox::avoidsFloats() || !style()->hasAutoColumnCount() || !style()->hasAutoColumnWidth();
style            2791 Source/core/rendering/RenderBlock.cpp     if (!isRenderView() && style()->hasBorderRadius()) {
style            2794 Source/core/rendering/RenderBlock.cpp         RoundedRect border = style()->getRoundedBorderFor(borderRect);
style            2818 Source/core/rendering/RenderBlock.cpp         , m_direction(m_block.style()->isFlippedBlocksWritingMode() ? 1 : -1)
style            2994 Source/core/rendering/RenderBlock.cpp     bool linesAreFlipped = style()->isFlippedLinesWritingMode();
style            2995 Source/core/rendering/RenderBlock.cpp     bool blocksAreFlipped = style()->isFlippedBlocksWritingMode();
style            3077 Source/core/rendering/RenderBlock.cpp     return box->height() && box->style()->visibility() == VISIBLE && !box->isFloatingOrOutOfFlowPositioned();
style            3113 Source/core/rendering/RenderBlock.cpp     bool blocksAreFlipped = style()->isFlippedBlocksWritingMode();
style            3157 Source/core/rendering/RenderBlock.cpp     if (style()->hasNormalColumnGap())
style            3158 Source/core/rendering/RenderBlock.cpp         return style()->fontDescription().computedPixelSize(); // "1em" is recommended as the normal gap setting. Matches <p> margins.
style            3159 Source/core/rendering/RenderBlock.cpp     return static_cast<int>(style()->columnGap());
style            3173 Source/core/rendering/RenderBlock.cpp     if (document().paginated() || !style()->specifiesColumns()) {
style            3180 Source/core/rendering/RenderBlock.cpp     LayoutUnit colWidth = max<LayoutUnit>(1, LayoutUnit(style()->columnWidth()));
style            3181 Source/core/rendering/RenderBlock.cpp     int colCount = max<int>(1, style()->columnCount());
style            3183 Source/core/rendering/RenderBlock.cpp     if (style()->hasAutoColumnWidth() && !style()->hasAutoColumnCount()) {
style            3186 Source/core/rendering/RenderBlock.cpp     } else if (!style()->hasAutoColumnWidth() && style()->hasAutoColumnCount()) {
style            3200 Source/core/rendering/RenderBlock.cpp     bool isPaginated = style()->isOverflowPaged() && node() != document().viewportDefiningElement();
style            3203 Source/core/rendering/RenderBlock.cpp         && (desiredColumnCount != 1 || !style()->hasAutoColumnWidth() || isPaginated)
style            3228 Source/core/rendering/RenderBlock.cpp         if (style()->isOverflowPaged()) {
style            3230 Source/core/rendering/RenderBlock.cpp             info->setProgressionAxis(style()->hasInlinePaginationAxis() ? ColumnInfo::InlineAxis : ColumnInfo::BlockAxis);
style            3270 Source/core/rendering/RenderBlock.cpp         if (style()->isLeftToRightDirection())
style            3326 Source/core/rendering/RenderBlock.cpp                     point.move(columnPoint.x() - colRect.x(), (!style()->isFlippedBlocksWritingMode() ? logicalOffset : -logicalOffset));
style            3328 Source/core/rendering/RenderBlock.cpp                     point.move((!style()->isFlippedBlocksWritingMode() ? logicalOffset : -logicalOffset) - colRect.x() + borderLeft() + paddingLeft(), 0);
style            3358 Source/core/rendering/RenderBlock.cpp                     point.move((!style()->isFlippedBlocksWritingMode() ? logicalOffset : -logicalOffset), columnPoint.y() - colRect.y());
style            3360 Source/core/rendering/RenderBlock.cpp                     point.move(0, (!style()->isFlippedBlocksWritingMode() ? logicalOffset : -logicalOffset) - colRect.y() + borderTop() + paddingTop());
style            3432 Source/core/rendering/RenderBlock.cpp     if (!hasColumns() || !style()->isFlippedBlocksWritingMode())
style            3445 Source/core/rendering/RenderBlock.cpp     if (!hasColumns() || !style()->isFlippedBlocksWritingMode())
style            3538 Source/core/rendering/RenderBlock.cpp     RenderStyle* styleToUse = style();
style            3570 Source/core/rendering/RenderBlock.cpp     if (!style()->hasAutoColumnCount() || !style()->hasAutoColumnWidth()) {
style            3574 Source/core/rendering/RenderBlock.cpp         int columnCount = style()->hasAutoColumnCount() ? 1 : style()->columnCount();
style            3577 Source/core/rendering/RenderBlock.cpp         if (style()->hasAutoColumnWidth()) {
style            3580 Source/core/rendering/RenderBlock.cpp             columnWidth = style()->columnWidth();
style            3594 Source/core/rendering/RenderBlock.cpp     RenderStyle* styleToUse = style();
style            3607 Source/core/rendering/RenderBlock.cpp         RenderStyle* childStyle = child->style();
style            3659 Source/core/rendering/RenderBlock.cpp                 bool ltr = containingBlock ? containingBlock->style()->isLeftToRightDirection() : styleToUse->isLeftToRightDirection();
style            3714 Source/core/rendering/RenderBlock.cpp         RenderStyle* s = style(firstLine);
style            3715 Source/core/rendering/RenderBlock.cpp         if (s != style())
style            3720 Source/core/rendering/RenderBlock.cpp         m_lineHeight = style()->computedLineHeight();
style            3741 Source/core/rendering/RenderBlock.cpp         if (style()->hasAppearance() && !RenderTheme::theme().isControlContainer(style()->appearance()))
style            3774 Source/core/rendering/RenderBlock.cpp     const FontMetrics& fontMetrics = style(firstLine)->fontMetrics();
style            3783 Source/core/rendering/RenderBlock.cpp     if (!(style(isFirstLine)->lineBoxContain() & LineBoxContainBlock))
style            3796 Source/core/rendering/RenderBlock.cpp             return firstLineBox()->logicalTop() + style(true)->fontMetrics().ascent(firstRootBox()->baselineType());
style            3815 Source/core/rendering/RenderBlock.cpp     if (!style()->isOverflowVisible()) {
style            3836 Source/core/rendering/RenderBlock.cpp             return lastLineBox()->logicalTop() + style(lastLineBox() == firstLineBox())->fontMetrics().ascent(lastRootBox()->baselineType());
style            3864 Source/core/rendering/RenderBlock.cpp         hasPseudo = firstLineBlock->style()->hasPseudoStyle(FIRST_LINE);
style            3908 Source/core/rendering/RenderBlock.cpp         bool canHaveFirstLetterRenderer = firstLetterBlock->style()->hasPseudoStyle(FIRST_LETTER)
style            3931 Source/core/rendering/RenderBlock.cpp     if (RenderStyle::stylePropagationDiff(firstLetter->style(), pseudoStyle) == Reattach) {
style            3997 Source/core/rendering/RenderBlock.cpp     remainingText->setStyle(textObj->style());
style            4074 Source/core/rendering/RenderBlock.cpp                 if (currentChild->style()->styleType() == FIRST_LETTER) {
style            4088 Source/core/rendering/RenderBlock.cpp             } else if (currentChild->style()->hasPseudoStyle(FIRST_LETTER) && currentChild->canHaveGeneratedChildren())  {
style            4214 Source/core/rendering/RenderBlock.cpp     if (style()->styleType() == FIRST_LETTER)
style            4241 Source/core/rendering/RenderBlock.cpp         if (currentRenderer->parent()->style()->styleType() == FIRST_LETTER) {
style            4264 Source/core/rendering/RenderBlock.cpp         && obj->isRenderBlock() && obj->style()->height().isAuto()
style            4265 Source/core/rendering/RenderBlock.cpp         && (!obj->isDeprecatedFlexibleBox() || obj->style()->boxOrient() == VERTICAL);
style            4270 Source/core/rendering/RenderBlock.cpp     if (block->style()->visibility() == VISIBLE) {
style            4299 Source/core/rendering/RenderBlock.cpp     if (style()->visibility() != VISIBLE)
style            4322 Source/core/rendering/RenderBlock.cpp     if (style()->visibility() == VISIBLE) {
style            4357 Source/core/rendering/RenderBlock.cpp     if (style()->visibility() == VISIBLE) {
style            4370 Source/core/rendering/RenderBlock.cpp                     else if (obj->style()->visibility() == VISIBLE) {
style            4383 Source/core/rendering/RenderBlock.cpp     if (style()->borderFit() == BorderFitBorder || hasOverrideWidth())
style            4409 Source/core/rendering/RenderBlock.cpp     if (style()->visibility() == VISIBLE) {
style            4536 Source/core/rendering/RenderBlock.cpp     return isAnonymousBlockContinuation() ? continuation()->style() : style();
style            4659 Source/core/rendering/RenderBlock.cpp     return createAnonymousWithParentRendererAndDisplay(parent, style()->display());
style            4725 Source/core/rendering/RenderBlock.cpp     bool isUnsplittable = child->isUnsplittableForPagination() || (checkColumnBreaks && child->style()->columnBreakInside() == PBAVOID)
style            4726 Source/core/rendering/RenderBlock.cpp         || (checkPageBreaks && child->style()->pageBreakInside() == PBAVOID);
style            4803 Source/core/rendering/RenderBlock.cpp     updateMinimumPageHeight(logicalOffset, calculateMinimumPageHeight(style(), lineBox, logicalOffset, logicalBottom));
style            4833 Source/core/rendering/RenderBlock.cpp         if (((lineBox == firstRootBox() && totalLogicalHeight < pageLogicalHeightAtNewOffset) || (!style()->hasAutoOrphans() && style()->orphans() >= lineIndex))
style            4919 Source/core/rendering/RenderBlock.cpp         return child->isRenderBlock() ? toRenderBlock(child)->hasMarginBeforeQuirk() : child->style()->hasMarginBeforeQuirk();
style            4924 Source/core/rendering/RenderBlock.cpp         return child->isRenderBlock() ? toRenderBlock(child)->hasMarginAfterQuirk() : child->style()->hasMarginAfterQuirk();
style            4936 Source/core/rendering/RenderBlock.cpp         return child->isRenderBlock() ? toRenderBlock(child)->hasMarginAfterQuirk() : child->style()->hasMarginAfterQuirk();
style            4941 Source/core/rendering/RenderBlock.cpp         return child->isRenderBlock() ? toRenderBlock(child)->hasMarginBeforeQuirk() : child->style()->hasMarginBeforeQuirk();
style            4992 Source/core/rendering/RenderBlock.cpp     RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parent->style(), newDisplay);
style            4999 Source/core/rendering/RenderBlock.cpp     RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parent->style(), BLOCK);
style            5000 Source/core/rendering/RenderBlock.cpp     newStyle->inheritColumnPropertiesFrom(parent->style());
style            5009 Source/core/rendering/RenderBlock.cpp     RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parent->style(), BLOCK);
style             238 Source/core/rendering/RenderBlock.h     LayoutUnit marginBeforeForChild(const RenderBoxModelObject* child) const { return child->marginBefore(style()); }
style             239 Source/core/rendering/RenderBlock.h     LayoutUnit marginAfterForChild(const RenderBoxModelObject* child) const { return child->marginAfter(style()); }
style             240 Source/core/rendering/RenderBlock.h     LayoutUnit marginStartForChild(const RenderBoxModelObject* child) const { return child->marginStart(style()); }
style             241 Source/core/rendering/RenderBlock.h     LayoutUnit marginEndForChild(const RenderBoxModelObject* child) const { return child->marginEnd(style()); }
style             242 Source/core/rendering/RenderBlock.h     void setMarginStartForChild(RenderBox* child, LayoutUnit value) const { child->setMarginStart(value, style()); }
style             243 Source/core/rendering/RenderBlock.h     void setMarginEndForChild(RenderBox* child, LayoutUnit value) const { child->setMarginEnd(value, style()); }
style             244 Source/core/rendering/RenderBlock.h     void setMarginBeforeForChild(RenderBox* child, LayoutUnit value) const { child->setMarginBefore(value, style()); }
style             245 Source/core/rendering/RenderBlock.h     void setMarginAfterForChild(RenderBox* child, LayoutUnit value) const { child->setMarginAfter(value, style()); }
style             256 Source/core/rendering/RenderBlock.h     LayoutUnit startOffsetForContent() const { return style()->isLeftToRightDirection() ? logicalLeftOffsetForContent() : logicalWidth() - logicalRightOffsetForContent(); }
style             257 Source/core/rendering/RenderBlock.h     LayoutUnit endOffsetForContent() const { return !style()->isLeftToRightDirection() ? logicalLeftOffsetForContent() : logicalWidth() - logicalRightOffsetForContent(); }
style             334 Source/core/rendering/RenderBlockFlow.cpp     if (!didFullRepaint && m_repaintLogicalTop != m_repaintLogicalBottom && (style()->visibility() == VISIBLE || enclosingLayer()->hasVisibleContent())) {
style             369 Source/core/rendering/RenderBlockFlow.cpp         setHasMarginBeforeQuirk(style()->hasMarginBeforeQuirk());
style             370 Source/core/rendering/RenderBlockFlow.cpp         setHasMarginAfterQuirk(style()->hasMarginAfterQuirk());
style             462 Source/core/rendering/RenderBlockFlow.cpp     if (style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft())
style             475 Source/core/rendering/RenderBlockFlow.cpp     setLogicalLeftForChild(child, style()->isLeftToRightDirection() ? newPosition : totalAvailableLogicalWidth - newPosition - logicalWidthForChild(child), applyDelta);
style             949 Source/core/rendering/RenderBlockFlow.cpp     RenderStyle* blockStyle = blockFlow->style();
style            1197 Source/core/rendering/RenderBlockFlow.cpp     bool hasStaticBlockPosition = child->style()->hasStaticBlockPosition(isHorizontal);
style            1229 Source/core/rendering/RenderBlockFlow.cpp     if (style()->textAlign() != WEBKIT_CENTER && !child->style()->marginStartUsing(style()).isAuto()) {
style            1289 Source/core/rendering/RenderBlockFlow.cpp         setMustDiscardMarginBefore(style()->marginBeforeCollapse() == MDISCARD);
style            1326 Source/core/rendering/RenderBlockFlow.cpp     if ((document().inQuirksMode() && hasMarginBeforeQuirk(child) && (isTableCell() || isBody())) || child->style()->marginBeforeCollapse() == MSEPARATE)
style            1331 Source/core/rendering/RenderBlockFlow.cpp     if (child->style()->marginBeforeCollapse() == MDISCARD) {
style            1360 Source/core/rendering/RenderBlockFlow.cpp     if (!grandchildBox || grandchildBox->style()->clear() != CNONE)
style            1368 Source/core/rendering/RenderBlockFlow.cpp             grandchildBlock->setHasMarginBeforeQuirk(grandchildBox->style()->hasMarginBeforeQuirk());
style            1369 Source/core/rendering/RenderBlockFlow.cpp             grandchildBlock->setHasMarginAfterQuirk(grandchildBox->style()->hasMarginAfterQuirk());
style            1431 Source/core/rendering/RenderBlockFlow.cpp     if (parentBlock && style()->clear() && parentBlock->getClearDelta(this, logicalHeight()))
style            1488 Source/core/rendering/RenderBlockFlow.cpp     if (style()->marginBeforeCollapse() == MDISCARD) {
style            1504 Source/core/rendering/RenderBlockFlow.cpp     if (style()->marginAfterCollapse() == MDISCARD) {
style            1520 Source/core/rendering/RenderBlockFlow.cpp     return style()->marginBeforeCollapse() == MDISCARD || (m_rareData && m_rareData->m_discardMarginBefore);
style            1525 Source/core/rendering/RenderBlockFlow.cpp     return style()->marginAfterCollapse() == MDISCARD || (m_rareData && m_rareData->m_discardMarginAfter);
style            1532 Source/core/rendering/RenderBlockFlow.cpp         return child->isRenderBlockFlow() ? toRenderBlockFlow(child)->mustDiscardMarginBefore() : (child->style()->marginBeforeCollapse() == MDISCARD);
style            1534 Source/core/rendering/RenderBlockFlow.cpp         return child->isRenderBlockFlow() ? toRenderBlockFlow(child)->mustDiscardMarginAfter() : (child->style()->marginAfterCollapse() == MDISCARD);
style            1545 Source/core/rendering/RenderBlockFlow.cpp         return child->isRenderBlockFlow() ? toRenderBlockFlow(child)->mustDiscardMarginAfter() : (child->style()->marginAfterCollapse() == MDISCARD);
style            1547 Source/core/rendering/RenderBlockFlow.cpp         return child->isRenderBlockFlow() ? toRenderBlockFlow(child)->mustDiscardMarginBefore() : (child->style()->marginBeforeCollapse() == MDISCARD);
style            1578 Source/core/rendering/RenderBlockFlow.cpp     const RenderStyle* childStyle = child->style();
style            1591 Source/core/rendering/RenderBlockFlow.cpp     const RenderStyle* childStyle = child->style();
style            1608 Source/core/rendering/RenderBlockFlow.cpp     bool checkBeforeAlways = (checkColumnBreaks && child->style()->columnBreakBefore() == PBALWAYS)
style            1609 Source/core/rendering/RenderBlockFlow.cpp         || (checkPageBreaks && child->style()->pageBreakBefore() == PBALWAYS);
style            1632 Source/core/rendering/RenderBlockFlow.cpp     bool checkAfterAlways = (checkColumnBreaks && child->style()->columnBreakAfter() == PBALWAYS)
style            1633 Source/core/rendering/RenderBlockFlow.cpp         || (checkPageBreaks && child->style()->pageBreakAfter() == PBALWAYS);
style            1754 Source/core/rendering/RenderBlockFlow.cpp     bool clearSet = child->style()->clear() != CNONE;
style            1756 Source/core/rendering/RenderBlockFlow.cpp     switch (child->style()->clear()) {
style            1824 Source/core/rendering/RenderBlockFlow.cpp     RenderStyle* oldStyle = style();
style            1872 Source/core/rendering/RenderBlockFlow.cpp     if (child->style()->isOriginalDisplayInlineType())
style            2095 Source/core/rendering/RenderBlockFlow.cpp     if (!style()->isFlippedBlocksWritingMode())
style            2126 Source/core/rendering/RenderBlockFlow.cpp     if (applyTextIndent && style()->isLeftToRightDirection())
style            2136 Source/core/rendering/RenderBlockFlow.cpp     if (applyTextIndent && !style()->isLeftToRightDirection())
style            2155 Source/core/rendering/RenderBlockFlow.cpp     if (childBox->style()->floating() == LeftFloat) {
style            2329 Source/core/rendering/RenderBlockFlow.cpp         LayoutUnit childLogicalLeftMargin = style()->isLeftToRightDirection() ? marginStartForChild(childBox) : marginEndForChild(childBox);
style            2332 Source/core/rendering/RenderBlockFlow.cpp         if (childBox->style()->clear() & CLEFT)
style            2334 Source/core/rendering/RenderBlockFlow.cpp         if (childBox->style()->clear() & CRIGHT)
style            2570 Source/core/rendering/RenderBlockFlow.cpp     if (m_floatingObjects && style()->visibility() == VISIBLE) {
style            2687 Source/core/rendering/RenderBlockFlow.cpp static inline TextRun constructTextRunInternal(RenderObject* context, const Font& font, const CharacterType* characters, int length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion)
style            2689 Source/core/rendering/RenderBlockFlow.cpp     ASSERT(style);
style            2692 Source/core/rendering/RenderBlockFlow.cpp     bool directionalOverride = style->rtlOrdering() == VisualOrder;
style            2702 Source/core/rendering/RenderBlockFlow.cpp static inline TextRun constructTextRunInternal(RenderObject* context, const Font& font, const CharacterType* characters, int length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion, TextRunFlags flags)
style            2704 Source/core/rendering/RenderBlockFlow.cpp     ASSERT(style);
style            2707 Source/core/rendering/RenderBlockFlow.cpp     bool directionalOverride = style->rtlOrdering() == VisualOrder;
style            2710 Source/core/rendering/RenderBlockFlow.cpp             textDirection = style->direction();
style            2712 Source/core/rendering/RenderBlockFlow.cpp             directionalOverride |= isOverride(style->unicodeBidi());
style            2722 Source/core/rendering/RenderBlockFlow.cpp TextRun RenderBlockFlow::constructTextRun(RenderObject* context, const Font& font, const LChar* characters, int length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion)
style            2724 Source/core/rendering/RenderBlockFlow.cpp     return constructTextRunInternal(context, font, characters, length, style, direction, expansion);
style            2727 Source/core/rendering/RenderBlockFlow.cpp TextRun RenderBlockFlow::constructTextRun(RenderObject* context, const Font& font, const UChar* characters, int length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion)
style            2729 Source/core/rendering/RenderBlockFlow.cpp     return constructTextRunInternal(context, font, characters, length, style, direction, expansion);
style            2732 Source/core/rendering/RenderBlockFlow.cpp TextRun RenderBlockFlow::constructTextRun(RenderObject* context, const Font& font, const RenderText* text, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion)
style            2735 Source/core/rendering/RenderBlockFlow.cpp         return constructTextRunInternal(context, font, text->characters8(), text->textLength(), style, direction, expansion);
style            2736 Source/core/rendering/RenderBlockFlow.cpp     return constructTextRunInternal(context, font, text->characters16(), text->textLength(), style, direction, expansion);
style            2739 Source/core/rendering/RenderBlockFlow.cpp TextRun RenderBlockFlow::constructTextRun(RenderObject* context, const Font& font, const RenderText* text, unsigned offset, unsigned length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion)
style            2743 Source/core/rendering/RenderBlockFlow.cpp         return constructTextRunInternal(context, font, text->characters8() + offset, length, style, direction, expansion);
style            2744 Source/core/rendering/RenderBlockFlow.cpp     return constructTextRunInternal(context, font, text->characters16() + offset, length, style, direction, expansion);
style            2747 Source/core/rendering/RenderBlockFlow.cpp TextRun RenderBlockFlow::constructTextRun(RenderObject* context, const Font& font, const String& string, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion, TextRunFlags flags)
style            2751 Source/core/rendering/RenderBlockFlow.cpp         return constructTextRunInternal(context, font, static_cast<const LChar*>(0), length, style, direction, expansion, flags);
style            2753 Source/core/rendering/RenderBlockFlow.cpp         return constructTextRunInternal(context, font, string.characters8(), length, style, direction, expansion, flags);
style            2754 Source/core/rendering/RenderBlockFlow.cpp     return constructTextRunInternal(context, font, string.characters16(), length, style, direction, expansion, flags);
style            2757 Source/core/rendering/RenderBlockFlow.cpp TextRun RenderBlockFlow::constructTextRun(RenderObject* context, const Font& font, const String& string, RenderStyle* style, TextRun::ExpansionBehavior expansion, TextRunFlags flags)
style            2760 Source/core/rendering/RenderBlockFlow.cpp     return constructTextRun(context, font, string, style,
style            2765 Source/core/rendering/RenderBlockFlow.cpp TextRun RenderBlockFlow::constructTextRun(RenderObject* context, const Font& font, const RenderText* text, unsigned offset, unsigned length, RenderStyle* style, TextRun::ExpansionBehavior expansion)
style            2769 Source/core/rendering/RenderBlockFlow.cpp         ? constructTextRunInternal(context, font, text->characters8() + offset, length, style, LTR, expansion)
style            2770 Source/core/rendering/RenderBlockFlow.cpp         : constructTextRunInternal(context, font, text->characters16() + offset, length, style, LTR, expansion);
style            2783 Source/core/rendering/RenderBlockFlow.cpp     if ((style()->hasAutoColumnCount() && style()->hasAutoColumnWidth()) || !document().regionBasedColumnsEnabled())
style            2790 Source/core/rendering/RenderBlockFlow.cpp     RenderMultiColumnFlowThread* flowThread = RenderMultiColumnFlowThread::createAnonymous(document(), style());
style              92 Source/core/rendering/RenderBlockFlow.h         return style()->isLeftToRightDirection() ? logicalLeftOffsetForLine(position, shouldIndentText, logicalHeight)
style              97 Source/core/rendering/RenderBlockFlow.h         return !style()->isLeftToRightDirection() ? logicalLeftOffsetForLine(position, shouldIndentText, logicalHeight)
style             171 Source/core/rendering/RenderBlockFlow.h         return obj->isFloating() || (obj->isOutOfFlowPositioned() && !obj->style()->isOriginalDisplayInlineType() && !obj->container()->isRenderInline());
style              56 Source/core/rendering/RenderBlockLineLayout.cpp         if (isIsolated(current->style()->unicodeBidi())
style              75 Source/core/rendering/RenderBlockLineLayout.cpp         if (!isIteratorTarget(current) && !isIsolated(current->style()->unicodeBidi()))
style             100 Source/core/rendering/RenderBlockLineLayout.cpp     observer.setStatus(BidiStatus(root->style()->direction(), isOverride(root->style()->unicodeBidi())));
style             151 Source/core/rendering/RenderBlockLineLayout.cpp     bool hasDefaultLineBoxContain = style()->lineBoxContain() == RenderStyle::initialLineBoxContain();
style             248 Source/core/rendering/RenderBlockLineLayout.cpp             isOnlyRun = (!style()->isLeftToRightDirection() ? bidiRuns.lastRun() : bidiRuns.firstRun())->m_object->isListMarker();
style             277 Source/core/rendering/RenderBlockLineLayout.cpp         bool visuallyOrdered = r->m_object->style()->rtlOrdering() == VisualOrder;
style             318 Source/core/rendering/RenderBlockLineLayout.cpp     ETextAlign alignment = style()->textAlign();
style             325 Source/core/rendering/RenderBlockLineLayout.cpp     TextAlignLast alignmentLast = style()->textAlignLast();
style             342 Source/core/rendering/RenderBlockLineLayout.cpp         if (style()->textJustify() == TextJustifyDistribute)
style             413 Source/core/rendering/RenderBlockLineLayout.cpp     renderer->getOverhang(lineInfo.isFirstLine(), renderer->style()->isLeftToRightDirection() ? previousObject : nextObject, renderer->style()->isLeftToRightDirection() ? nextObject : previousObject, startOverhang, endOverhang);
style             424 Source/core/rendering/RenderBlockLineLayout.cpp     const Font& font = renderer->style(lineInfo.isFirstLine())->font();
style             441 Source/core/rendering/RenderBlockLineLayout.cpp         const Font& font = renderer->style(lineInfo.isFirstLine())->font();
style             473 Source/core/rendering/RenderBlockLineLayout.cpp                     measuredWidth += renderer->style()->wordSpacing();
style             527 Source/core/rendering/RenderBlockLineLayout.cpp             if (r->m_object->style()->collapseWhiteSpace()) {
style             543 Source/core/rendering/RenderBlockLineLayout.cpp     if (rootInlineBox && rootInlineBox->renderer().style()->unicodeBidi() == Plaintext)
style             546 Source/core/rendering/RenderBlockLineLayout.cpp         direction = style()->direction();
style             555 Source/core/rendering/RenderBlockLineLayout.cpp         updateLogicalWidthForLeftAlignedBlock(style()->isLeftToRightDirection(), trailingSpaceRun, logicalLeft, totalLogicalWidth, availableLogicalWidth);
style             559 Source/core/rendering/RenderBlockLineLayout.cpp         updateLogicalWidthForRightAlignedBlock(style()->isLeftToRightDirection(), trailingSpaceRun, logicalLeft, totalLogicalWidth, availableLogicalWidth);
style             563 Source/core/rendering/RenderBlockLineLayout.cpp         updateLogicalWidthForCenterAlignedBlock(style()->isLeftToRightDirection(), trailingSpaceRun, logicalLeft, totalLogicalWidth, availableLogicalWidth);
style             577 Source/core/rendering/RenderBlockLineLayout.cpp             updateLogicalWidthForLeftAlignedBlock(style()->isLeftToRightDirection(), trailingSpaceRun, logicalLeft, totalLogicalWidth, availableLogicalWidth);
style             579 Source/core/rendering/RenderBlockLineLayout.cpp             updateLogicalWidthForRightAlignedBlock(style()->isLeftToRightDirection(), trailingSpaceRun, logicalLeft, totalLogicalWidth, availableLogicalWidth);
style             583 Source/core/rendering/RenderBlockLineLayout.cpp             updateLogicalWidthForRightAlignedBlock(style()->isLeftToRightDirection(), trailingSpaceRun, logicalLeft, totalLogicalWidth, availableLogicalWidth);
style             585 Source/core/rendering/RenderBlockLineLayout.cpp             updateLogicalWidthForLeftAlignedBlock(style()->isLeftToRightDirection(), trailingSpaceRun, logicalLeft, totalLogicalWidth, availableLogicalWidth);
style             611 Source/core/rendering/RenderBlockLineLayout.cpp     IndentTextOrNot shouldIndentText = requiresIndent(isFirstLine, isAfterHardLineBreak, style());
style             640 Source/core/rendering/RenderBlockLineLayout.cpp     TextJustify textJustify = style()->textJustify();
style             668 Source/core/rendering/RenderBlockLineLayout.cpp                     totalLogicalWidth += rt->style(lineInfo.isFirstLine())->font().fontDescription().wordSpacing();
style             791 Source/core/rendering/RenderBlockLineLayout.cpp         EUnicodeBidi unicodeBidi = isolatedInline->style()->unicodeBidi();
style             800 Source/core/rendering/RenderBlockLineLayout.cpp             direction = isolatedInline->style()->direction();
style             923 Source/core/rendering/RenderBlockLineLayout.cpp                 EClear clear = lastObject->style()->clear();
style             956 Source/core/rendering/RenderBlockLineLayout.cpp     RenderStyle* styleToUse = style();
style            1099 Source/core/rendering/RenderBlockLineLayout.cpp     if (paginated && !style()->hasAutoWidows() && !didBreakAtLineToAvoidWidow()) {
style            1119 Source/core/rendering/RenderBlockLineLayout.cpp         if (numLinesHanging < style()->widows()) {
style            1123 Source/core/rendering/RenderBlockLineLayout.cpp             int numLinesNeeded = style()->widows() - numLinesHanging;
style            1139 Source/core/rendering/RenderBlockLineLayout.cpp             int orphans = style()->hasAutoOrphans() ? style()->initialOrphans() : style()->orphans();
style            1325 Source/core/rendering/RenderBlockLineLayout.cpp     RenderStyle* childStyle = child->style();
style            1342 Source/core/rendering/RenderBlockLineLayout.cpp         const Font& font = t->style()->font(); // FIXME: This ignores first-line.
style            1343 Source/core/rendering/RenderBlockLineLayout.cpp         float spaceWidth = font.width(RenderBlockFlow::constructTextRun(t, font, &space, 1, t->style(), LTR));
style            1372 Source/core/rendering/RenderBlockLineLayout.cpp     RenderStyle* styleToUse = style();
style            1401 Source/core/rendering/RenderBlockLineLayout.cpp         autoWrap = child->isReplaced() ? child->parent()->style()->autoWrap() :
style            1402 Source/core/rendering/RenderBlockLineLayout.cpp             child->style()->autoWrap();
style            1440 Source/core/rendering/RenderBlockLineLayout.cpp             RenderStyle* childStyle = child->style();
style            1491 Source/core/rendering/RenderBlockLineLayout.cpp                         && ((prevFloat->style()->floating() == LeftFloat && (childStyle->clear() & CLEFT))
style            1492 Source/core/rendering/RenderBlockLineLayout.cpp                             || (prevFloat->style()->floating() == RightFloat && (childStyle->clear() & CRIGHT))));
style            1559 Source/core/rendering/RenderBlockLineLayout.cpp                 if (t->style()->hasTextCombine() && t->isCombineText())
style            1698 Source/core/rendering/RenderBlockLineLayout.cpp     bool hasTextOverflow = (style()->textOverflow() && hasOverflowClip())
style            1700 Source/core/rendering/RenderBlockLineLayout.cpp             && parent()->style()->textOverflow() && parent()->hasOverflowClip());
style            1757 Source/core/rendering/RenderBlockLineLayout.cpp         if (!style()->isFlippedLinesWritingMode())
style            1919 Source/core/rendering/RenderBlockLineLayout.cpp         TextDirection direction = style()->direction();
style            1920 Source/core/rendering/RenderBlockLineLayout.cpp         if (style()->unicodeBidi() == Plaintext)
style            1922 Source/core/rendering/RenderBlockLineLayout.cpp         resolver.setStatus(BidiStatus(direction, isOverride(style()->unicodeBidi())));
style            2063 Source/core/rendering/RenderBlockLineLayout.cpp     if (hasOverflowClip() && !endPadding && node() && node()->isRootEditableElement() && style()->isLeftToRightDirection())
style            2074 Source/core/rendering/RenderBlockLineLayout.cpp     ETextAlign textAlign = style()->textAlign();
style            2075 Source/core/rendering/RenderBlockLineLayout.cpp     bool ltr = style()->isLeftToRightDirection();
style            2100 Source/core/rendering/RenderBlockLineLayout.cpp     const Font& font = style()->font();
style            2106 Source/core/rendering/RenderBlockLineLayout.cpp     int ellipsisWidth = (font == firstLineFont) ? firstLineEllipsisWidth : font.width(constructTextRun(this, font, &horizontalEllipsis, 1, style(), ellipsisDirection));
style            2112 Source/core/rendering/RenderBlockLineLayout.cpp     bool ltr = style()->isLeftToRightDirection();
style            2113 Source/core/rendering/RenderBlockLineLayout.cpp     ETextAlign textAlign = style()->textAlign();
style            2202 Source/core/rendering/RenderBlockLineLayout.cpp     ETextAlign textAlign = style()->textAlign();
style            2213 Source/core/rendering/RenderBlockLineLayout.cpp     if (!style()->isLeftToRightDirection())
style             142 Source/core/rendering/RenderBox.cpp     RenderStyle* oldStyle = style();
style             184 Source/core/rendering/RenderBox.cpp     RenderStyle* newStyle = style();
style             225 Source/core/rendering/RenderBox.cpp     updateShapeOutsideInfoAfterStyleChange(*style(), oldStyle);
style             229 Source/core/rendering/RenderBox.cpp void RenderBox::updateShapeOutsideInfoAfterStyleChange(const RenderStyle& style, const RenderStyle* oldStyle)
style             231 Source/core/rendering/RenderBox.cpp     const ShapeValue* shapeOutside = style.shapeOutside();
style             234 Source/core/rendering/RenderBox.cpp     Length shapeMargin = style.shapeMargin();
style             237 Source/core/rendering/RenderBox.cpp     float shapeImageThreshold = style.shapeImageThreshold();
style             258 Source/core/rendering/RenderBox.cpp     if (oldStyle->gridColumnStart() == style()->gridColumnStart()
style             259 Source/core/rendering/RenderBox.cpp         && oldStyle->gridColumnEnd() == style()->gridColumnEnd()
style             260 Source/core/rendering/RenderBox.cpp         && oldStyle->gridRowStart() == style()->gridRowStart()
style             261 Source/core/rendering/RenderBox.cpp         && oldStyle->gridRowEnd() == style()->gridRowEnd()
style             262 Source/core/rendering/RenderBox.cpp         && oldStyle->order() == style()->order()
style             263 Source/core/rendering/RenderBox.cpp         && oldStyle->hasOutOfFlowPosition() == style()->hasOutOfFlowPosition())
style             275 Source/core/rendering/RenderBox.cpp     RenderStyle* styleToUse = style();
style             378 Source/core/rendering/RenderBox.cpp     RenderStyle* style = this->style();
style             380 Source/core/rendering/RenderBox.cpp     LayoutUnit width = std::max(LayoutUnit(style->minWidth().value()), LayoutUnit(style->width().value()));
style             381 Source/core/rendering/RenderBox.cpp     if (style->maxWidth().isFixed())
style             382 Source/core/rendering/RenderBox.cpp         width = std::min(LayoutUnit(style->maxWidth().value()), width);
style             384 Source/core/rendering/RenderBox.cpp     LayoutUnit borderLeft = style->borderLeft().nonZero() ? style->borderLeft().width() : 0;
style             385 Source/core/rendering/RenderBox.cpp     LayoutUnit borderRight = style->borderRight().nonZero() ? style->borderRight().width() : 0;
style             387 Source/core/rendering/RenderBox.cpp     return width + borderLeft + borderRight + style->paddingLeft().value() + style->paddingRight().value();
style             396 Source/core/rendering/RenderBox.cpp     if (style()->isLeftToRightDirection())
style             478 Source/core/rendering/RenderBox.cpp         restrictedByLineClamp = !parent()->style()->lineClamp().isNone();
style             550 Source/core/rendering/RenderBox.cpp     RenderStyle* styleToUse = style();
style             558 Source/core/rendering/RenderBox.cpp     RenderStyle* styleToUse = style();
style             569 Source/core/rendering/RenderBox.cpp     RenderStyle* styleToUse = style();
style             604 Source/core/rendering/RenderBox.cpp     return (hasOverflowClip() || isRenderIFrame()) && style()->resize() != RESIZE_NONE;
style             622 Source/core/rendering/RenderBox.cpp     if (!style()->boxReflect())
style             626 Source/core/rendering/RenderBox.cpp     switch (style()->boxReflect()->direction()) {
style             645 Source/core/rendering/RenderBox.cpp     if (!style()->boxReflect())
style             647 Source/core/rendering/RenderBox.cpp     if (style()->boxReflect()->direction() == ReflectionLeft || style()->boxReflect()->direction() == ReflectionRight)
style             648 Source/core/rendering/RenderBox.cpp         return valueForLength(style()->boxReflect()->offset(), borderBoxRect().width());
style             649 Source/core/rendering/RenderBox.cpp     return valueForLength(style()->boxReflect()->offset(), borderBoxRect().height());
style             654 Source/core/rendering/RenderBox.cpp     if (!style()->boxReflect())
style             659 Source/core/rendering/RenderBox.cpp     switch (style()->boxReflect()->direction()) {
style             678 Source/core/rendering/RenderBox.cpp     if (!hasOverflowClip() || style()->overflowY() == OOVERLAY)
style             686 Source/core/rendering/RenderBox.cpp     if (!hasOverflowClip() || style()->overflowX() == OOVERLAY)
style             697 Source/core/rendering/RenderBox.cpp     if (isHorizontalWritingMode() && style()->overflowY() == OSCROLL) {
style             702 Source/core/rendering/RenderBox.cpp     if (!isHorizontalWritingMode() && style()->overflowX() == OSCROLL) {
style             873 Source/core/rendering/RenderBox.cpp         restrictedByLineClamp = !parent()->style()->lineClamp().isNone();
style             901 Source/core/rendering/RenderBox.cpp     return style()->paddingStart().isPercent() || style()->paddingEnd().isPercent();
style            1071 Source/core/rendering/RenderBox.cpp     if (style()->boxSizing() == CONTENT_BOX)
style            1079 Source/core/rendering/RenderBox.cpp     if (style()->boxSizing() == CONTENT_BOX)
style            1086 Source/core/rendering/RenderBox.cpp     if (style()->boxSizing() == BORDER_BOX)
style            1093 Source/core/rendering/RenderBox.cpp     if (style()->boxSizing() == BORDER_BOX)
style            1143 Source/core/rendering/RenderBox.cpp     const FillLayer* bgLayer = rootBackgroundRenderer->style()->backgroundLayers();
style            1154 Source/core/rendering/RenderBox.cpp     const RenderStyle* style = this->style();
style            1156 Source/core/rendering/RenderBox.cpp     if (!style->hasBackground() || !style->hasBorder() || !style->hasBorderRadius() || borderImageIsLoadedAndCanBeRendered())
style            1178 Source/core/rendering/RenderBox.cpp     if (!style->hasAppearance() && borderObscuresBackground() && backgroundHasOpaqueTopLayer())
style            1201 Source/core/rendering/RenderBox.cpp         paintBoxShadow(paintInfo, paintRect, style(), Normal);
style            1206 Source/core/rendering/RenderBox.cpp         RoundedRect border = style()->getRoundedBorderFor(paintRect);
style            1218 Source/core/rendering/RenderBox.cpp     bool themePainted = style()->hasAppearance() && !RenderTheme::theme().paint(this, paintInfo, snappedPaintRect);
style            1221 Source/core/rendering/RenderBox.cpp             paintBorder(paintInfo, paintRect, style(), bleedAvoidance);
style            1225 Source/core/rendering/RenderBox.cpp         if (style()->hasAppearance())
style            1228 Source/core/rendering/RenderBox.cpp     paintBoxShadow(paintInfo, paintRect, style(), Inset);
style            1231 Source/core/rendering/RenderBox.cpp     if (bleedAvoidance != BackgroundBleedBackgroundOverBorder && (!style()->hasAppearance() || (!themePainted && RenderTheme::theme().paintBorderOnly(this, paintInfo, snappedPaintRect))) && style()->hasBorder() && !(isTable() && toRenderTable(this)->collapseBorders()))
style            1232 Source/core/rendering/RenderBox.cpp         paintBorder(paintInfo, paintRect, style(), bleedAvoidance);
style            1245 Source/core/rendering/RenderBox.cpp     paintFillLayers(paintInfo, resolveColor(CSSPropertyBackgroundColor), style()->backgroundLayers(), paintRect, bleedAvoidance);
style            1259 Source/core/rendering/RenderBox.cpp     if (!style()->backgroundLayers()->image() || style()->backgroundLayers()->next()) {
style            1265 Source/core/rendering/RenderBox.cpp     calculateBackgroundImageGeometry(0, style()->backgroundLayers(), backgroundRect, geometry);
style            1285 Source/core/rendering/RenderBox.cpp     if (style()->hasAppearance())
style            1290 Source/core/rendering/RenderBox.cpp     if (style()->hasBorderRadius())
style            1293 Source/core/rendering/RenderBox.cpp     if (style()->backgroundLayers()->next())
style            1296 Source/core/rendering/RenderBox.cpp     switch (style()->backgroundClip()) {
style            1314 Source/core/rendering/RenderBox.cpp     RenderStyle* childStyle = childBox->style();
style            1353 Source/core/rendering/RenderBox.cpp             if (childBox->style()->position() == StaticPosition)
style            1377 Source/core/rendering/RenderBox.cpp     if (style()->boxShadow())
style            1387 Source/core/rendering/RenderBox.cpp     const FillLayer* fillLayer = style()->backgroundLayers();
style            1395 Source/core/rendering/RenderBox.cpp     if (fillLayer->hasOpaqueImage(this) && fillLayer->hasRepeatXY() && fillLayer->image()->canRender(this, style()->effectiveZoom()))
style            1410 Source/core/rendering/RenderBox.cpp     if (!paintInfo.shouldPaintWithinRoot(this) || style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseMask || paintInfo.context->paintingDisabled())
style            1419 Source/core/rendering/RenderBox.cpp     if (!paintInfo.shouldPaintWithinRoot(this) || style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseClippingMask || paintInfo.context->paintingDisabled())
style            1445 Source/core/rendering/RenderBox.cpp         StyleImage* maskBoxImage = style()->maskBoxImage().image();
style            1446 Source/core/rendering/RenderBox.cpp         const FillLayer* maskLayers = style()->maskLayers();
style            1461 Source/core/rendering/RenderBox.cpp         paintFillLayers(paintInfo, Color::transparent, style()->maskLayers(), paintRect, BackgroundBleedNone, compositeOp);
style            1462 Source/core/rendering/RenderBox.cpp         paintNinePieceImage(paintInfo.context, paintRect, style(), style()->maskBoxImage(), compositeOp);
style            1471 Source/core/rendering/RenderBox.cpp     const NinePieceImage& maskBoxImage = style()->maskBoxImage();
style            1476 Source/core/rendering/RenderBox.cpp         borderImageRect.expand(style()->maskBoxImageOutsets());
style            1482 Source/core/rendering/RenderBox.cpp     for (const FillLayer* maskLayer = style()->maskLayers(); maskLayer; maskLayer = maskLayer->next()) {
style            1513 Source/core/rendering/RenderBox.cpp         if (curLayer->clipOccludesNextLayers(curLayer == fillLayer) && curLayer->hasOpaqueImage(this) && curLayer->image()->canRender(this, style()->effectiveZoom()) && curLayer->hasRepeatXY() && curLayer->blendMode() == blink::WebBlendModeNormal && !boxShadowShouldBeAppliedToBackground(bleedAvoidance))
style            1555 Source/core/rendering/RenderBox.cpp     if ((style()->borderImage().image() && style()->borderImage().image()->data() == image) ||
style            1556 Source/core/rendering/RenderBox.cpp         (style()->maskBoxImage().image() && style()->maskBoxImage().image()->data() == image)) {
style            1561 Source/core/rendering/RenderBox.cpp     ShapeValue* shapeOutsideValue = style()->shapeOutside();
style            1567 Source/core/rendering/RenderBox.cpp     bool didFullRepaint = repaintLayerRectsForImage(image, style()->backgroundLayers(), true);
style            1569 Source/core/rendering/RenderBox.cpp         repaintLayerRectsForImage(image, style()->maskLayers(), false);
style            1571 Source/core/rendering/RenderBox.cpp     if (hasLayer() && layer()->hasCompositedMask() && layersUseImage(image, style()->maskLayers()))
style            1581 Source/core/rendering/RenderBox.cpp         if (curLayer->image() && image == curLayer->image()->data() && curLayer->image()->canRender(this, style()->effectiveZoom())) {
style            1638 Source/core/rendering/RenderBox.cpp     bool hasBorderRadius = style()->hasBorderRadius();
style            1640 Source/core/rendering/RenderBox.cpp         clipRoundedRect = style()->getRoundedInnerBorderFor(LayoutRect(accumulatedOffset, size()));
style            1696 Source/core/rendering/RenderBox.cpp     if (style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft())
style            1708 Source/core/rendering/RenderBox.cpp     if (!style()->clipLeft().isAuto()) {
style            1709 Source/core/rendering/RenderBox.cpp         LayoutUnit c = valueForLength(style()->clipLeft(), borderBoxRect.width());
style            1714 Source/core/rendering/RenderBox.cpp     if (!style()->clipRight().isAuto())
style            1715 Source/core/rendering/RenderBox.cpp         clipRect.contract(width() - valueForLength(style()->clipRight(), width()), 0);
style            1717 Source/core/rendering/RenderBox.cpp     if (!style()->clipTop().isAuto()) {
style            1718 Source/core/rendering/RenderBox.cpp         LayoutUnit c = valueForLength(style()->clipTop(), borderBoxRect.height());
style            1723 Source/core/rendering/RenderBox.cpp     if (!style()->clipBottom().isAuto())
style            1724 Source/core/rendering/RenderBox.cpp         clipRect.contract(0, height() - valueForLength(style()->clipBottom(), height()));
style            1797 Source/core/rendering/RenderBox.cpp     RenderStyle* containingBlockStyle = cb->style();
style            1820 Source/core/rendering/RenderBox.cpp             if (style()->hasInFlowPosition() && layer())
style            1832 Source/core/rendering/RenderBox.cpp     bool isFixedPos = style()->position() == FixedPosition;
style            1846 Source/core/rendering/RenderBox.cpp     bool preserve3D = mode & UseTransforms && (o->style()->preserves3D() || style()->preserves3D());
style            1872 Source/core/rendering/RenderBox.cpp     bool isFixedPos = style()->position() == FixedPosition;
style            1893 Source/core/rendering/RenderBox.cpp         if (!style()->hasOutOfFlowPosition() && o->hasColumns()) {
style            1912 Source/core/rendering/RenderBox.cpp     if (style()->position() == AbsolutePosition && o->isInFlowPositioned() && o->isRenderInline())
style            1943 Source/core/rendering/RenderBox.cpp         bool wasInline = style()->isOriginalDisplayInlineType();
style            1950 Source/core/rendering/RenderBox.cpp             if (style()->hasStaticInlinePosition(box->isHorizontal()))
style            1958 Source/core/rendering/RenderBox.cpp             if (style()->hasStaticBlockPosition(box->isHorizontal()))
style            1984 Source/core/rendering/RenderBox.cpp     if (style()->visibility() != VISIBLE && !enclosingLayer()->hasVisibleContent())
style            2010 Source/core/rendering/RenderBox.cpp     RenderStyle* styleToUse = style();
style            2035 Source/core/rendering/RenderBox.cpp         if (repaintContainer->style()->isFlippedBlocksWritingMode())
style            2137 Source/core/rendering/RenderBox.cpp     ASSERT(renderer->style()->textAutosizingMultiplier() != 1);
style            2184 Source/core/rendering/RenderBox.cpp     if (hasOverrideWidth() && (style()->borderFit() == BorderFitLines || parent()->isFlexibleBoxIncludingDeprecated())) {
style            2191 Source/core/rendering/RenderBox.cpp     bool inVerticalBox = parent()->isDeprecatedFlexibleBox() && (parent()->style()->boxOrient() == VERTICAL);
style            2192 Source/core/rendering/RenderBox.cpp     bool stretching = (parent()->style()->boxAlign() == BSTRETCH);
style            2195 Source/core/rendering/RenderBox.cpp     RenderStyle* styleToUse = style();
style            2227 Source/core/rendering/RenderBox.cpp         bool hasInvertedDirection = cb->style()->isLeftToRightDirection() != style()->isLeftToRightDirection();
style            2236 Source/core/rendering/RenderBox.cpp         bool hasInvertedDirection = cb->style()->isLeftToRightDirection() != style()->isLeftToRightDirection();
style            2248 Source/core/rendering/RenderBox.cpp             bool hasInvertedDirection = cb->style()->isLeftToRightDirection() != style()->isLeftToRightDirection();
style            2266 Source/core/rendering/RenderBox.cpp     marginStart = minimumValueForLength(style()->marginStart(), availableLogicalWidth);
style            2267 Source/core/rendering/RenderBox.cpp     marginEnd = minimumValueForLength(style()->marginEnd(), availableLogicalWidth);
style            2323 Source/core/rendering/RenderBox.cpp     ASSERT(parent->style()->isColumnFlexDirection());
style            2324 Source/core/rendering/RenderBox.cpp     if (flexitem->style()->marginStart().isAuto() || flexitem->style()->marginEnd().isAuto())
style            2326 Source/core/rendering/RenderBox.cpp     return flexitem->style()->alignSelf() == ItemPositionStretch || (flexitem->style()->alignSelf() == ItemPositionAuto && parent->style()->alignItems() == ItemPositionStretch);
style            2332 Source/core/rendering/RenderBox.cpp     if (parent->isDeprecatedFlexibleBox() && parent->style()->boxOrient() == VERTICAL && parent->style()->boxAlign() == BSTRETCH)
style            2336 Source/core/rendering/RenderBox.cpp     if (parent->isFlexibleBox() && parent->style()->flexWrap() == FlexNoWrap && parent->style()->isColumnFlexDirection() && columnFlexItemHasStretchAlignment(flexitem))
style            2357 Source/core/rendering/RenderBox.cpp         EMarqueeDirection dir = parent()->style()->marqueeDirection();
style            2367 Source/core/rendering/RenderBox.cpp         if (!parent()->style()->isColumnFlexDirection() || parent()->style()->flexWrap() != FlexNoWrap)
style            2377 Source/core/rendering/RenderBox.cpp     if (parent()->isDeprecatedFlexibleBox() && (parent()->style()->boxOrient() == HORIZONTAL || parent()->style()->boxAlign() != BSTRETCH))
style            2396 Source/core/rendering/RenderBox.cpp         || isHTMLTextAreaElement(*node()) || (isHTMLLegendElement(*node()) && !style()->hasOutOfFlowPosition()));
style            2401 Source/core/rendering/RenderBox.cpp     const RenderStyle* containingBlockStyle = containingBlock->style();
style            2402 Source/core/rendering/RenderBox.cpp     Length marginStartLength = style()->marginStartUsing(containingBlockStyle);
style            2403 Source/core/rendering/RenderBox.cpp     Length marginEndLength = style()->marginEndUsing(containingBlockStyle);
style            2428 Source/core/rendering/RenderBox.cpp         || (!marginStartLength.isAuto() && !marginEndLength.isAuto() && containingBlock->style()->textAlign() == WEBKIT_CENTER)) {
style            2516 Source/core/rendering/RenderBox.cpp             bool shouldFlipBeforeAfter = cb->style()->writingMode() != style()->writingMode();
style            2525 Source/core/rendering/RenderBox.cpp                 bool shouldFlipBeforeAfter = shouldFlipBeforeAfterMargins(cb->style(), style());
style            2535 Source/core/rendering/RenderBox.cpp         bool inHorizontalBox = parent()->isDeprecatedFlexibleBox() && parent()->style()->boxOrient() == HORIZONTAL;
style            2536 Source/core/rendering/RenderBox.cpp         bool stretching = parent()->style()->boxAlign() == BSTRETCH;
style            2549 Source/core/rendering/RenderBox.cpp             h = style()->logicalHeight();
style            2563 Source/core/rendering/RenderBox.cpp             heightResult = computeLogicalHeightUsing(style()->logicalHeight(), computedValues.m_extent - borderAndPaddingLogicalHeight());
style            2578 Source/core/rendering/RenderBox.cpp             bool shouldFlipBeforeAfter = shouldFlipBeforeAfterMargins(cb->style(), style());
style            2591 Source/core/rendering/RenderBox.cpp         && (isRoot() || (isBody() && document().documentElement()->renderer()->style()->logicalHeight().isPercent())) && !isInline();
style            2671 Source/core/rendering/RenderBox.cpp     return !containingBlock->isTableCell() && !containingBlock->isOutOfFlowPositioned() && containingBlock->style()->logicalHeight().isAuto() && isHorizontalWritingMode() == containingBlock->isHorizontalWritingMode();
style            2691 Source/core/rendering/RenderBox.cpp     RenderStyle* cbstyle = cb->style();
style            2717 Source/core/rendering/RenderBox.cpp                 if (scrollsOverflowY() && (!cell->style()->logicalHeight().isAuto() || !cell->table()->style()->logicalHeight().isAuto()))
style            2767 Source/core/rendering/RenderBox.cpp     return computeReplacedLogicalWidthRespectingMinMaxWidth(computeReplacedLogicalWidthUsing(style()->logicalWidth()), shouldComputePreferred);
style            2772 Source/core/rendering/RenderBox.cpp     LayoutUnit minLogicalWidth = (shouldComputePreferred == ComputePreferred && style()->logicalMinWidth().isPercent()) || style()->logicalMinWidth().isUndefined() ? logicalWidth : computeReplacedLogicalWidthUsing(style()->logicalMinWidth());
style            2773 Source/core/rendering/RenderBox.cpp     LayoutUnit maxLogicalWidth = (shouldComputePreferred == ComputePreferred && style()->logicalMaxWidth().isPercent()) || style()->logicalMaxWidth().isUndefined() ? logicalWidth : computeReplacedLogicalWidthUsing(style()->logicalMaxWidth());
style            2796 Source/core/rendering/RenderBox.cpp             Length containerLogicalWidth = containingBlock()->style()->logicalWidth();
style            2822 Source/core/rendering/RenderBox.cpp     return computeReplacedLogicalHeightRespectingMinMaxHeight(computeReplacedLogicalHeightUsing(style()->logicalHeight()));
style            2827 Source/core/rendering/RenderBox.cpp     LayoutUnit minLogicalHeight = computeReplacedLogicalHeightUsing(style()->logicalMinHeight());
style            2828 Source/core/rendering/RenderBox.cpp     LayoutUnit maxLogicalHeight = style()->logicalMaxHeight().isUndefined() ? logicalHeight : computeReplacedLogicalHeightUsing(style()->logicalMaxHeight());
style            2848 Source/core/rendering/RenderBox.cpp             if (cb->isOutOfFlowPositioned() && cb->style()->height().isAuto() && !(cb->style()->top().isAuto() || cb->style()->bottom().isAuto())) {
style            2871 Source/core/rendering/RenderBox.cpp                 while (cb && !cb->isRenderView() && (cb->style()->logicalHeight().isAuto() || cb->style()->logicalHeight().isPercent())) {
style            2896 Source/core/rendering/RenderBox.cpp     return constrainLogicalHeightByMinMax(availableLogicalHeightUsing(style()->logicalHeight(), heightType), -1);
style            2925 Source/core/rendering/RenderBox.cpp     if (isRenderBlock() && isOutOfFlowPositioned() && style()->height().isAuto() && !(style()->top().isAuto() || style()->bottom().isAuto())) {
style            2955 Source/core/rendering/RenderBox.cpp     RenderStyle* containingBlockStyle = containingBlock->style();
style            2956 Source/core/rendering/RenderBox.cpp     marginBefore = minimumValueForLength(style()->marginBeforeUsing(containingBlockStyle), cw);
style            2957 Source/core/rendering/RenderBox.cpp     marginAfter = minimumValueForLength(style()->marginAfterUsing(containingBlockStyle), cw);
style            2975 Source/core/rendering/RenderBox.cpp     if (style()->position() == FixedPosition && containingBlock->isRenderView()) {
style            2998 Source/core/rendering/RenderBox.cpp     if (containingBlock->style()->isLeftToRightDirection()) {
style            3015 Source/core/rendering/RenderBox.cpp     if (style()->position() == FixedPosition && containingBlock->isRenderView()) {
style            3055 Source/core/rendering/RenderBox.cpp     if (child->parent()->style()->direction() == LTR) {
style            3064 Source/core/rendering/RenderBox.cpp                     if (!curr->style()->logicalLeft().isAuto())
style            3065 Source/core/rendering/RenderBox.cpp                         staticPosition += curr->style()->logicalLeft().value();
style            3067 Source/core/rendering/RenderBox.cpp                         staticPosition -= curr->style()->logicalRight().value();
style            3086 Source/core/rendering/RenderBox.cpp                     if (!curr->style()->logicalLeft().isAuto())
style            3087 Source/core/rendering/RenderBox.cpp                         staticPosition -= curr->style()->logicalLeft().value();
style            3089 Source/core/rendering/RenderBox.cpp                         staticPosition += curr->style()->logicalRight().value();
style            3131 Source/core/rendering/RenderBox.cpp     TextDirection containerDirection = containerBlock->style()->direction();
style            3135 Source/core/rendering/RenderBox.cpp     const Length marginLogicalLeft = isHorizontal ? style()->marginLeft() : style()->marginTop();
style            3136 Source/core/rendering/RenderBox.cpp     const Length marginLogicalRight = isHorizontal ? style()->marginRight() : style()->marginBottom();
style            3138 Source/core/rendering/RenderBox.cpp     Length logicalLeftLength = style()->logicalLeft();
style            3139 Source/core/rendering/RenderBox.cpp     Length logicalRightLength = style()->logicalRight();
style            3170 Source/core/rendering/RenderBox.cpp     computePositionedLogicalWidthUsing(style()->logicalWidth(), containerBlock, containerDirection,
style            3176 Source/core/rendering/RenderBox.cpp     if (!style()->logicalMaxWidth().isUndefined()) {
style            3179 Source/core/rendering/RenderBox.cpp         computePositionedLogicalWidthUsing(style()->logicalMaxWidth(), containerBlock, containerDirection,
style            3193 Source/core/rendering/RenderBox.cpp     if (!style()->logicalMinWidth().isZero() || style()->logicalMinWidth().isIntrinsic()) {
style            3196 Source/core/rendering/RenderBox.cpp         computePositionedLogicalWidthUsing(style()->logicalMinWidth(), containerBlock, containerDirection,
style            3216 Source/core/rendering/RenderBox.cpp     if (containerBlock->isHorizontalWritingMode() != child->isHorizontalWritingMode() && containerBlock->style()->isFlippedBlocksWritingMode()) {
style            3252 Source/core/rendering/RenderBox.cpp     LayoutUnit& marginLogicalLeftValue = style()->isLeftToRightDirection() ? computedValues.m_margins.m_start : computedValues.m_margins.m_end;
style            3253 Source/core/rendering/RenderBox.cpp     LayoutUnit& marginLogicalRightValue = style()->isLeftToRightDirection() ? computedValues.m_margins.m_end : computedValues.m_margins.m_start;
style            3399 Source/core/rendering/RenderBox.cpp     if (containerBlock->isRenderInline() && !containerBlock->style()->isLeftToRightDirection()) {
style            3409 Source/core/rendering/RenderBox.cpp     if (containerBlock->isBox() && toRenderBox(containerBlock)->scrollsOverflowY() && containerBlock->style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft()) {
style            3450 Source/core/rendering/RenderBox.cpp     RenderStyle* styleToUse = style();
style            3527 Source/core/rendering/RenderBox.cpp     if ((child->style()->isFlippedBlocksWritingMode() && child->isHorizontalWritingMode() != containerBlock->isHorizontalWritingMode())
style            3528 Source/core/rendering/RenderBox.cpp         || (child->style()->isFlippedBlocksWritingMode() != containerBlock->style()->isFlippedBlocksWritingMode() && child->isHorizontalWritingMode() == containerBlock->isHorizontalWritingMode()))
style            3532 Source/core/rendering/RenderBox.cpp     if (containerBlock->style()->isFlippedBlocksWritingMode() && child->isHorizontalWritingMode() == containerBlock->isHorizontalWritingMode()) {
style            3692 Source/core/rendering/RenderBox.cpp     TextDirection containerDirection = containerBlock->style()->direction();
style            3696 Source/core/rendering/RenderBox.cpp     Length logicalLeft = style()->logicalLeft();
style            3697 Source/core/rendering/RenderBox.cpp     Length logicalRight = style()->logicalRight();
style            3698 Source/core/rendering/RenderBox.cpp     Length marginLogicalLeft = isHorizontal ? style()->marginLeft() : style()->marginTop();
style            3699 Source/core/rendering/RenderBox.cpp     Length marginLogicalRight = isHorizontal ? style()->marginRight() : style()->marginBottom();
style            3700 Source/core/rendering/RenderBox.cpp     LayoutUnit& marginLogicalLeftAlias = style()->isLeftToRightDirection() ? computedValues.m_margins.m_start : computedValues.m_margins.m_end;
style            3701 Source/core/rendering/RenderBox.cpp     LayoutUnit& marginLogicalRightAlias = style()->isLeftToRightDirection() ? computedValues.m_margins.m_end : computedValues.m_margins.m_start;
style            3829 Source/core/rendering/RenderBox.cpp     if (containerBlock->isRenderInline() && !containerBlock->style()->isLeftToRightDirection()) {
style            3859 Source/core/rendering/RenderBox.cpp     Length marginBefore = style()->marginBefore();
style            3860 Source/core/rendering/RenderBox.cpp     Length marginAfter = style()->marginAfter();
style            3864 Source/core/rendering/RenderBox.cpp     Length logicalTop = style()->logicalTop();
style            3865 Source/core/rendering/RenderBox.cpp     Length logicalBottom = style()->logicalBottom();
style            3981 Source/core/rendering/RenderBox.cpp     bool ltr = box ? box->isLeftToRightDirection() : style()->isLeftToRightDirection();
style            4001 Source/core/rendering/RenderBox.cpp     LayoutUnit fontHeight = style()->fontMetrics().height();
style            4051 Source/core/rendering/RenderBox.cpp             || renderObject->style()->visibility() != VISIBLE)
style            4115 Source/core/rendering/RenderBox.cpp     return style()->width().isAuto();
style            4134 Source/core/rendering/RenderBox.cpp     if (!style()->boxShadow() && !style()->hasBorderImageOutsets() && !style()->hasOutline())
style            4137 Source/core/rendering/RenderBox.cpp     bool isFlipped = style()->isFlippedBlocksWritingMode();
style            4147 Source/core/rendering/RenderBox.cpp     if (style()->boxShadow()) {
style            4152 Source/core/rendering/RenderBox.cpp         style()->getBoxShadowExtent(shadowTop, shadowRight, shadowBottom, shadowLeft);
style            4162 Source/core/rendering/RenderBox.cpp     if (style()->hasBorderImageOutsets()) {
style            4163 Source/core/rendering/RenderBox.cpp         LayoutBoxExtent borderOutsets = style()->borderImageOutsets();
style            4173 Source/core/rendering/RenderBox.cpp     if (style()->hasOutline()) {
style            4174 Source/core/rendering/RenderBox.cpp         LayoutUnit outlineSize = style()->outlineSize();
style            4196 Source/core/rendering/RenderBox.cpp     LayoutRect childLayoutOverflowRect = child->layoutOverflowRectForPropagation(style());
style            4205 Source/core/rendering/RenderBox.cpp     LayoutRect childVisualOverflowRect = child->visualOverflowRectForPropagation(style());
style            4222 Source/core/rendering/RenderBox.cpp         bool hasTopOverflow = !style()->isLeftToRightDirection() && !isHorizontalWritingMode();
style            4223 Source/core/rendering/RenderBox.cpp         bool hasLeftOverflow = !style()->isLeftToRightDirection() && isHorizontalWritingMode();
style            4224 Source/core/rendering/RenderBox.cpp         if (isFlexibleBox() && style()->isReverseFlexDirection()) {
style            4274 Source/core/rendering/RenderBox.cpp         if (style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft())
style            4308 Source/core/rendering/RenderBox.cpp     while (!cb->isRenderView() && !cb->isBody() && !cb->isTableCell() && !cb->isOutOfFlowPositioned() && cb->style()->logicalHeight().isAuto()) {
style            4318 Source/core/rendering/RenderBox.cpp     bool isOutOfFlowPositionedWithSpecifiedHeight = cb->isOutOfFlowPositioned() && (!cb->style()->logicalHeight().isAuto() || (!cb->style()->top().isAuto() && !cb->style()->bottom().isAuto()));
style            4328 Source/core/rendering/RenderBox.cpp     if (cb->style()->logicalHeight().isFixed())
style            4330 Source/core/rendering/RenderBox.cpp     if (cb->style()->logicalHeight().isPercent() && !isOutOfFlowPositionedWithSpecifiedHeight)
style            4355 Source/core/rendering/RenderBox.cpp     return !style()->logicalHeight().isIntrinsicOrAuto()
style            4356 Source/core/rendering/RenderBox.cpp         || (!style()->logicalMaxHeight().isIntrinsicOrAuto() && !style()->logicalMaxHeight().isUndefined() && (!style()->logicalMaxHeight().isPercent() || percentageLogicalHeightIsResolvable(this)))
style            4357 Source/core/rendering/RenderBox.cpp         || (!style()->logicalMinHeight().isIntrinsicOrAuto() && style()->logicalMinHeight().isPositive() && (!style()->logicalMinHeight().isPercent() || percentageLogicalHeightIsResolvable(this)));
style            4410 Source/core/rendering/RenderBox.cpp     if (parentStyle->writingMode() == style()->writingMode())
style            4415 Source/core/rendering/RenderBox.cpp     if (style()->writingMode() == RightToLeftWritingMode || parentStyle->writingMode() == RightToLeftWritingMode)
style            4417 Source/core/rendering/RenderBox.cpp     else if (style()->writingMode() == BottomToTopWritingMode || parentStyle->writingMode() == BottomToTopWritingMode)
style            4437 Source/core/rendering/RenderBox.cpp     if (!style()->hasMarginAfterQuirk() && !isSelfCollapsingBlock())
style            4462 Source/core/rendering/RenderBox.cpp     if (parentStyle->writingMode() == style()->writingMode())
style            4467 Source/core/rendering/RenderBox.cpp     if (style()->writingMode() == RightToLeftWritingMode || parentStyle->writingMode() == RightToLeftWritingMode)
style            4469 Source/core/rendering/RenderBox.cpp     else if (style()->writingMode() == BottomToTopWritingMode || parentStyle->writingMode() == BottomToTopWritingMode)
style            4486 Source/core/rendering/RenderBox.cpp     LayoutUnit left = borderLeft() + (style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft() ? scrollBarWidth : 0);
style            4501 Source/core/rendering/RenderBox.cpp     if (style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft())
style            4531 Source/core/rendering/RenderBox.cpp     if (!style()->isFlippedBlocksWritingMode())
style            4543 Source/core/rendering/RenderBox.cpp     if (!style()->isFlippedBlocksWritingMode())
style            4554 Source/core/rendering/RenderBox.cpp     if (!style()->isFlippedBlocksWritingMode())
style            4561 Source/core/rendering/RenderBox.cpp     if (!style()->isFlippedBlocksWritingMode())
style            4568 Source/core/rendering/RenderBox.cpp     if (!hasColumns() || !style()->isFlippedBlocksWritingMode())
style            4575 Source/core/rendering/RenderBox.cpp     if (!style()->isFlippedBlocksWritingMode())
style            4582 Source/core/rendering/RenderBox.cpp     if (!style()->isFlippedBlocksWritingMode())
style            4589 Source/core/rendering/RenderBox.cpp     if (!style()->isFlippedBlocksWritingMode())
style            4619 Source/core/rendering/RenderBox.cpp     return style()->logicalHeight().isPercent()
style            4620 Source/core/rendering/RenderBox.cpp         || style()->logicalMinHeight().isPercent()
style            4621 Source/core/rendering/RenderBox.cpp         || style()->logicalMaxHeight().isPercent();
style              76 Source/core/rendering/RenderBox.h         if (isRoot() || isPositioned() || createsGroup() || hasClipPath() || hasTransform() || hasHiddenBackface() || hasReflection() || style()->specifiesColumns() || !style()->hasAutoZIndex() || style()->hasWillChangeCompositingHint() || style()->hasWillChangeGpuRasterizationHint() || shouldCompositeForActiveAnimations(*this))
style             108 Source/core/rendering/RenderBox.h     LayoutUnit logicalLeft() const { return style()->isHorizontalWritingMode() ? x() : y(); }
style             110 Source/core/rendering/RenderBox.h     LayoutUnit logicalTop() const { return style()->isHorizontalWritingMode() ? y() : x(); }
style             112 Source/core/rendering/RenderBox.h     LayoutUnit logicalWidth() const { return style()->isHorizontalWritingMode() ? width() : height(); }
style             113 Source/core/rendering/RenderBox.h     LayoutUnit logicalHeight() const { return style()->isHorizontalWritingMode() ? height() : width(); }
style             119 Source/core/rendering/RenderBox.h     int pixelSnappedLogicalHeight() const { return style()->isHorizontalWritingMode() ? pixelSnappedHeight() : pixelSnappedWidth(); }
style             120 Source/core/rendering/RenderBox.h     int pixelSnappedLogicalWidth() const { return style()->isHorizontalWritingMode() ? pixelSnappedWidth() : pixelSnappedHeight(); }
style             124 Source/core/rendering/RenderBox.h         if (style()->isHorizontalWritingMode())
style             131 Source/core/rendering/RenderBox.h         if (style()->isHorizontalWritingMode())
style             138 Source/core/rendering/RenderBox.h         if (style()->isHorizontalWritingMode())
style             145 Source/core/rendering/RenderBox.h         if (style()->isHorizontalWritingMode())
style             152 Source/core/rendering/RenderBox.h         if (style()->isHorizontalWritingMode())
style             159 Source/core/rendering/RenderBox.h         if (style()->isHorizontalWritingMode())
style             212 Source/core/rendering/RenderBox.h     LayoutUnit logicalLeftLayoutOverflow() const { return style()->isHorizontalWritingMode() ? layoutOverflowRect().x() : layoutOverflowRect().y(); }
style             213 Source/core/rendering/RenderBox.h     LayoutUnit logicalRightLayoutOverflow() const { return style()->isHorizontalWritingMode() ? layoutOverflowRect().maxX() : layoutOverflowRect().maxY(); }
style             216 Source/core/rendering/RenderBox.h     LayoutUnit logicalLeftVisualOverflow() const { return style()->isHorizontalWritingMode() ? visualOverflowRect().x() : visualOverflowRect().y(); }
style             217 Source/core/rendering/RenderBox.h     LayoutUnit logicalRightVisualOverflow() const { return style()->isHorizontalWritingMode() ? visualOverflowRect().maxX() : visualOverflowRect().maxY(); }
style             239 Source/core/rendering/RenderBox.h     LayoutUnit contentLogicalWidth() const { return style()->isHorizontalWritingMode() ? contentWidth() : contentHeight(); }
style             240 Source/core/rendering/RenderBox.h     LayoutUnit contentLogicalHeight() const { return style()->isHorizontalWritingMode() ? contentHeight() : contentWidth(); }
style             255 Source/core/rendering/RenderBox.h     LayoutUnit clientLeft() const { return borderLeft() + (style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft() ? verticalScrollbarWidth() : 0); }
style             259 Source/core/rendering/RenderBox.h     LayoutUnit clientLogicalWidth() const { return style()->isHorizontalWritingMode() ? clientWidth() : clientHeight(); }
style             260 Source/core/rendering/RenderBox.h     LayoutUnit clientLogicalHeight() const { return style()->isHorizontalWritingMode() ? clientHeight() : clientWidth(); }
style             292 Source/core/rendering/RenderBox.h     LayoutUnit marginLogicalLeft() const { return m_marginBox.logicalLeft(style()->writingMode()); }
style             293 Source/core/rendering/RenderBox.h     LayoutUnit marginLogicalRight() const { return m_marginBox.logicalRight(style()->writingMode()); }
style             295 Source/core/rendering/RenderBox.h     virtual LayoutUnit marginBefore(const RenderStyle* overrideStyle = 0) const OVERRIDE FINAL { return m_marginBox.before((overrideStyle ? overrideStyle : style())->writingMode()); }
style             296 Source/core/rendering/RenderBox.h     virtual LayoutUnit marginAfter(const RenderStyle* overrideStyle = 0) const OVERRIDE FINAL { return m_marginBox.after((overrideStyle ? overrideStyle : style())->writingMode()); }
style             299 Source/core/rendering/RenderBox.h         const RenderStyle* styleToUse = overrideStyle ? overrideStyle : style();
style             304 Source/core/rendering/RenderBox.h         const RenderStyle* styleToUse = overrideStyle ? overrideStyle : style();
style             307 Source/core/rendering/RenderBox.h     void setMarginBefore(LayoutUnit value, const RenderStyle* overrideStyle = 0) { m_marginBox.setBefore((overrideStyle ? overrideStyle : style())->writingMode(), value); }
style             308 Source/core/rendering/RenderBox.h     void setMarginAfter(LayoutUnit value, const RenderStyle* overrideStyle = 0) { m_marginBox.setAfter((overrideStyle ? overrideStyle : style())->writingMode(), value); }
style             311 Source/core/rendering/RenderBox.h         const RenderStyle* styleToUse = overrideStyle ? overrideStyle : style();
style             316 Source/core/rendering/RenderBox.h         const RenderStyle* styleToUse = overrideStyle ? overrideStyle : style();
style             432 Source/core/rendering/RenderBox.h         return document().inQuirksMode() && style()->logicalHeight().isAuto() && !isFloatingOrOutOfFlowPositioned() && (isRoot() || isBody()) && !isInline();
style             436 Source/core/rendering/RenderBox.h     LayoutUnit intrinsicLogicalWidth() const { return style()->isHorizontalWritingMode() ? intrinsicSize().width() : intrinsicSize().height(); }
style             437 Source/core/rendering/RenderBox.h     LayoutUnit intrinsicLogicalHeight() const { return style()->isHorizontalWritingMode() ? intrinsicSize().height() : intrinsicSize().width(); }
style             467 Source/core/rendering/RenderBox.h     LayoutUnit availableWidth() const { return style()->isHorizontalWritingMode() ? availableLogicalWidth() : availableLogicalHeight(IncludeMarginBorderPadding); }
style             468 Source/core/rendering/RenderBox.h     LayoutUnit availableHeight() const { return style()->isHorizontalWritingMode() ? availableLogicalHeight(IncludeMarginBorderPadding) : availableLogicalWidth(); }
style             473 Source/core/rendering/RenderBox.h     int scrollbarLogicalHeight() const { return style()->isHorizontalWritingMode() ? horizontalScrollbarHeight() : verticalScrollbarWidth(); }
style             485 Source/core/rendering/RenderBox.h     bool hasAutoVerticalScrollbar() const { return hasOverflowClip() && (style()->overflowY() == OAUTO || style()->overflowY() == OOVERLAY); }
style             486 Source/core/rendering/RenderBox.h     bool hasAutoHorizontalScrollbar() const { return hasOverflowClip() && (style()->overflowX() == OAUTO || style()->overflowX() == OOVERLAY); }
style             491 Source/core/rendering/RenderBox.h     virtual bool scrollsOverflowX() const { return hasOverflowClip() && (style()->overflowX() == OSCROLL || hasAutoHorizontalScrollbar()); }
style             492 Source/core/rendering/RenderBox.h     virtual bool scrollsOverflowY() const { return hasOverflowClip() && (style()->overflowY() == OSCROLL || hasAutoVerticalScrollbar()); }
style             547 Source/core/rendering/RenderBox.h     bool isWritingModeRoot() const { return !parent() || parent()->style()->writingMode() != style()->writingMode(); }
style             614 Source/core/rendering/RenderBox.h     bool hasSameDirectionAs(const RenderBox* object) const { return style()->direction() == object->style()->direction(); }
style             135 Source/core/rendering/RenderBoxModelObject.cpp     RenderStyle* styleToUse = style();
style             160 Source/core/rendering/RenderBoxModelObject.cpp     Length logicalHeightLength = style()->logicalHeight();
style             183 Source/core/rendering/RenderBoxModelObject.cpp     if (!cb->style()->logicalHeight().isAuto() || (!cb->style()->logicalTop().isAuto() && !cb->style()->logicalBottom().isAuto()))
style             199 Source/core/rendering/RenderBoxModelObject.cpp     if (!style()->left().isAuto()) {
style             200 Source/core/rendering/RenderBoxModelObject.cpp         if (!style()->right().isAuto() && !containingBlock->style()->isLeftToRightDirection())
style             201 Source/core/rendering/RenderBoxModelObject.cpp             offset.setWidth(-valueForLength(style()->right(), containingBlock->availableWidth()));
style             203 Source/core/rendering/RenderBoxModelObject.cpp             offset.expand(valueForLength(style()->left(), containingBlock->availableWidth()), 0);
style             204 Source/core/rendering/RenderBoxModelObject.cpp     } else if (!style()->right().isAuto()) {
style             205 Source/core/rendering/RenderBoxModelObject.cpp         offset.expand(-valueForLength(style()->right(), containingBlock->availableWidth()), 0);
style             214 Source/core/rendering/RenderBoxModelObject.cpp     if (!style()->top().isAuto()
style             216 Source/core/rendering/RenderBoxModelObject.cpp             || !style()->top().isPercent()
style             218 Source/core/rendering/RenderBoxModelObject.cpp         offset.expand(0, valueForLength(style()->top(), containingBlock->availableHeight()));
style             220 Source/core/rendering/RenderBoxModelObject.cpp     else if (!style()->bottom().isAuto()
style             222 Source/core/rendering/RenderBoxModelObject.cpp             || !style()->bottom().isPercent()
style             224 Source/core/rendering/RenderBoxModelObject.cpp         offset.expand(0, -valueForLength(style()->bottom(), containingBlock->availableHeight()));
style             282 Source/core/rendering/RenderBoxModelObject.cpp     LayoutBoxExtent minMargin(minimumValueForLength(style()->marginTop(), maxWidth),
style             283 Source/core/rendering/RenderBoxModelObject.cpp         minimumValueForLength(style()->marginRight(), maxWidth),
style             284 Source/core/rendering/RenderBoxModelObject.cpp         minimumValueForLength(style()->marginBottom(), maxWidth),
style             285 Source/core/rendering/RenderBoxModelObject.cpp         minimumValueForLength(style()->marginLeft(), maxWidth));
style             310 Source/core/rendering/RenderBoxModelObject.cpp     if (!style()->left().isAuto()) {
style             311 Source/core/rendering/RenderBoxModelObject.cpp         constraints.setLeftOffset(floatValueForLength(style()->left(), constrainingRect.width()));
style             315 Source/core/rendering/RenderBoxModelObject.cpp     if (!style()->right().isAuto()) {
style             316 Source/core/rendering/RenderBoxModelObject.cpp         constraints.setRightOffset(floatValueForLength(style()->right(), constrainingRect.width()));
style             320 Source/core/rendering/RenderBoxModelObject.cpp     if (!style()->top().isAuto()) {
style             321 Source/core/rendering/RenderBoxModelObject.cpp         constraints.setTopOffset(floatValueForLength(style()->top(), constrainingRect.height()));
style             325 Source/core/rendering/RenderBoxModelObject.cpp     if (!style()->bottom().isAuto()) {
style             326 Source/core/rendering/RenderBoxModelObject.cpp         constraints.setBottomOffset(floatValueForLength(style()->bottom(), constrainingRect.height() ));
style             402 Source/core/rendering/RenderBoxModelObject.cpp     RoundedRect border = style()->getRoundedBorderFor(borderRect, includeLogicalLeftEdge, includeLogicalRightEdge);
style             404 Source/core/rendering/RenderBoxModelObject.cpp         RoundedRect segmentBorder = style()->getRoundedBorderFor(LayoutRect(0, 0, inlineBoxWidth, inlineBoxHeight), includeLogicalLeftEdge, includeLogicalRightEdge);
style             465 Source/core/rendering/RenderBoxModelObject.cpp         return style()->getRoundedInnerBorderFor(borderRect, includeLogicalLeftEdge, includeLogicalRightEdge);
style             472 Source/core/rendering/RenderBoxModelObject.cpp     const ShadowList* shadowList = renderer->style()->boxShadow();
style             476 Source/core/rendering/RenderBoxModelObject.cpp         if (boxShadow.style() != Normal)
style             495 Source/core/rendering/RenderBoxModelObject.cpp     bool hasRoundedBorder = style()->hasBorderRadius() && (includeLeftEdge || includeRightEdge);
style             502 Source/core/rendering/RenderBoxModelObject.cpp     bool shouldPaintBackgroundImage = bgImage && bgImage->canRender(this, style()->effectiveZoom());
style             506 Source/core/rendering/RenderBoxModelObject.cpp         if (style()->printColorAdjust() == PrintColorAdjustEconomy)
style             565 Source/core/rendering/RenderBoxModelObject.cpp             border = style()->getRoundedInnerBorderFor(border.rect(),
style             568 Source/core/rendering/RenderBoxModelObject.cpp             border = style()->getRoundedInnerBorderFor(border.rect(), includeLeftEdge, includeRightEdge);
style             815 Source/core/rendering/RenderBoxModelObject.cpp         resolvedSize.scale(style()->effectiveZoom());
style            1038 Source/core/rendering/RenderBoxModelObject.cpp     fillLayer->image()->setContainerSizeForRenderer(clientForBackgroundImage, fillTileSize, style()->effectiveZoom());
style            1132 Source/core/rendering/RenderBoxModelObject.cpp bool RenderBoxModelObject::paintNinePieceImage(GraphicsContext* graphicsContext, const LayoutRect& rect, const RenderStyle* style,
style            1142 Source/core/rendering/RenderBoxModelObject.cpp     if (!styleImage->canRender(this, style->effectiveZoom()))
style            1148 Source/core/rendering/RenderBoxModelObject.cpp     rectWithOutsets.expand(style->imageOutsets(ninePieceImage));
style            1154 Source/core/rendering/RenderBoxModelObject.cpp     styleImage->setContainerSizeForRenderer(this, imageSize, style->effectiveZoom());
style            1168 Source/core/rendering/RenderBoxModelObject.cpp     int topWidth = computeBorderImageSide(ninePieceImage.borderSlices().top(), style->borderTopWidth(), topSlice, borderImageRect.height());
style            1169 Source/core/rendering/RenderBoxModelObject.cpp     int rightWidth = computeBorderImageSide(ninePieceImage.borderSlices().right(), style->borderRightWidth(), rightSlice, borderImageRect.width());
style            1170 Source/core/rendering/RenderBoxModelObject.cpp     int bottomWidth = computeBorderImageSide(ninePieceImage.borderSlices().bottom(), style->borderBottomWidth(), bottomSlice, borderImageRect.height());
style            1171 Source/core/rendering/RenderBoxModelObject.cpp     int leftWidth = computeBorderImageSide(ninePieceImage.borderSlices().left(), style->borderLeftWidth(), leftSlice, borderImageRect.width());
style            1303 Source/core/rendering/RenderBoxModelObject.cpp         , style(edgeStyle)
style            1307 Source/core/rendering/RenderBoxModelObject.cpp         if (style == DOUBLE && edgeWidth < 3)
style            1308 Source/core/rendering/RenderBoxModelObject.cpp             style = SOLID;
style            1313 Source/core/rendering/RenderBoxModelObject.cpp         , style(BHIDDEN)
style            1319 Source/core/rendering/RenderBoxModelObject.cpp     bool hasVisibleColorAndStyle() const { return style > BHIDDEN && !isTransparent; }
style            1324 Source/core/rendering/RenderBoxModelObject.cpp         if (!isPresent || isTransparent || (width * scale) < 2 || color.hasAlpha() || style == BHIDDEN)
style            1327 Source/core/rendering/RenderBoxModelObject.cpp         if (style == DOTTED || style == DASHED)
style            1330 Source/core/rendering/RenderBoxModelObject.cpp         if (style == DOUBLE)
style            1337 Source/core/rendering/RenderBoxModelObject.cpp         if (!isPresent || isTransparent || color.hasAlpha() || style == BHIDDEN)
style            1340 Source/core/rendering/RenderBoxModelObject.cpp         if (style == DOTTED || style == DASHED || style == DOUBLE)
style            1364 Source/core/rendering/RenderBoxModelObject.cpp     EBorderStyle style;
style            1436 Source/core/rendering/RenderBoxModelObject.cpp inline bool styleRequiresClipPolygon(EBorderStyle style)
style            1438 Source/core/rendering/RenderBoxModelObject.cpp     return style == DOTTED || style == DASHED; // These are drawn with a stroke, so we have to clip to get corner miters.
style            1441 Source/core/rendering/RenderBoxModelObject.cpp static bool borderStyleFillsBorderArea(EBorderStyle style)
style            1443 Source/core/rendering/RenderBoxModelObject.cpp     return !(style == DOTTED || style == DASHED || style == DOUBLE);
style            1446 Source/core/rendering/RenderBoxModelObject.cpp static bool borderStyleHasInnerDetail(EBorderStyle style)
style            1448 Source/core/rendering/RenderBoxModelObject.cpp     return style == GROOVE || style == RIDGE || style == DOUBLE;
style            1451 Source/core/rendering/RenderBoxModelObject.cpp static bool borderStyleIsDottedOrDashed(EBorderStyle style)
style            1453 Source/core/rendering/RenderBoxModelObject.cpp     return style == DOTTED || style == DASHED;
style            1458 Source/core/rendering/RenderBoxModelObject.cpp static inline bool borderStyleHasUnmatchedColorsAtCorner(EBorderStyle style, BoxSide side, BoxSide adjacentSide)
style            1461 Source/core/rendering/RenderBoxModelObject.cpp     if (style == INSET || style == GROOVE || style == RIDGE || style == OUTSET) {
style            1479 Source/core/rendering/RenderBoxModelObject.cpp     return !borderStyleHasUnmatchedColorsAtCorner(edges[side].style, side, adjacentSide);
style            1494 Source/core/rendering/RenderBoxModelObject.cpp     return borderStyleHasUnmatchedColorsAtCorner(edges[side].style, side, adjacentSide);
style            1509 Source/core/rendering/RenderBoxModelObject.cpp         if (!borderStyleFillsBorderArea(edges[adjacentSide].style))
style            1522 Source/core/rendering/RenderBoxModelObject.cpp static inline bool borderStylesRequireMitre(BoxSide side, BoxSide adjacentSide, EBorderStyle style, EBorderStyle adjacentStyle)
style            1524 Source/core/rendering/RenderBoxModelObject.cpp     if (style == DOUBLE || adjacentStyle == DOUBLE || adjacentStyle == GROOVE || adjacentStyle == RIDGE)
style            1527 Source/core/rendering/RenderBoxModelObject.cpp     if (borderStyleIsDottedOrDashed(style) != borderStyleIsDottedOrDashed(adjacentStyle))
style            1530 Source/core/rendering/RenderBoxModelObject.cpp     if (style != adjacentStyle)
style            1533 Source/core/rendering/RenderBoxModelObject.cpp     return borderStyleHasUnmatchedColorsAtCorner(style, side, adjacentSide);
style            1547 Source/core/rendering/RenderBoxModelObject.cpp     if (borderStylesRequireMitre(side, adjacentSide, edges[side].style, edges[adjacentSide].style))
style            1553 Source/core/rendering/RenderBoxModelObject.cpp void RenderBoxModelObject::paintOneBorderSide(GraphicsContext* graphicsContext, const RenderStyle* style, const RoundedRect& outerBorder, const RoundedRect& innerBorder,
style            1577 Source/core/rendering/RenderBoxModelObject.cpp         drawBoxSideFromPath(graphicsContext, outerBorder.rect(), *path, edges, edgeToRender.width, thickness, side, style,
style            1578 Source/core/rendering/RenderBoxModelObject.cpp             colorToPaint, edgeToRender.style, bleedAvoidance, includeLogicalLeftEdge, includeLogicalRightEdge);
style            1580 Source/core/rendering/RenderBoxModelObject.cpp         bool clipForStyle = styleRequiresClipPolygon(edgeToRender.style) && (mitreAdjacentSide1 || mitreAdjacentSide2);
style            1595 Source/core/rendering/RenderBoxModelObject.cpp         drawLineForBoxSide(graphicsContext, sideRect.x(), sideRect.y(), sideRect.maxX(), sideRect.maxY(), side, colorToPaint, edgeToRender.style,
style            1617 Source/core/rendering/RenderBoxModelObject.cpp void RenderBoxModelObject::paintBorderSides(GraphicsContext* graphicsContext, const RenderStyle* style, const RoundedRect& outerBorder, const RoundedRect& innerBorder,
style            1636 Source/core/rendering/RenderBoxModelObject.cpp         bool usePath = renderRadii && (borderStyleHasInnerDetail(edges[BSTop].style) || borderWillArcInnerEdge(innerBorder.radii().topLeft(), innerBorder.radii().topRight()));
style            1637 Source/core/rendering/RenderBoxModelObject.cpp         paintOneBorderSide(graphicsContext, style, outerBorder, innerBorder, sideRect, BSTop, BSLeft, BSRight, edges, usePath ? &roundedPath : 0, bleedAvoidance, includeLogicalLeftEdge, includeLogicalRightEdge, antialias, overrideColor);
style            1644 Source/core/rendering/RenderBoxModelObject.cpp         bool usePath = renderRadii && (borderStyleHasInnerDetail(edges[BSBottom].style) || borderWillArcInnerEdge(innerBorder.radii().bottomLeft(), innerBorder.radii().bottomRight()));
style            1645 Source/core/rendering/RenderBoxModelObject.cpp         paintOneBorderSide(graphicsContext, style, outerBorder, innerBorder, sideRect, BSBottom, BSLeft, BSRight, edges, usePath ? &roundedPath : 0, bleedAvoidance, includeLogicalLeftEdge, includeLogicalRightEdge, antialias, overrideColor);
style            1652 Source/core/rendering/RenderBoxModelObject.cpp         bool usePath = renderRadii && (borderStyleHasInnerDetail(edges[BSLeft].style) || borderWillArcInnerEdge(innerBorder.radii().bottomLeft(), innerBorder.radii().topLeft()));
style            1653 Source/core/rendering/RenderBoxModelObject.cpp         paintOneBorderSide(graphicsContext, style, outerBorder, innerBorder, sideRect, BSLeft, BSTop, BSBottom, edges, usePath ? &roundedPath : 0, bleedAvoidance, includeLogicalLeftEdge, includeLogicalRightEdge, antialias, overrideColor);
style            1660 Source/core/rendering/RenderBoxModelObject.cpp         bool usePath = renderRadii && (borderStyleHasInnerDetail(edges[BSRight].style) || borderWillArcInnerEdge(innerBorder.radii().bottomRight(), innerBorder.radii().topRight()));
style            1661 Source/core/rendering/RenderBoxModelObject.cpp         paintOneBorderSide(graphicsContext, style, outerBorder, innerBorder, sideRect, BSRight, BSTop, BSBottom, edges, usePath ? &roundedPath : 0, bleedAvoidance, includeLogicalLeftEdge, includeLogicalRightEdge, antialias, overrideColor);
style            1665 Source/core/rendering/RenderBoxModelObject.cpp void RenderBoxModelObject::paintTranslucentBorderSides(GraphicsContext* graphicsContext, const RenderStyle* style, const RoundedRect& outerBorder, const RoundedRect& innerBorder, const IntPoint& innerBorderAdjustment,
style            1699 Source/core/rendering/RenderBoxModelObject.cpp         paintBorderSides(graphicsContext, style, outerBorder, innerBorder, innerBorderAdjustment, edges, commonColorEdgeSet, bleedAvoidance, includeLogicalLeftEdge, includeLogicalRightEdge, antialias, &commonColor);
style            1708 Source/core/rendering/RenderBoxModelObject.cpp void RenderBoxModelObject::paintBorder(const PaintInfo& info, const LayoutRect& rect, const RenderStyle* style,
style            1713 Source/core/rendering/RenderBoxModelObject.cpp     if (paintNinePieceImage(graphicsContext, rect, style, style->borderImage()))
style            1720 Source/core/rendering/RenderBoxModelObject.cpp     getBorderEdgeInfo(edges, style, includeLogicalLeftEdge, includeLogicalRightEdge);
style            1721 Source/core/rendering/RenderBoxModelObject.cpp     RoundedRect outerBorder = style->getRoundedBorderFor(rect, includeLogicalLeftEdge, includeLogicalRightEdge);
style            1722 Source/core/rendering/RenderBoxModelObject.cpp     RoundedRect innerBorder = style->getRoundedInnerBorderFor(borderInnerRectAdjustedForBleedAvoidance(graphicsContext, rect, bleedAvoidance), includeLogicalLeftEdge, includeLogicalRightEdge);
style            1763 Source/core/rendering/RenderBoxModelObject.cpp         if (currEdge.style != SOLID)
style            1766 Source/core/rendering/RenderBoxModelObject.cpp         if (currEdge.style != DOUBLE)
style            1877 Source/core/rendering/RenderBoxModelObject.cpp     RoundedRect unadjustedInnerBorder = (bleedAvoidance == BackgroundBleedBackgroundOverBorder) ? style->getRoundedInnerBorderFor(rect, includeLogicalLeftEdge, includeLogicalRightEdge) : innerBorder;
style            1880 Source/core/rendering/RenderBoxModelObject.cpp         paintTranslucentBorderSides(graphicsContext, style, outerBorder, unadjustedInnerBorder, innerBorderAdjustment, edges, edgesToDraw, bleedAvoidance, includeLogicalLeftEdge, includeLogicalRightEdge, antialias);
style            1882 Source/core/rendering/RenderBoxModelObject.cpp         paintBorderSides(graphicsContext, style, outerBorder, unadjustedInnerBorder, innerBorderAdjustment, edges, edgesToDraw, bleedAvoidance, includeLogicalLeftEdge, includeLogicalRightEdge, antialias);
style            1886 Source/core/rendering/RenderBoxModelObject.cpp     float thickness, float drawThickness, BoxSide side, const RenderStyle* style, Color color, EBorderStyle borderStyle, BackgroundBleedAvoidance bleedAvoidance,
style            1961 Source/core/rendering/RenderBoxModelObject.cpp             RoundedRect innerClip = style->getRoundedInnerBorderFor(borderRect,
style            1966 Source/core/rendering/RenderBoxModelObject.cpp             drawBoxSideFromPath(graphicsContext, borderRect, borderPath, edges, thickness, drawThickness, side, style, color, SOLID, bleedAvoidance, includeLogicalLeftEdge, includeLogicalRightEdge);
style            1981 Source/core/rendering/RenderBoxModelObject.cpp             RoundedRect outerClip = style->getRoundedInnerBorderFor(outerRect,
style            1985 Source/core/rendering/RenderBoxModelObject.cpp             drawBoxSideFromPath(graphicsContext, borderRect, borderPath, edges, thickness, drawThickness, side, style, color, SOLID, bleedAvoidance, includeLogicalLeftEdge, includeLogicalRightEdge);
style            2003 Source/core/rendering/RenderBoxModelObject.cpp         drawBoxSideFromPath(graphicsContext, borderRect, borderPath, edges, thickness, drawThickness, side, style, color, s1, bleedAvoidance, includeLogicalLeftEdge, includeLogicalRightEdge);
style            2012 Source/core/rendering/RenderBoxModelObject.cpp         RoundedRect clipRect = style->getRoundedInnerBorderFor(borderRect,
style            2017 Source/core/rendering/RenderBoxModelObject.cpp         drawBoxSideFromPath(graphicsContext, borderRect, borderPath, edges, thickness, drawThickness, side, style, color, s2, bleedAvoidance, includeLogicalLeftEdge, includeLogicalRightEdge);
style            2340 Source/core/rendering/RenderBoxModelObject.cpp void RenderBoxModelObject::getBorderEdgeInfo(BorderEdge edges[], const RenderStyle* style, bool includeLogicalLeftEdge, bool includeLogicalRightEdge) const
style            2342 Source/core/rendering/RenderBoxModelObject.cpp     bool horizontal = style->isHorizontalWritingMode();
style            2344 Source/core/rendering/RenderBoxModelObject.cpp     edges[BSTop] = BorderEdge(style->borderTopWidth(),
style            2345 Source/core/rendering/RenderBoxModelObject.cpp         resolveColor(style, CSSPropertyBorderTopColor),
style            2346 Source/core/rendering/RenderBoxModelObject.cpp         style->borderTopStyle(),
style            2347 Source/core/rendering/RenderBoxModelObject.cpp         style->borderTopIsTransparent(),
style            2350 Source/core/rendering/RenderBoxModelObject.cpp     edges[BSRight] = BorderEdge(style->borderRightWidth(),
style            2351 Source/core/rendering/RenderBoxModelObject.cpp         resolveColor(style, CSSPropertyBorderRightColor),
style            2352 Source/core/rendering/RenderBoxModelObject.cpp         style->borderRightStyle(),
style            2353 Source/core/rendering/RenderBoxModelObject.cpp         style->borderRightIsTransparent(),
style            2356 Source/core/rendering/RenderBoxModelObject.cpp     edges[BSBottom] = BorderEdge(style->borderBottomWidth(),
style            2357 Source/core/rendering/RenderBoxModelObject.cpp         resolveColor(style, CSSPropertyBorderBottomColor),
style            2358 Source/core/rendering/RenderBoxModelObject.cpp         style->borderBottomStyle(),
style            2359 Source/core/rendering/RenderBoxModelObject.cpp         style->borderBottomIsTransparent(),
style            2362 Source/core/rendering/RenderBoxModelObject.cpp     edges[BSLeft] = BorderEdge(style->borderLeftWidth(),
style            2363 Source/core/rendering/RenderBoxModelObject.cpp         resolveColor(style, CSSPropertyBorderLeftColor),
style            2364 Source/core/rendering/RenderBoxModelObject.cpp         style->borderLeftStyle(),
style            2365 Source/core/rendering/RenderBoxModelObject.cpp         style->borderLeftIsTransparent(),
style            2372 Source/core/rendering/RenderBoxModelObject.cpp     getBorderEdgeInfo(edges, style());
style            2387 Source/core/rendering/RenderBoxModelObject.cpp     if (!style()->hasBorder())
style            2391 Source/core/rendering/RenderBoxModelObject.cpp     if (style()->borderImage().image())
style            2395 Source/core/rendering/RenderBoxModelObject.cpp     getBorderEdgeInfo(edges, style());
style            2411 Source/core/rendering/RenderBoxModelObject.cpp     if (style()->hasAppearance())
style            2414 Source/core/rendering/RenderBoxModelObject.cpp     const ShadowList* shadowList = style()->boxShadow();
style            2422 Source/core/rendering/RenderBoxModelObject.cpp         if (currentShadow.style() != Normal)
style            2440 Source/core/rendering/RenderBoxModelObject.cpp     const FillLayer* lastBackgroundLayer = style()->backgroundLayers();
style            2447 Source/core/rendering/RenderBoxModelObject.cpp     if (lastBackgroundLayer->image() && style()->hasBorderRadius())
style            2478 Source/core/rendering/RenderBoxModelObject.cpp         if (shadow.style() != shadowStyle)
style            2490 Source/core/rendering/RenderBoxModelObject.cpp         if (shadow.style() == Normal) {
style            2736 Source/core/rendering/RenderBoxModelObject.cpp     if (!style()->hasOutOfFlowPosition() && o->hasColumns()) {
style            2743 Source/core/rendering/RenderBoxModelObject.cpp     bool preserve3D = mode & UseTransforms && (o->style()->preserves3D() || style()->preserves3D());
style            2762 Source/core/rendering/RenderBoxModelObject.cpp     bool isFixedPos = !isInline && style()->position() == FixedPosition;
style            2775 Source/core/rendering/RenderBoxModelObject.cpp     bool preserve3D = container->style()->preserves3D() || style()->preserves3D();
style              69 Source/core/rendering/RenderBoxModelObject.h     LayoutSize relativePositionLogicalOffset() const { return style()->isHorizontalWritingMode() ? relativePositionOffset() : relativePositionOffset().transposedSize(); }
style              73 Source/core/rendering/RenderBoxModelObject.h     LayoutSize stickyPositionLogicalOffset() const { return style()->isHorizontalWritingMode() ? stickyPositionOffset() : stickyPositionOffset().transposedSize(); }
style              93 Source/core/rendering/RenderBoxModelObject.h         if (isRoot() || isPositioned() || createsGroup() || hasClipPath() || hasTransform() || hasHiddenBackface() || hasReflection() || style()->specifiesColumns() || style()->hasWillChangeCompositingHint() || style()->hasWillChangeGpuRasterizationHint() || shouldCompositeForActiveAnimations(*this))
style             103 Source/core/rendering/RenderBoxModelObject.h     LayoutUnit computedCSSPaddingTop() const { return computedCSSPadding(style()->paddingTop()); }
style             104 Source/core/rendering/RenderBoxModelObject.h     LayoutUnit computedCSSPaddingBottom() const { return computedCSSPadding(style()->paddingBottom()); }
style             105 Source/core/rendering/RenderBoxModelObject.h     LayoutUnit computedCSSPaddingLeft() const { return computedCSSPadding(style()->paddingLeft()); }
style             106 Source/core/rendering/RenderBoxModelObject.h     LayoutUnit computedCSSPaddingRight() const { return computedCSSPadding(style()->paddingRight()); }
style             107 Source/core/rendering/RenderBoxModelObject.h     LayoutUnit computedCSSPaddingBefore() const { return computedCSSPadding(style()->paddingBefore()); }
style             108 Source/core/rendering/RenderBoxModelObject.h     LayoutUnit computedCSSPaddingAfter() const { return computedCSSPadding(style()->paddingAfter()); }
style             109 Source/core/rendering/RenderBoxModelObject.h     LayoutUnit computedCSSPaddingStart() const { return computedCSSPadding(style()->paddingStart()); }
style             110 Source/core/rendering/RenderBoxModelObject.h     LayoutUnit computedCSSPaddingEnd() const { return computedCSSPadding(style()->paddingEnd()); }
style             123 Source/core/rendering/RenderBoxModelObject.h     virtual int borderTop() const { return style()->borderTopWidth(); }
style             124 Source/core/rendering/RenderBoxModelObject.h     virtual int borderBottom() const { return style()->borderBottomWidth(); }
style             125 Source/core/rendering/RenderBoxModelObject.h     virtual int borderLeft() const { return style()->borderLeftWidth(); }
style             126 Source/core/rendering/RenderBoxModelObject.h     virtual int borderRight() const { return style()->borderRightWidth(); }
style             127 Source/core/rendering/RenderBoxModelObject.h     virtual int borderBefore() const { return style()->borderBeforeWidth(); }
style             128 Source/core/rendering/RenderBoxModelObject.h     virtual int borderAfter() const { return style()->borderAfterWidth(); }
style             129 Source/core/rendering/RenderBoxModelObject.h     virtual int borderStart() const { return style()->borderStartWidth(); }
style             130 Source/core/rendering/RenderBoxModelObject.h     virtual int borderEnd() const { return style()->borderEndWidth(); }
style             143 Source/core/rendering/RenderBoxModelObject.h     LayoutUnit borderAndPaddingLogicalLeft() const { return style()->isHorizontalWritingMode() ? borderLeft() + paddingLeft() : borderTop() + paddingTop(); }
style             146 Source/core/rendering/RenderBoxModelObject.h     LayoutUnit borderLogicalLeft() const { return style()->isHorizontalWritingMode() ? borderLeft() : borderTop(); }
style             147 Source/core/rendering/RenderBoxModelObject.h     LayoutUnit borderLogicalRight() const { return style()->isHorizontalWritingMode() ? borderRight() : borderBottom(); }
style             151 Source/core/rendering/RenderBoxModelObject.h     LayoutUnit paddingLogicalLeft() const { return style()->isHorizontalWritingMode() ? paddingLeft() : paddingTop(); }
style             152 Source/core/rendering/RenderBoxModelObject.h     LayoutUnit paddingLogicalRight() const { return style()->isHorizontalWritingMode() ? paddingRight() : paddingBottom(); }
style              45 Source/core/rendering/RenderButton.cpp         m_inner = createAnonymousBlock(style()->display());
style              46 Source/core/rendering/RenderButton.cpp         setupInnerStyle(m_inner->style());
style              74 Source/core/rendering/RenderButton.cpp         m_inner->style()->setFlexGrow(newStyle.initialFlexGrow());
style              75 Source/core/rendering/RenderButton.cpp         m_inner->style()->setMarginTop(newStyle.initialMargin());
style              76 Source/core/rendering/RenderButton.cpp         m_inner->style()->setMarginBottom(newStyle.initialMargin());
style              86 Source/core/rendering/RenderButton.cpp         setupInnerStyle(m_inner->style());
style              99 Source/core/rendering/RenderButton.cpp     innerStyle->setFlexDirection(style()->flexDirection());
style              40 Source/core/rendering/RenderCombineText.cpp     setStyleInternal(RenderStyle::clone(style()));
style              72 Source/core/rendering/RenderCombineText.cpp         textOrigin.move(boxRect.height() / 2 - ceilf(m_combinedTextWidth) / 2, style()->font().fontDescription().computedPixelSize());
style              96 Source/core/rendering/RenderCombineText.cpp     if (style()->isHorizontalWritingMode())
style              99 Source/core/rendering/RenderCombineText.cpp     TextRun run = RenderBlockFlow::constructTextRun(this, originalFont(), this, style(), style()->direction());
style             108 Source/core/rendering/RenderCombineText.cpp     FontSelector* fontSelector = style()->font().fontSelector();
style             111 Source/core/rendering/RenderCombineText.cpp         shouldUpdateFont = style()->setFontDescription(description); // Need to change font orientation to horizontal.
style             125 Source/core/rendering/RenderCombineText.cpp                 shouldUpdateFont = style()->setFontDescription(description);
style             132 Source/core/rendering/RenderCombineText.cpp         shouldUpdateFont = style()->setFontDescription(originalFont().fontDescription());
style             135 Source/core/rendering/RenderCombineText.cpp         style()->font().update(fontSelector);
style              38 Source/core/rendering/RenderCombineText.h     const Font& originalFont() const { return parent()->style()->font(); }
style             115 Source/core/rendering/RenderCounter.cpp     RenderStyle* style = object.style();
style             116 Source/core/rendering/RenderCounter.cpp     ASSERT(style);
style             118 Source/core/rendering/RenderCounter.cpp     switch (style->styleType()) {
style             132 Source/core/rendering/RenderCounter.cpp     const CounterDirectives directives = style->getCounterDirectives(identifier);
style             391 Source/core/rendering/RenderCounter.cpp             PseudoId containerStyle = beforeAfterContainer->style()->styleType();
style             500 Source/core/rendering/RenderCounter.cpp     ASSERT(renderer.style());
style             501 Source/core/rendering/RenderCounter.cpp     const CounterDirectiveMap* directiveMap = renderer.style()->counterDirectives();
style              46 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         if (m_box->style()->boxOrient() == HORIZONTAL && !m_box->style()->isLeftToRightDirection())
style              47 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             m_forward = m_box->style()->boxDirection() != BNORMAL;
style              49 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             m_forward = m_box->style()->boxDirection() == BNORMAL;
style              54 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                 if (child->style()->boxOrdinalGroup() > m_largestOrdinal)
style              55 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                     m_largestOrdinal = child->style()->boxOrdinalGroup();
style             100 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                 m_ordinalValues.add(m_currentChild->style()->boxOrdinalGroup());
style             102 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                  && m_currentChild->style()->boxOrdinalGroup() != m_currentOrdinal));
style             110 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         return m_currentOrdinal == firstOrdinalValue && m_currentChild->style()->boxOrdinalGroup() != firstOrdinalValue;
style             155 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp     Length marginLeft = child->style()->marginLeft();
style             156 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp     Length marginRight = child->style()->marginRight();
style             168 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp     return child->isOutOfFlowPositioned() || child->style()->visibility() == COLLAPSE;
style             187 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp     RenderStyle* oldStyle = style();
style             231 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp     if (style()->width().isFixed() && style()->width().value() > 0)
style             232 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         m_minPreferredLogicalWidth = m_maxPreferredLogicalWidth = adjustContentBoxLogicalWidthForBoxSizing(style()->width().value());
style             236 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp     if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) {
style             237 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         m_maxPreferredLogicalWidth = max(m_maxPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->minWidth().value()));
style             238 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         m_minPreferredLogicalWidth = max(m_minPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->minWidth().value()));
style             241 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp     if (style()->maxWidth().isFixed()) {
style             242 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         m_maxPreferredLogicalWidth = min(m_maxPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->maxWidth().value()));
style             243 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         m_minPreferredLogicalWidth = min(m_minPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->maxWidth().value()));
style             272 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             || (parent()->isDeprecatedFlexibleBox() && parent()->style()->boxOrient() == HORIZONTAL
style             273 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             && parent()->style()->boxAlign() == BSTRETCH))
style             319 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         if (!childDoesNotAffectWidthOrFlexing(child) && child->style()->boxFlex() > 0.0f) {
style             326 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             unsigned int flexGroup = child->style()->boxFlexGroup();
style             373 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             if (relayoutChildren || (child->isReplaced() && (child->style()->width().isPercent() || child->style()->height().isPercent())))
style             386 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             if (style()->boxAlign() == BBASELINE) {
style             407 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             setHeight(height() + lineHeight(true, style()->isHorizontalWritingMode() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes));
style             419 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         m_stretchingChildren = (style()->boxAlign() == BSTRETCH);
style             427 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                     if (child->style()->hasStaticBlockPosition(style()->isHorizontalWritingMode()))
style             433 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             if (child->style()->visibility() == COLLAPSE) {
style             458 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             switch (style()->boxAlign()) {
style             511 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                             totalFlex += child->style()->boxFlex();
style             517 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                             LayoutUnit projectedFlex = (allowedFlex == LayoutUnit::max()) ? allowedFlex : LayoutUnit(allowedFlex * (totalFlex / child->style()->boxFlex()));
style             531 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                         if (child->style()->visibility() == COLLAPSE)
style             535 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                             LayoutUnit spaceAdd = LayoutUnit(spaceAvailableThisPass * (child->style()->boxFlex() / totalFlex));
style             546 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                             totalFlex -= child->style()->boxFlex();
style             573 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp     if (remainingSpace > 0 && ((style()->isLeftToRightDirection() && style()->boxPack() != Start)
style             574 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         || (!style()->isLeftToRightDirection() && style()->boxPack() != End))) {
style             577 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         if (style()->boxPack() == Justify) {
style             608 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             if (style()->boxPack() == Center)
style             644 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp     bool haveLineClamp = !style()->lineClamp().isNone();
style             665 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                     if (child->style()->hasStaticBlockPosition(style()->isHorizontalWritingMode()))
style             672 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             if (!haveLineClamp && (relayoutChildren || (child->isReplaced() && (child->style()->width().isPercent() || child->style()->height().isPercent()))))
style             675 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             if (child->style()->visibility() == COLLAPSE) {
style             696 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             switch (style()->boxAlign()) {
style             702 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                     if (!style()->isLeftToRightDirection())
style             708 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                     if (style()->isLeftToRightDirection())
style             723 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             setHeight(height() + lineHeight(true, style()->isHorizontalWritingMode() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes));
style             765 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                             totalFlex += child->style()->boxFlex();
style             771 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                             LayoutUnit projectedFlex = (allowedFlex == LayoutUnit::max()) ? allowedFlex : static_cast<LayoutUnit>(allowedFlex * (totalFlex / child->style()->boxFlex()));
style             786 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                             LayoutUnit spaceAdd = static_cast<LayoutUnit>(spaceAvailableThisPass * (child->style()->boxFlex() / totalFlex));
style             797 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                             totalFlex -= child->style()->boxFlex();
style             824 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp     if (style()->boxPack() != Start && remainingSpace > 0) {
style             827 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         if (style()->boxPack() == Justify) {
style             858 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             if (style()->boxPack() == Center)
style             886 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         if (relayoutChildren || (child->isReplaced() && (child->style()->width().isPercent() || child->style()->height().isPercent()))
style             887 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             || (child->style()->height().isAuto() && child->isRenderBlock())) {
style             897 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         if (child->style()->height().isAuto() && child->isRenderBlock())
style             903 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp     LineClampValue lineClamp = style()->lineClamp();
style             909 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         if (childDoesNotAffectWidthOrFlexing(child) || !child->style()->height().isAuto() || !child->isRenderBlock())
style             925 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         if (style()->direction() != LTR)
style             940 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         const Font& font = style(numVisibleLines == 1)->font();
style             945 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         if (anchorBox && anchorBox->renderer().style()->isLink())
style             946 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             totalWidth = anchorBox->logicalWidth() + font.width(RenderBlockFlow::constructTextRun(this, font, ellipsisAndSpace, 2, style(), style()->direction()));
style             949 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             totalWidth = font.width(RenderBlockFlow::constructTextRun(this, font, &horizontalEllipsis, 1, style(), style()->direction()));
style             957 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         if (!srcBlock.style()->isLeftToRightDirection())
style             960 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         bool leftToRight = destBlock.style()->isLeftToRightDirection();
style             984 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         if ((child->isReplaced() && (child->style()->width().isPercent() || child->style()->height().isPercent()))
style             985 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             || (child->style()->height().isAuto() && child->isRenderBlock())) {
style            1012 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp     if (childDoesNotAffectWidthOrFlexing(child) || child->style()->boxFlex() == 0.0f || child->style()->boxFlexGroup() != group)
style            1020 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             if (!child->style()->maxWidth().isUndefined() && child->style()->maxWidth().isFixed())
style            1021 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                 maxWidth = child->style()->maxWidth().value();
style            1022 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             else if (child->style()->maxWidth().type() == Intrinsic)
style            1024 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             else if (child->style()->maxWidth().type() == MinIntrinsic)
style            1033 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             if (!child->style()->maxHeight().isUndefined() && child->style()->maxHeight().isFixed())
style            1034 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                 maxHeight = child->style()->maxHeight().value();
style            1045 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         if (child->style()->minWidth().isFixed())
style            1046 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             minWidth = child->style()->minWidth().value();
style            1047 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         else if (child->style()->minWidth().type() == Intrinsic)
style            1049 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         else if (child->style()->minWidth().type() == MinIntrinsic)
style            1051 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         else if (child->style()->minWidth().type() == Auto)
style            1057 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         Length minHeight = child->style()->minHeight();
style            1059 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             LayoutUnit minHeight = child->style()->minHeight().value();
style              60 Source/core/rendering/RenderDeprecatedFlexibleBox.h     bool hasMultipleLines() const { return style()->boxLines() == MULTIPLE; }
style              61 Source/core/rendering/RenderDeprecatedFlexibleBox.h     bool isVertical() const { return style()->boxOrient() == VERTICAL; }
style              62 Source/core/rendering/RenderDeprecatedFlexibleBox.h     bool isHorizontal() const { return style()->boxOrient() == HORIZONTAL; }
style              74 Source/core/rendering/RenderDetailsMarker.cpp     switch (style()->writingMode()) {
style              76 Source/core/rendering/RenderDetailsMarker.cpp         if (style()->isLeftToRightDirection())
style              80 Source/core/rendering/RenderDetailsMarker.cpp         if (style()->isLeftToRightDirection())
style              84 Source/core/rendering/RenderDetailsMarker.cpp         if (style()->isLeftToRightDirection())
style              88 Source/core/rendering/RenderDetailsMarker.cpp         if (style()->isLeftToRightDirection())
style             117 Source/core/rendering/RenderDetailsMarker.cpp     if (paintInfo.phase != PaintPhaseForeground || style()->visibility() != VISIBLE) {
style             233 Source/core/rendering/RenderEmbeddedObject.cpp     childBox->style()->setHeight(Length(newSize.height(), Fixed));
style             234 Source/core/rendering/RenderEmbeddedObject.cpp     childBox->style()->setWidth(Length(newSize.width(), Fixed));
style              51 Source/core/rendering/RenderFieldset.cpp         Length legendMarginLeft = legend->style()->marginLeft();
style              52 Source/core/rendering/RenderFieldset.cpp         Length legendMarginRight = legend->style()->marginLeft();
style              73 Source/core/rendering/RenderFieldset.cpp         if (style()->isLeftToRightDirection()) {
style              74 Source/core/rendering/RenderFieldset.cpp             switch (legend->style()->textAlign()) {
style              86 Source/core/rendering/RenderFieldset.cpp             switch (legend->style()->textAlign()) {
style             152 Source/core/rendering/RenderFieldset.cpp     if (style()->isHorizontalWritingMode()) {
style             163 Source/core/rendering/RenderFieldset.cpp         paintBoxShadow(paintInfo, paintRect, style(), Normal);
style             164 Source/core/rendering/RenderFieldset.cpp     paintFillLayers(paintInfo, resolveColor(CSSPropertyBackgroundColor), style()->backgroundLayers(), paintRect);
style             165 Source/core/rendering/RenderFieldset.cpp     paintBoxShadow(paintInfo, paintRect, style(), Inset);
style             167 Source/core/rendering/RenderFieldset.cpp     if (!style()->hasBorder())
style             177 Source/core/rendering/RenderFieldset.cpp     if (style()->isHorizontalWritingMode()) {
style             179 Source/core/rendering/RenderFieldset.cpp         LayoutUnit clipHeight = max(static_cast<LayoutUnit>(style()->borderTopWidth()), legend->height() - ((legend->height() - borderTop()) / 2));
style             183 Source/core/rendering/RenderFieldset.cpp         LayoutUnit clipWidth = max(static_cast<LayoutUnit>(style()->borderLeftWidth()), legend->width());
style             187 Source/core/rendering/RenderFieldset.cpp     paintBorder(paintInfo, paintRect, style());
style             192 Source/core/rendering/RenderFieldset.cpp     if (style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseMask)
style             203 Source/core/rendering/RenderFieldset.cpp     if (style()->isHorizontalWritingMode()) {
style              91 Source/core/rendering/RenderFileUploadControl.cpp     if (style()->visibility() != VISIBLE)
style             107 Source/core/rendering/RenderFileUploadControl.cpp         const Font& font = style()->font();
style             108 Source/core/rendering/RenderFileUploadControl.cpp         TextRun textRun = constructTextRun(this, font, displayedFilename, style(), TextRun::AllowTrailingExpansion, RespectDirection | RespectDirectionOverride);
style             121 Source/core/rendering/RenderFileUploadControl.cpp         if (style()->isLeftToRightDirection())
style             135 Source/core/rendering/RenderFileUploadControl.cpp         textRunPaintInfo.bounds = FloatRect(textX.toFloat(), textY.toFloat() - style()->fontMetrics().ascent(),
style             136 Source/core/rendering/RenderFileUploadControl.cpp             textWidth, style()->fontMetrics().height());
style             154 Source/core/rendering/RenderFileUploadControl.cpp     const Font& font = style()->font();
style             157 Source/core/rendering/RenderFileUploadControl.cpp     float minDefaultLabelWidth = defaultWidthNumChars * font.width(constructTextRun(renderer, font, characterAsString, style(), TextRun::AllowTrailingExpansion));
style             160 Source/core/rendering/RenderFileUploadControl.cpp     float defaultLabelWidth = font.width(constructTextRun(renderer, font, label, style(), TextRun::AllowTrailingExpansion));
style             166 Source/core/rendering/RenderFileUploadControl.cpp     if (!style()->width().isPercent())
style             177 Source/core/rendering/RenderFileUploadControl.cpp     if (style()->width().isFixed() && style()->width().value() > 0)
style             178 Source/core/rendering/RenderFileUploadControl.cpp         m_minPreferredLogicalWidth = m_maxPreferredLogicalWidth = adjustContentBoxLogicalWidthForBoxSizing(style()->width().value());
style             182 Source/core/rendering/RenderFileUploadControl.cpp     if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) {
style             183 Source/core/rendering/RenderFileUploadControl.cpp         m_maxPreferredLogicalWidth = max(m_maxPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->minWidth().value()));
style             184 Source/core/rendering/RenderFileUploadControl.cpp         m_minPreferredLogicalWidth = max(m_minPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->minWidth().value()));
style             187 Source/core/rendering/RenderFileUploadControl.cpp     if (style()->maxWidth().isFixed()) {
style             188 Source/core/rendering/RenderFileUploadControl.cpp         m_maxPreferredLogicalWidth = min(m_maxPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->maxWidth().value()));
style             189 Source/core/rendering/RenderFileUploadControl.cpp         m_minPreferredLogicalWidth = min(m_minPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->maxWidth().value()));
style             224 Source/core/rendering/RenderFileUploadControl.cpp     return RenderTheme::theme().fileListNameForWidth(input->locale(), input->files(), style()->font(), maxFilenameWidth());
style             221 Source/core/rendering/RenderFlexibleBox.cpp             ItemPosition previousAlignment = resolveAlignment(oldStyle, child->style());
style             222 Source/core/rendering/RenderFlexibleBox.cpp             if (previousAlignment == ItemPositionStretch && previousAlignment != resolveAlignment(style(), child->style()))
style             325 Source/core/rendering/RenderFlexibleBox.cpp     if (style()->flexWrap() == FlexWrapReverse)
style             352 Source/core/rendering/RenderFlexibleBox.cpp     return style()->isColumnFlexDirection();
style             365 Source/core/rendering/RenderFlexibleBox.cpp         return style()->writingMode() == TopToBottomWritingMode || style()->writingMode() == LeftToRightWritingMode;
style             366 Source/core/rendering/RenderFlexibleBox.cpp     return style()->isLeftToRightDirection() ^ (style()->flexDirection() == FlowRowReverse);
style             371 Source/core/rendering/RenderFlexibleBox.cpp     return style()->flexWrap() != FlexNoWrap;
style             376 Source/core/rendering/RenderFlexibleBox.cpp     Length flexLength = child->style()->flexBasis();
style             378 Source/core/rendering/RenderFlexibleBox.cpp         flexLength = isHorizontalFlow() ? child->style()->width() : child->style()->height();
style             445 Source/core/rendering/RenderFlexibleBox.cpp     WritingMode mode = style()->writingMode();
style             452 Source/core/rendering/RenderFlexibleBox.cpp         return style()->isLeftToRightDirection() ? LeftToRightWritingMode : RightToLeftWritingMode;
style             455 Source/core/rendering/RenderFlexibleBox.cpp         return style()->isLeftToRightDirection() ? TopToBottomWritingMode : BottomToTopWritingMode;
style             721 Source/core/rendering/RenderFlexibleBox.cpp             if (child->style()->marginLeft().isAuto())
style             723 Source/core/rendering/RenderFlexibleBox.cpp             if (child->style()->marginRight().isAuto())
style             726 Source/core/rendering/RenderFlexibleBox.cpp             if (child->style()->marginTop().isAuto())
style             728 Source/core/rendering/RenderFlexibleBox.cpp             if (child->style()->marginBottom().isAuto())
style             745 Source/core/rendering/RenderFlexibleBox.cpp         if (child->style()->marginLeft().isAuto())
style             747 Source/core/rendering/RenderFlexibleBox.cpp         if (child->style()->marginRight().isAuto())
style             750 Source/core/rendering/RenderFlexibleBox.cpp         if (child->style()->marginTop().isAuto())
style             752 Source/core/rendering/RenderFlexibleBox.cpp         if (child->style()->marginBottom().isAuto())
style             760 Source/core/rendering/RenderFlexibleBox.cpp         return child->style()->marginTop().isAuto() || child->style()->marginBottom().isAuto();
style             761 Source/core/rendering/RenderFlexibleBox.cpp     return child->style()->marginLeft().isAuto() || child->style()->marginRight().isAuto();
style             777 Source/core/rendering/RenderFlexibleBox.cpp     Length topOrLeft = isHorizontal ? child->style()->marginTop() : child->style()->marginLeft();
style             778 Source/core/rendering/RenderFlexibleBox.cpp     Length bottomOrRight = isHorizontal ? child->style()->marginBottom() : child->style()->marginRight();
style             791 Source/core/rendering/RenderFlexibleBox.cpp     if (isColumnFlow() && !child->style()->isLeftToRightDirection()) {
style             796 Source/core/rendering/RenderFlexibleBox.cpp     if (!isColumnFlow() && child->style()->isFlippedBlocksWritingMode()) {
style             854 Source/core/rendering/RenderFlexibleBox.cpp             child->setMarginLeft(computeChildMarginValue(child->style()->marginLeft()));
style             855 Source/core/rendering/RenderFlexibleBox.cpp             child->setMarginRight(computeChildMarginValue(child->style()->marginRight()));
style             857 Source/core/rendering/RenderFlexibleBox.cpp             child->setMarginTop(computeChildMarginValue(child->style()->marginTop()));
style             858 Source/core/rendering/RenderFlexibleBox.cpp             child->setMarginBottom(computeChildMarginValue(child->style()->marginBottom()));
style             865 Source/core/rendering/RenderFlexibleBox.cpp     Length max = isHorizontalFlow() ? child->style()->maxWidth() : child->style()->maxHeight();
style             872 Source/core/rendering/RenderFlexibleBox.cpp     Length min = isHorizontalFlow() ? child->style()->minWidth() : child->style()->minHeight();
style             913 Source/core/rendering/RenderFlexibleBox.cpp         totalFlexGrow += child->style()->flexGrow();
style             914 Source/core/rendering/RenderFlexibleBox.cpp         totalWeightedFlexShrink += child->style()->flexShrink() * childMainAxisExtent;
style             927 Source/core/rendering/RenderFlexibleBox.cpp         totalFlexGrow -= child->style()->flexGrow();
style             928 Source/core/rendering/RenderFlexibleBox.cpp         totalWeightedFlexShrink -= child->style()->flexShrink() * preferredChildSize;
style             955 Source/core/rendering/RenderFlexibleBox.cpp                 extraSpace = availableFreeSpace * child->style()->flexGrow() / totalFlexGrow;
style             957 Source/core/rendering/RenderFlexibleBox.cpp                 extraSpace = availableFreeSpace * child->style()->flexShrink() * preferredChildSize / totalWeightedFlexShrink;
style            1022 Source/core/rendering/RenderFlexibleBox.cpp     if (layoutMode == FlipForRowReverse && style()->flexDirection() == FlowRowReverse)
style            1029 Source/core/rendering/RenderFlexibleBox.cpp         if (child->style()->hasStaticBlockPosition(style()->isHorizontalWritingMode()))
style            1036 Source/core/rendering/RenderFlexibleBox.cpp     ItemPosition align = resolveAlignment(style(), child->style());
style            1041 Source/core/rendering/RenderFlexibleBox.cpp     if (style()->flexWrap() == FlexWrapReverse) {
style            1067 Source/core/rendering/RenderFlexibleBox.cpp             if (child->style()->marginTop().isAuto())
style            1069 Source/core/rendering/RenderFlexibleBox.cpp             if (child->style()->marginBottom().isAuto())
style            1072 Source/core/rendering/RenderFlexibleBox.cpp             if (child->style()->marginLeft().isAuto())
style            1074 Source/core/rendering/RenderFlexibleBox.cpp             if (child->style()->marginRight().isAuto())
style            1087 Source/core/rendering/RenderFlexibleBox.cpp     mainAxisOffset += initialJustifyContentOffset(availableFreeSpace, style()->justifyContent(), numberOfChildrenForJustifyContent);
style            1088 Source/core/rendering/RenderFlexibleBox.cpp     if (style()->flexDirection() == FlowRowReverse)
style            1149 Source/core/rendering/RenderFlexibleBox.cpp             mainAxisOffset += justifyContentSpaceBetweenChildren(availableFreeSpace, style()->justifyContent(), numberOfChildrenForJustifyContent);
style            1155 Source/core/rendering/RenderFlexibleBox.cpp     if (style()->flexDirection() == FlowColumnReverse) {
style            1175 Source/core/rendering/RenderFlexibleBox.cpp     mainAxisOffset -= initialJustifyContentOffset(availableFreeSpace, style()->justifyContent(), numberOfChildrenForJustifyContent);
style            1195 Source/core/rendering/RenderFlexibleBox.cpp             mainAxisOffset -= justifyContentSpaceBetweenChildren(availableFreeSpace, style()->justifyContent(), numberOfChildrenForJustifyContent);
style            1227 Source/core/rendering/RenderFlexibleBox.cpp     if (!isMultiline() || style()->alignContent() == AlignContentFlexStart)
style            1235 Source/core/rendering/RenderFlexibleBox.cpp     LayoutUnit lineOffset = initialAlignContentOffset(availableCrossAxisSpace, style()->alignContent(), lineContexts.size());
style            1241 Source/core/rendering/RenderFlexibleBox.cpp         if (style()->alignContent() == AlignContentStretch && availableCrossAxisSpace > 0)
style            1244 Source/core/rendering/RenderFlexibleBox.cpp         lineOffset += alignContentSpaceBetweenChildren(availableCrossAxisSpace, style()->alignContent(), lineContexts.size());
style            1277 Source/core/rendering/RenderFlexibleBox.cpp                 if (style()->flexWrap() == FlexWrapReverse)
style            1292 Source/core/rendering/RenderFlexibleBox.cpp                 if (style()->flexWrap() == FlexWrapReverse)
style            1311 Source/core/rendering/RenderFlexibleBox.cpp                 if (style()->flexWrap() == FlexWrapReverse)
style            1330 Source/core/rendering/RenderFlexibleBox.cpp     if (style()->flexWrap() != FlexWrapReverse)
style            1348 Source/core/rendering/RenderFlexibleBox.cpp     if (!isColumnFlow() && child->style()->logicalHeight().isAuto()) {
style            1362 Source/core/rendering/RenderFlexibleBox.cpp     } else if (isColumnFlow() && child->style()->logicalWidth().isAuto()) {
style            1378 Source/core/rendering/RenderFlexibleBox.cpp     if (style()->isLeftToRightDirection() || !isColumnFlow())
style             187 Source/core/rendering/RenderFlowThread.cpp     if (style()->isFlippedBlocksWritingMode())
style             496 Source/core/rendering/RenderFlowThread.cpp         LayoutRect regionRect(style()->direction() == LTR ? LayoutUnit() : logicalWidth() - regionLogicalWidth, logicalHeight, regionLogicalWidth, regionLogicalHeight);
style             619 Source/core/rendering/RenderFlowThread.cpp         if (containerBlock->style()->writingMode() != currentBlock->style()->writingMode()) {
style             622 Source/core/rendering/RenderFlowThread.cpp             if (containerBlock->style()->isFlippedBlocksWritingMode()) {
style             115 Source/core/rendering/RenderFullScreen.cpp     if (parent && !parent->isChildAllowed(fullscreenRenderer, fullscreenRenderer->style())) {
style             173 Source/core/rendering/RenderFullScreen.cpp void RenderFullScreen::createPlaceholder(PassRefPtr<RenderStyle> style, const LayoutRect& frameRect)
style             175 Source/core/rendering/RenderFullScreen.cpp     if (style->width().isAuto())
style             176 Source/core/rendering/RenderFullScreen.cpp         style->setWidth(Length(frameRect.width(), Fixed));
style             177 Source/core/rendering/RenderFullScreen.cpp     if (style->height().isAuto())
style             178 Source/core/rendering/RenderFullScreen.cpp         style->setHeight(Length(frameRect.height(), Fixed));
style             182 Source/core/rendering/RenderFullScreen.cpp         m_placeholder->setStyle(style);
style             188 Source/core/rendering/RenderFullScreen.cpp         m_placeholder->setStyle(style);
style             173 Source/core/rendering/RenderGeometryMap.cpp         if (!layer->subtreeIsInvisible() && lastRenderer->style()->visibility() == VISIBLE) {
style             200 Source/core/rendering/RenderGeometryMap.cpp         const RenderStyle* style = current->style();
style             201 Source/core/rendering/RenderGeometryMap.cpp         if (style->position() == FixedPosition || style->isFlippedBlocksWritingMode())
style             194 Source/core/rendering/RenderGrid.cpp     if (style()->gridAutoFlow() != AutoFlowNone) {
style             227 Source/core/rendering/RenderGrid.cpp     if (style()->gridAutoFlow() != AutoFlowNone) {
style             257 Source/core/rendering/RenderGrid.cpp         || oldStyle->gridAutoFlow() != style()->gridAutoFlow())
style             263 Source/core/rendering/RenderGrid.cpp     return oldStyle->gridTemplateColumns().size() != style()->gridTemplateColumns().size()
style             264 Source/core/rendering/RenderGrid.cpp         || oldStyle->gridTemplateRows().size() != style()->gridTemplateRows().size();
style             269 Source/core/rendering/RenderGrid.cpp     return oldStyle->namedGridRowLines() != style()->namedGridRowLines()
style             270 Source/core/rendering/RenderGrid.cpp         || oldStyle->namedGridColumnLines() != style()->namedGridColumnLines();
style             399 Source/core/rendering/RenderGrid.cpp     const bool hasUndefinedRemainingSpace = (direction == ForRows) ? style()->logicalHeight().isAuto() : gridElementIsShrinkToFit();
style             491 Source/core/rendering/RenderGrid.cpp     return valueForLength(trackLength, direction == ForColumns ? logicalWidth() : computeContentLogicalHeight(style()->logicalHeight(), -1));
style             545 Source/core/rendering/RenderGrid.cpp     const Vector<GridTrackSize>& trackStyles = (direction == ForColumns) ? style()->gridTemplateColumns() : style()->gridTemplateRows();
style             547 Source/core/rendering/RenderGrid.cpp         return (direction == ForColumns) ? style()->gridAutoColumns() : style()->gridAutoRows();
style             552 Source/core/rendering/RenderGrid.cpp         Length logicalSize = direction == ForColumns ? style()->logicalWidth() : style()->logicalHeight();
style             564 Source/core/rendering/RenderGrid.cpp     return style()->gridTemplateColumns().size();
style             569 Source/core/rendering/RenderGrid.cpp     return style()->gridTemplateRows().size();
style             582 Source/core/rendering/RenderGrid.cpp     if (child->style()->logicalHeight().isPercent() || oldOverrideContainingBlockContentLogicalWidth != overrideContainingBlockContentLogicalWidth)
style             776 Source/core/rendering/RenderGrid.cpp     GridAutoFlow autoFlow = style()->gridAutoFlow();
style             793 Source/core/rendering/RenderGrid.cpp     ASSERT(gridRowCount() >= style()->gridTemplateRows().size());
style             794 Source/core/rendering/RenderGrid.cpp     ASSERT(gridColumnCount() >= style()->gridTemplateColumns().size());
style             891 Source/core/rendering/RenderGrid.cpp     GridAutoFlow flow = style()->gridAutoFlow();
style             898 Source/core/rendering/RenderGrid.cpp     GridAutoFlow flow = style()->gridAutoFlow();
style             992 Source/core/rendering/RenderGrid.cpp     GridPosition initialPosition = (direction == ForColumns) ? gridItem->style()->gridColumnStart() : gridItem->style()->gridRowStart();
style             994 Source/core/rendering/RenderGrid.cpp     GridPosition finalPosition = (direction == ForColumns) ? gridItem->style()->gridColumnEnd() : gridItem->style()->gridRowEnd();
style            1002 Source/core/rendering/RenderGrid.cpp     if (initialPosition.isNamedGridArea() && !style()->namedGridArea().contains(initialPosition.namedGridLine()))
style            1005 Source/core/rendering/RenderGrid.cpp     if (finalPosition.isNamedGridArea() && !style()->namedGridArea().contains(finalPosition.namedGridLine()))
style            1009 Source/core/rendering/RenderGrid.cpp         if (style()->gridAutoFlow() == AutoFlowNone)
style            1042 Source/core/rendering/RenderGrid.cpp     const NamedGridLinesMap& gridLinesNames = (side == ColumnStartSide || side == ColumnEndSide) ? style()->namedGridColumnLines() : style()->namedGridRowLines();
style            1083 Source/core/rendering/RenderGrid.cpp         NamedGridAreaMap::const_iterator it = style()->namedGridArea().find(position.namedGridLine());
style            1085 Source/core/rendering/RenderGrid.cpp         ASSERT_WITH_SECURITY_IMPLICATION(it != style()->namedGridArea().end());
style            1133 Source/core/rendering/RenderGrid.cpp     const NamedGridLinesMap& gridLinesNames = (side == ColumnStartSide || side == ColumnEndSide) ? style()->namedGridColumnLines() : style()->namedGridRowLines();
style            1190 Source/core/rendering/RenderGrid.cpp     if (style()->isLeftToRightDirection())
style            1198 Source/core/rendering/RenderGrid.cpp     if (!style()->isLeftToRightDirection())
style            1215 Source/core/rendering/RenderGrid.cpp     ItemPosition childJustifySelf = child->style()->justifySelf();
style            1219 Source/core/rendering/RenderGrid.cpp         if (child->style()->direction() != style()->direction())
style            1225 Source/core/rendering/RenderGrid.cpp         if (child->style()->direction() != style()->direction())
style            1240 Source/core/rendering/RenderGrid.cpp         if (style()->isLeftToRightDirection())
style            1249 Source/core/rendering/RenderGrid.cpp         if (style()->isLeftToRightDirection())
style              78 Source/core/rendering/RenderHTMLCanvas.cpp     InterpolationQuality interpolationQuality = style()->imageRendering() == ImageRenderingOptimizeContrast ? InterpolationLow : CanvasDefaultInterpolationQuality;
style              91 Source/core/rendering/RenderHTMLCanvas.cpp     LayoutSize zoomedSize(canvasSize.width() * style()->effectiveZoom(), canvasSize.height() * style()->effectiveZoom());
style              61 Source/core/rendering/RenderIFrame.cpp     if (style()->resize() != RESIZE_NONE)
style             113 Source/core/rendering/RenderImage.cpp     return IntSize(paddingWidth + imageSize.width() * style()->effectiveZoom(), paddingHeight + imageSize.height() * style()->effectiveZoom());
style             132 Source/core/rendering/RenderImage.cpp         const Font& font = style()->font();
style             133 Source/core/rendering/RenderImage.cpp         IntSize paddedTextSize(paddingWidth + min(ceilf(font.width(RenderBlockFlow::constructTextRun(this, font, m_altText, style()))), maxAltTextWidth), paddingHeight + min(font.fontMetrics().height(), maxAltTextHeight));
style             204 Source/core/rendering/RenderImage.cpp     bool intrinsicSizeChanged = updateIntrinsicSizeIfNeeded(m_imageResource->intrinsicSize(style()->effectiveZoom()), imageSizeChanged);
style             233 Source/core/rendering/RenderImage.cpp             style()->logicalWidth().isPercent()
style             234 Source/core/rendering/RenderImage.cpp             || style()->logicalMaxWidth().isPercent()
style             235 Source/core/rendering/RenderImage.cpp             || style()->logicalMinWidth().isPercent();
style             344 Source/core/rendering/RenderImage.cpp                 const Font& font = style()->font();
style             353 Source/core/rendering/RenderImage.cpp                 TextRun textRun = RenderBlockFlow::constructTextRun(this, font, m_altText, style(), TextRun::AllowTrailingExpansion | TextRun::ForbidLeadingExpansion, DefaultTextRunFlags | RespectDirection);
style             496 Source/core/rendering/RenderImage.cpp     EFillBox backgroundClip = style()->backgroundClip();
style             498 Source/core/rendering/RenderImage.cpp     if (backgroundClip == BorderFillBox && style()->hasBorder() && !borderObscuresBackground())
style             501 Source/core/rendering/RenderImage.cpp     if ((backgroundClip == BorderFillBox || backgroundClip == PaddingFillBox) && style()->hasPadding())
style             504 Source/core/rendering/RenderImage.cpp     if (style()->objectPosition() != RenderStyle::initialObjectPosition())
style             507 Source/core/rendering/RenderImage.cpp     ObjectFit objectFit = style()->objectFit();
style             544 Source/core/rendering/RenderImage.cpp             float scaleFactor = 1 / style()->effectiveZoom();
style              97 Source/core/rendering/RenderImageResource.cpp         m_cachedImage->setContainerSizeForRenderer(m_renderer, imageContainerSize, m_renderer->style()->effectiveZoom());
style              75 Source/core/rendering/RenderImageResourceStyleImage.cpp     m_styleImage->setContainerSizeForRenderer(m_renderer, size, m_renderer->style()->effectiveZoom());
style              67 Source/core/rendering/RenderInline.cpp     if (parent() && style()->visibility() == VISIBLE && hasOutline()) {
style             151 Source/core/rendering/RenderInline.cpp         if (!toRenderBlock(block)->isAnonymousBlockContinuation() || block->style()->position() == newStyle->position())
style             158 Source/core/rendering/RenderInline.cpp         RefPtr<RenderStyle> blockStyle = RenderStyle::createAnonymousStyleWithDisplay(block->style(), BLOCK);
style             174 Source/core/rendering/RenderInline.cpp     RenderStyle* newStyle = style();
style             210 Source/core/rendering/RenderInline.cpp     RenderStyle* parentStyle = parent()->style();
style             215 Source/core/rendering/RenderInline.cpp         || style()->verticalAlign() != BASELINE
style             216 Source/core/rendering/RenderInline.cpp         || style()->textEmphasisMark() != TextEmphasisMarkNone
style             217 Source/core/rendering/RenderInline.cpp         || (checkFonts && (!parentStyle->font().fontMetrics().hasIdenticalAscentDescentAndLineGap(style()->font().fontMetrics())
style             218 Source/core/rendering/RenderInline.cpp         || parentStyle->lineHeight() != style()->lineHeight()));
style             222 Source/core/rendering/RenderInline.cpp         parentStyle = parent()->style(true);
style             223 Source/core/rendering/RenderInline.cpp         RenderStyle* childStyle = style(true);
style             310 Source/core/rendering/RenderInline.cpp         RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(style(), BLOCK);
style             315 Source/core/rendering/RenderInline.cpp             newStyle->setPosition(positionedAncestor->style()->position());
style             334 Source/core/rendering/RenderInline.cpp     cloneInline->setStyle(style());
style             550 Source/core/rendering/RenderInline.cpp     bool isHorizontal = style()->isHorizontalWritingMode();
style             562 Source/core/rendering/RenderInline.cpp                 int logicalTop = rootBox.logicalTop() + (rootBox.renderer().style(rootBox.isFirstLineStyle())->font().fontMetrics().ascent() - container->style(rootBox.isFirstLineStyle())->font().fontMetrics().ascent());
style             563 Source/core/rendering/RenderInline.cpp                 int logicalHeight = container->style(rootBox.isFirstLineStyle())->font().fontMetrics().height();
style             577 Source/core/rendering/RenderInline.cpp                     int logicalTop = rootBox.logicalTop() + (rootBox.renderer().style(rootBox.isFirstLineStyle())->font().fontMetrics().ascent() - container->style(rootBox.isFirstLineStyle())->font().fontMetrics().ascent());
style             578 Source/core/rendering/RenderInline.cpp                     int logicalHeight = container->style(rootBox.isFirstLineStyle())->font().fontMetrics().height();
style             595 Source/core/rendering/RenderInline.cpp                 int logicalTop = rootBox.logicalTop() + (rootBox.renderer().style(rootBox.isFirstLineStyle())->font().fontMetrics().ascent() - container->style(rootBox.isFirstLineStyle())->font().fontMetrics().ascent());
style             596 Source/core/rendering/RenderInline.cpp                 int logicalHeight = container->style(rootBox.isFirstLineStyle())->font().fontMetrics().height();
style             702 Source/core/rendering/RenderInline.cpp     return computeMargin(this, style()->marginLeft());
style             707 Source/core/rendering/RenderInline.cpp     return computeMargin(this, style()->marginRight());
style             712 Source/core/rendering/RenderInline.cpp     return computeMargin(this, style()->marginTop());
style             717 Source/core/rendering/RenderInline.cpp     return computeMargin(this, style()->marginBottom());
style             722 Source/core/rendering/RenderInline.cpp     return computeMargin(this, style()->marginStartUsing(otherStyle ? otherStyle : style()));
style             727 Source/core/rendering/RenderInline.cpp     return computeMargin(this, style()->marginEndUsing(otherStyle ? otherStyle : style()));
style             732 Source/core/rendering/RenderInline.cpp     return computeMargin(this, style()->marginBeforeUsing(otherStyle ? otherStyle : style()));
style             737 Source/core/rendering/RenderInline.cpp     return computeMargin(this, style()->marginAfterUsing(otherStyle ? otherStyle : style()));
style             866 Source/core/rendering/RenderInline.cpp         bool isHorizontal = style()->isHorizontalWritingMode();
style             932 Source/core/rendering/RenderInline.cpp     bool isHorizontal = style()->isHorizontalWritingMode();
style             941 Source/core/rendering/RenderInline.cpp                 LayoutRect logicalRect = currBox->logicalVisualOverflowRectForPropagation(style());
style             991 Source/core/rendering/RenderInline.cpp     if (!style()->isHorizontalWritingMode())
style            1015 Source/core/rendering/RenderInline.cpp         if (inlineFlow->style()->hasInFlowPosition() && inlineFlow->hasLayer())
style            1019 Source/core/rendering/RenderInline.cpp     LayoutUnit outlineSize = style()->outlineSize();
style            1062 Source/core/rendering/RenderInline.cpp             if (style()->hasInFlowPosition() && layer())
style            1081 Source/core/rendering/RenderInline.cpp     if (o->isRenderBlockFlow() && !style()->hasOutOfFlowPosition()) {
style            1091 Source/core/rendering/RenderInline.cpp     if (style()->hasInFlowPosition() && layer()) {
style            1134 Source/core/rendering/RenderInline.cpp             || (container->isBox() && container->style()->isFlippedBlocksWritingMode())
style            1150 Source/core/rendering/RenderInline.cpp             if (style()->hasInFlowPosition() && layer())
style            1163 Source/core/rendering/RenderInline.cpp         if (o->style()->isFlippedBlocksWritingMode()) {
style            1172 Source/core/rendering/RenderInline.cpp     bool preserve3D = mode & UseTransforms && (o->style()->preserves3D() || style()->preserves3D());
style            1287 Source/core/rendering/RenderInline.cpp         RenderStyle* s = style(firstLine);
style            1288 Source/core/rendering/RenderInline.cpp         if (s != style())
style            1292 Source/core/rendering/RenderInline.cpp     return style()->computedLineHeight();
style            1298 Source/core/rendering/RenderInline.cpp     const FontMetrics& fontMetrics = style(firstLine)->fontMetrics();
style            1325 Source/core/rendering/RenderInline.cpp     if (!child.style()->hasStaticInlinePosition(style()->isHorizontalWritingMode()))
style            1332 Source/core/rendering/RenderInline.cpp     else if (!child.style()->isOriginalDisplayInlineType())
style            1336 Source/core/rendering/RenderInline.cpp     if (!child.style()->hasStaticBlockPosition(style()->isHorizontalWritingMode()))
style            1339 Source/core/rendering/RenderInline.cpp     return style()->isHorizontalWritingMode() ? logicalOffset : logicalOffset.transposedSize();
style            1408 Source/core/rendering/RenderInline.cpp     RenderStyle* styleToUse = style();
style            1452 Source/core/rendering/RenderInline.cpp     RenderStyle* styleToUse = style();
style            1458 Source/core/rendering/RenderInline.cpp     int offset = style()->outlineOffset();
style            1560 Source/core/rendering/RenderInline.cpp     if (style()->visibility() != VISIBLE)
style            1563 Source/core/rendering/RenderInline.cpp     if (style()->getDraggableRegionMode() == DraggableRegionNone)
style            1567 Source/core/rendering/RenderInline.cpp     region.draggable = style()->getDraggableRegionMode() == DraggableRegionDrag;
style              47 Source/core/rendering/RenderInputSpeech.cpp void RenderInputSpeech::adjustInputFieldSpeechButtonStyle(RenderStyle* style, Element*)
style              50 Source/core/rendering/RenderInputSpeech.cpp     float fontScale = style->fontSize() / defaultControlFontPixelSize;
style              52 Source/core/rendering/RenderInputSpeech.cpp     style->setWidth(Length(speechButtonSize, Fixed));
style              53 Source/core/rendering/RenderInputSpeech.cpp     style->setHeight(Length(speechButtonSize, Fixed));
style             149 Source/core/rendering/RenderLayer.cpp     if (!renderer->firstChild() && renderer->style()) {
style             151 Source/core/rendering/RenderLayer.cpp         m_hasVisibleContent = renderer->style()->visibility() == VISIBLE;
style             399 Source/core/rendering/RenderLayer.cpp     const EPosition position = renderer()->style()->position();
style             400 Source/core/rendering/RenderLayer.cpp     const EPosition otherPosition = other->renderer()->style()->position();
style             499 Source/core/rendering/RenderLayer.cpp     if (renderer()->style()->hasViewportConstrainedPosition())
style             532 Source/core/rendering/RenderLayer.cpp     bool hasTransform = renderer()->hasTransform() && renderer()->style()->hasTransform();
style             550 Source/core/rendering/RenderLayer.cpp         box->style()->applyTransform(*m_transform, box->pixelSnappedBorderBoxRect().size(), RenderStyle::IncludeTransformOrigin);
style             587 Source/core/rendering/RenderLayer.cpp         box->style()->applyTransform(currTransform, box->pixelSnappedBorderBoxRect().size(), RenderStyle::ExcludeTransformOrigin);
style             864 Source/core/rendering/RenderLayer.cpp         if (renderer()->style()->visibility() == VISIBLE)
style             871 Source/core/rendering/RenderLayer.cpp                 if (r->style()->visibility() == VISIBLE && !r->hasLayer()) {
style            1033 Source/core/rendering/RenderLayer.cpp     RenderStyle* style = renderer()->style();
style            1034 Source/core/rendering/RenderLayer.cpp     if (!style->hasPerspective())
style            1042 Source/core/rendering/RenderLayer.cpp     float perspectiveOriginX = floatValueForLength(style->perspectiveOriginX(), boxWidth);
style            1043 Source/core/rendering/RenderLayer.cpp     float perspectiveOriginY = floatValueForLength(style->perspectiveOriginY(), boxHeight);
style            1052 Source/core/rendering/RenderLayer.cpp     t.applyPerspective(style->perspective());
style            1064 Source/core/rendering/RenderLayer.cpp     RenderStyle* style = renderer()->style();
style            1066 Source/core/rendering/RenderLayer.cpp     return FloatPoint(floatValueForLength(style->perspectiveOriginX(), borderBox.width().toFloat()), floatValueForLength(style->perspectiveOriginY(), borderBox.height().toFloat()));
style            1239 Source/core/rendering/RenderLayer.cpp         if (renderer->style()->hasFilterOutsets())
style            1341 Source/core/rendering/RenderLayer.cpp         layer->renderer()->style()->filterOutsets().expandRect(clipRect);
style            1360 Source/core/rendering/RenderLayer.cpp     layer->renderer()->style()->filterOutsets().expandRect(clipRect);
style            1493 Source/core/rendering/RenderLayer.cpp     if (renderer()->style()->visibility() != VISIBLE)
style            1601 Source/core/rendering/RenderLayer.cpp     EPosition position = renderer->style()->position();
style            1807 Source/core/rendering/RenderLayer.cpp     ASSERT(!oldStyle || !renderer()->style()->reflectionDataEquivalent(oldStyle));
style            1842 Source/core/rendering/RenderLayer.cpp     return m_scrollableArea && (m_scrollableArea->hasScrollbar() || m_scrollableArea->hasScrollCorner() || renderer()->style()->resize() != RESIZE_NONE);
style            1897 Source/core/rendering/RenderLayer.cpp         if (layer->renderer()->hasOverflowClip() && layer->renderer()->style()->hasBorderRadius() && inContainingBlockChain(this, layer)) {
style            1900 Source/core/rendering/RenderLayer.cpp                 context->clipRoundedRect(layer->renderer()->style()->getRoundedInnerBorderFor(LayoutRect(delta, layer->size())));
style            2092 Source/core/rendering/RenderLayer.cpp     RenderStyle* style = renderer()->style();
style            2095 Source/core/rendering/RenderLayer.cpp     if (renderer()->hasClipPath() && !context->paintingDisabled() && style) {
style            2096 Source/core/rendering/RenderLayer.cpp         ASSERT(style->clipPath());
style            2097 Source/core/rendering/RenderLayer.cpp         if (style->clipPath()->type() == ClipPathOperation::SHAPE) {
style            2100 Source/core/rendering/RenderLayer.cpp             ShapeClipPathOperation* clipPath = toShapeClipPathOperation(style->clipPath());
style            2108 Source/core/rendering/RenderLayer.cpp         } else if (style->clipPath()->type() == ClipPathOperation::REFERENCE) {
style            2109 Source/core/rendering/RenderLayer.cpp             ReferenceClipPathOperation* referenceClipPathOperation = toReferenceClipPathOperation(style->clipPath());
style            2634 Source/core/rendering/RenderLayer.cpp     bool isHorizontal = columnBlock->style()->isHorizontalWritingMode();
style            2709 Source/core/rendering/RenderLayer.cpp         if (columnBlock->style()->isFlippedBlocksWritingMode())
style            2910 Source/core/rendering/RenderLayer.cpp     if (localTransformState && renderer()->style()->backfaceVisibility() == BackfaceVisibilityHidden) {
style            3216 Source/core/rendering/RenderLayer.cpp     bool isHorizontal = columnBlock->style()->isHorizontalWritingMode();
style            3223 Source/core/rendering/RenderLayer.cpp         if (columnBlock->style()->isFlippedBlocksWritingMode())
style            3234 Source/core/rendering/RenderLayer.cpp         if (columnBlock->style()->isFlippedBlocksWritingMode())
style            3498 Source/core/rendering/RenderLayer.cpp         renderer->style()->filterOutsets().expandRect(unionBounds);
style            3608 Source/core/rendering/RenderLayer.cpp     RenderStyle* style = renderer()->style();
style            3609 Source/core/rendering/RenderLayer.cpp     if (!style)
style            3612 Source/core/rendering/RenderLayer.cpp     return compositor()->clipsCompositingDescendants(this) && style->hasBorderRadius();
style            3635 Source/core/rendering/RenderLayer.cpp     if (renderer()->style()->visibility() != VISIBLE)
style            3638 Source/core/rendering/RenderLayer.cpp     if (paintsWithFilters() && renderer()->style()->filter().hasFilterThatAffectsOpacity())
style            3741 Source/core/rendering/RenderLayer.cpp static bool hasBoxDecorations(const RenderStyle* style)
style            3743 Source/core/rendering/RenderLayer.cpp     return style->hasBorder() || style->hasBorderRadius() || style->hasOutline() || style->hasAppearance() || style->boxShadow() || style->hasFilter();
style            3748 Source/core/rendering/RenderLayer.cpp     return hasBoxDecorations(renderer()->style()) || renderer()->hasBackground();
style            3777 Source/core/rendering/RenderLayer.cpp     ASSERT(!oldStyle || renderer()->style()->position() != oldStyle->position());
style            3880 Source/core/rendering/RenderLayer.cpp         compositedLayerMapping()->updateFilters(renderer()->style());
style            3892 Source/core/rendering/RenderLayer.cpp     if (!oldStyle || oldStyle->visibility() != renderer()->style()->visibility()) {
style            3901 Source/core/rendering/RenderLayer.cpp     if (!oldStyle || renderer()->style()->position() != oldStyle->position()) {
style            3906 Source/core/rendering/RenderLayer.cpp     if (!oldStyle || !renderer()->style()->reflectionDataEquivalent(oldStyle)) {
style            3916 Source/core/rendering/RenderLayer.cpp     if (!oldStyle || !renderer()->style()->transformDataEquivalent(*oldStyle))
style            3926 Source/core/rendering/RenderLayer.cpp         updateFilters(oldStyle, renderer()->style());
style            3937 Source/core/rendering/RenderLayer.cpp     const RenderStyle* newStyle = renderer()->style();
style            3957 Source/core/rendering/RenderLayer.cpp FilterOperations RenderLayer::computeFilterOperations(const RenderStyle* style)
style            3959 Source/core/rendering/RenderLayer.cpp     const FilterOperations& filters = style->filter();
style            3969 Source/core/rendering/RenderLayer.cpp             float zoom = style->effectiveZoom() * WebCore::deviceScaleFactor(renderer()->frame());
style            3971 Source/core/rendering/RenderLayer.cpp             float zoom = style->effectiveZoom();
style            3990 Source/core/rendering/RenderLayer.cpp     if (renderer()->style()->filter().hasReferenceFilter())
style            3991 Source/core/rendering/RenderLayer.cpp         ensureFilterInfo()->updateReferenceFilterClients(renderer()->style()->filter());
style            4021 Source/core/rendering/RenderLayer.cpp     if (!filterInfo->renderer()->build(renderer(), computeFilterOperations(renderer()->style())))
style             301 Source/core/rendering/RenderLayer.h     bool overlapBoundsIncludeChildren() const { return hasFilter() && renderer()->style()->filter().hasFilterThatMovesPixels(); }
style             332 Source/core/rendering/RenderLayer.h     bool preserves3D() const { return renderer()->style()->transformStyle3D() == TransformStyle3DPreserve3D; }
style             336 Source/core/rendering/RenderLayer.h     bool shouldPreserve3D() const { return !renderer()->hasReflection() && renderer()->style()->transformStyle3D() == TransformStyle3DPreserve3D; }
style              71 Source/core/rendering/RenderLayerBlendInfo.cpp     blink::WebBlendMode newBlendMode = m_renderer->style()->blendMode();
style             197 Source/core/rendering/RenderLayerClipper.cpp             if (m_renderer->style()->hasBorderRadius())
style             264 Source/core/rendering/RenderLayerClipper.cpp     if (m_renderer->style()->position() == FixedPosition) {
style             268 Source/core/rendering/RenderLayerClipper.cpp     } else if (m_renderer->style()->hasInFlowPosition()) {
style             270 Source/core/rendering/RenderLayerClipper.cpp     } else if (m_renderer->style()->position() == AbsolutePosition) {
style             291 Source/core/rendering/RenderLayerClipper.cpp             if (m_renderer->style()->hasBorderRadius())
style             341 Source/core/rendering/RenderLayerClipper.cpp     ClipRect backgroundClipRect = backgroundClipRectForPosition(parentRects, m_renderer->style()->position());
style              80 Source/core/rendering/RenderLayerModelObject.cpp                 if (style()->hasViewportConstrainedPosition())
style              97 Source/core/rendering/RenderLayerModelObject.cpp     RenderStyle* oldStyle = style();
style             185 Source/core/rendering/RenderLayerModelObject.cpp         bool newStyleIsViewportConstained = style()->hasViewportConstrainedPosition();
style              87 Source/core/rendering/RenderLayerReflectionInfo.cpp     newStyle->inheritFrom(renderer()->style());
style              91 Source/core/rendering/RenderLayerReflectionInfo.cpp     switch (renderer()->style()->boxReflect()->direction()) {
style              96 Source/core/rendering/RenderLayerReflectionInfo.cpp             renderer()->style()->boxReflect()->offset(), TransformOperation::Translate));
style             105 Source/core/rendering/RenderLayerReflectionInfo.cpp             renderer()->style()->boxReflect()->offset(), TransformOperation::Translate));
style             112 Source/core/rendering/RenderLayerReflectionInfo.cpp             renderer()->style()->boxReflect()->offset(), Length(0, Fixed), TransformOperation::Translate));
style             121 Source/core/rendering/RenderLayerReflectionInfo.cpp             renderer()->style()->boxReflect()->offset(), Length(0, Fixed), TransformOperation::Translate));
style             127 Source/core/rendering/RenderLayerReflectionInfo.cpp     newStyle->setMaskBoxImage(renderer()->style()->boxReflect()->mask());
style             237 Source/core/rendering/RenderLayerRepainter.cpp     m_renderer->style()->filterOutsets().expandRect(rectForRepaint);
style             244 Source/core/rendering/RenderLayerScrollableArea.cpp static int cornerStart(const RenderStyle* style, int minX, int maxX, int thickness)
style             246 Source/core/rendering/RenderLayerScrollableArea.cpp     if (style->shouldPlaceBlockDirectionScrollbarOnLogicalLeft())
style             247 Source/core/rendering/RenderLayerScrollableArea.cpp         return minX + style->borderLeftWidth();
style             248 Source/core/rendering/RenderLayerScrollableArea.cpp     return maxX - thickness - style->borderRightWidth();
style             251 Source/core/rendering/RenderLayerScrollableArea.cpp static IntRect cornerRect(const RenderStyle* style, const Scrollbar* horizontalScrollbar, const Scrollbar* verticalScrollbar, const IntRect& bounds)
style             270 Source/core/rendering/RenderLayerScrollableArea.cpp     return IntRect(cornerStart(style, bounds.x(), bounds.maxX(), horizontalThickness),
style             271 Source/core/rendering/RenderLayerScrollableArea.cpp         bounds.maxY() - verticalThickness - style->borderBottomWidth(),
style             284 Source/core/rendering/RenderLayerScrollableArea.cpp     bool hasResizer = m_box->style()->resize() != RESIZE_NONE;
style             286 Source/core/rendering/RenderLayerScrollableArea.cpp         return cornerRect(m_box->style(), horizontalScrollbar(), verticalScrollbar(), m_box->pixelSnappedBorderBoxRect());
style             510 Source/core/rendering/RenderLayerScrollableArea.cpp         m_box->style()->overflowX() : m_box->style()->overflowY();
style             516 Source/core/rendering/RenderLayerScrollableArea.cpp     return m_box->style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft();
style             555 Source/core/rendering/RenderLayerScrollableArea.cpp     int scrollableLeftOverflow = m_overflowRect.x() - m_box->borderLeft() - (m_box->style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft() ? m_box->verticalScrollbarWidth() : 0);
style             570 Source/core/rendering/RenderLayerScrollableArea.cpp     if (m_box->style()->appearance() == ListboxPart)
style             599 Source/core/rendering/RenderLayerScrollableArea.cpp         if (m_box->style()->overflowX() == OSCROLL)
style             601 Source/core/rendering/RenderLayerScrollableArea.cpp         if (m_box->style()->overflowY() == OSCROLL)
style             627 Source/core/rendering/RenderLayerScrollableArea.cpp         if (m_box->style()->overflowX() == OAUTO || m_box->style()->overflowY() == OAUTO) {
style             710 Source/core/rendering/RenderLayerScrollableArea.cpp     if (m_box->style()->appearance() == ListboxPart)
style             720 Source/core/rendering/RenderLayerScrollableArea.cpp     EOverflow overflowX = m_box->style()->overflowX();
style             721 Source/core/rendering/RenderLayerScrollableArea.cpp     EOverflow overflowY = m_box->style()->overflowY();
style             797 Source/core/rendering/RenderLayerScrollableArea.cpp     if (m_box->style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft())
style             805 Source/core/rendering/RenderLayerScrollableArea.cpp     if (m_box->style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft())
style             838 Source/core/rendering/RenderLayerScrollableArea.cpp     bool hasCustomScrollbarStyle = actualRenderer->isBox() && actualRenderer->style()->hasPseudoStyle(SCROLLBAR);
style             988 Source/core/rendering/RenderLayerScrollableArea.cpp     RefPtr<RenderStyle> corner = m_box->hasOverflowClip() ? actualRenderer->getUncachedPseudoStyle(PseudoStyleRequest(SCROLLBAR_CORNER), actualRenderer->style()) : PassRefPtr<RenderStyle>(nullptr);
style            1092 Source/core/rendering/RenderLayerScrollableArea.cpp     if (m_box->style()->resize() != RESIZE_NONE) {
style            1129 Source/core/rendering/RenderLayerScrollableArea.cpp     if (m_box->style()->resize() == RESIZE_NONE)
style            1131 Source/core/rendering/RenderLayerScrollableArea.cpp     IntRect corner = cornerRect(m_box->style(), horizontalScrollbar(), verticalScrollbar(), bounds);
style            1175 Source/core/rendering/RenderLayerScrollableArea.cpp     if (m_box->style()->resize() == RESIZE_NONE)
style            1256 Source/core/rendering/RenderLayerScrollableArea.cpp     RefPtr<RenderStyle> resizer = m_box->hasOverflowClip() ? actualRenderer->getUncachedPseudoStyle(PseudoStyleRequest(RESIZER), actualRenderer->style()) : PassRefPtr<RenderStyle>(nullptr);
style            1286 Source/core/rendering/RenderLayerScrollableArea.cpp     if (m_box->style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft()) {
style            1303 Source/core/rendering/RenderLayerScrollableArea.cpp     if (m_box->style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft())
style            1341 Source/core/rendering/RenderLayerScrollableArea.cpp     float zoomFactor = m_box->style()->effectiveZoom();
style            1352 Source/core/rendering/RenderLayerScrollableArea.cpp     if (m_box->style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft()) {
style            1359 Source/core/rendering/RenderLayerScrollableArea.cpp     bool isBoxSizingBorder = m_box->style()->boxSizing() == BORDER_BOX;
style            1361 Source/core/rendering/RenderLayerScrollableArea.cpp     EResize resize = m_box->style()->resize();
style             391 Source/core/rendering/RenderLayerStackingNode.cpp     if (isStackingContext == wasStackingContext && oldVisibility == renderer()->style()->visibility() && oldZIndex == zIndex())
style             418 Source/core/rendering/RenderLayerStackingNode.cpp         || (renderer()->style()->specifiesColumns() && !layer()->isRootLayer());
style              65 Source/core/rendering/RenderLayerStackingNode.h     int zIndex() const { return renderer()->style()->zIndex(); }
style              68 Source/core/rendering/RenderLayerStackingNode.h     bool isStackingContext() const { return !renderer()->style()->hasAutoZIndex(); }
style             160 Source/core/rendering/RenderLineBoxList.cpp     if (renderer->style()->isHorizontalWritingMode()) {
style             355 Source/core/rendering/RenderLineBoxList.cpp             || insertedAfterLeadingSpace || isIsolated(container->style()->unicodeBidi()))) {
style             131 Source/core/rendering/RenderListBox.cpp             Font itemFont = style()->font();
style             143 Source/core/rendering/RenderListBox.cpp                 applyTextTransform(style(), text, ' ');
style             147 Source/core/rendering/RenderListBox.cpp                 TextRun textRun = constructTextRun(this, itemFont, text, style(), TextRun::AllowTrailingExpansion);
style             215 Source/core/rendering/RenderListBox.cpp     if (!style()->width().isPercent())
style             226 Source/core/rendering/RenderListBox.cpp     if (style()->width().isFixed() && style()->width().value() > 0)
style             227 Source/core/rendering/RenderListBox.cpp         m_minPreferredLogicalWidth = m_maxPreferredLogicalWidth = adjustContentBoxLogicalWidthForBoxSizing(style()->width().value());
style             231 Source/core/rendering/RenderListBox.cpp     if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) {
style             232 Source/core/rendering/RenderListBox.cpp         m_maxPreferredLogicalWidth = max(m_maxPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->minWidth().value()));
style             233 Source/core/rendering/RenderListBox.cpp         m_minPreferredLogicalWidth = max(m_minPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->minWidth().value()));
style             236 Source/core/rendering/RenderListBox.cpp     if (style()->maxWidth().isFixed()) {
style             237 Source/core/rendering/RenderListBox.cpp         m_maxPreferredLogicalWidth = min(m_maxPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->maxWidth().value()));
style             238 Source/core/rendering/RenderListBox.cpp         m_minPreferredLogicalWidth = min(m_minPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->maxWidth().value()));
style             287 Source/core/rendering/RenderListBox.cpp     int scrollbarOffset = style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft() ? verticalScrollbarWidth() : 0;
style             295 Source/core/rendering/RenderListBox.cpp     if (style()->visibility() != VISIBLE)
style             365 Source/core/rendering/RenderListBox.cpp     if (style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft())
style             415 Source/core/rendering/RenderListBox.cpp         itemStyle = style();
style             426 Source/core/rendering/RenderListBox.cpp     applyTextTransform(style(), itemText, ' ');
style             440 Source/core/rendering/RenderListBox.cpp     Font itemFont = style()->font();
style             506 Source/core/rendering/RenderListBox.cpp     int rightScrollbarOffset = style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft() ? scrollbarWidth : 0;
style             507 Source/core/rendering/RenderListBox.cpp     int leftScrollbarOffset = style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft() ? 0 : scrollbarWidth;
style             666 Source/core/rendering/RenderListBox.cpp     return style()->fontMetrics().height() + rowSpacing;
style             737 Source/core/rendering/RenderListBox.cpp     if (style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft())
style             753 Source/core/rendering/RenderListBox.cpp     if (style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft())
style             911 Source/core/rendering/RenderListBox.cpp     bool hasCustomScrollbarStyle = style()->hasPseudoStyle(SCROLLBAR);
style              57 Source/core/rendering/RenderListItem.cpp     if (style()->listStyleType() != NoneListStyle
style              58 Source/core/rendering/RenderListItem.cpp         || (style()->listStyleImage() && !style()->listStyleImage()->errorOccurred())) {
style              62 Source/core/rendering/RenderListItem.cpp         newStyle->inheritFrom(style());
style             357 Source/core/rendering/RenderListItem.cpp         if (style()->isLeftToRightDirection()) {
style             406 Source/core/rendering/RenderListItem.cpp             if (!style()->isHorizontalWritingMode())
style             458 Source/core/rendering/RenderListItem.cpp     if (!m_marker->style()->isLeftToRightDirection())
style             463 Source/core/rendering/RenderListItem.cpp     if (m_marker->style()->isLeftToRightDirection())
style            1083 Source/core/rendering/RenderListMarker.cpp     if (style() && (newStyle.listStylePosition() != style()->listStylePosition() || newStyle.listStyleType() != style()->listStyleType()))
style            1093 Source/core/rendering/RenderListMarker.cpp     if (m_image != style()->listStyleImage()) {
style            1096 Source/core/rendering/RenderListMarker.cpp         m_image = style()->listStyleImage();
style            1120 Source/core/rendering/RenderListMarker.cpp     LayoutUnit newLogicalTop = root.block().style()->isFlippedBlocksWritingMode() ? inlineBoxWrapper()->logicalBottom() - root.selectionBottom() : root.selectionTop() - inlineBoxWrapper()->logicalTop();
style            1121 Source/core/rendering/RenderListMarker.cpp     if (root.block().style()->isHorizontalWritingMode())
style            1133 Source/core/rendering/RenderListMarker.cpp     if (style()->visibility() != VISIBLE)
style            1172 Source/core/rendering/RenderListMarker.cpp     EListStyleType type = style()->listStyleType();
style            1267 Source/core/rendering/RenderListMarker.cpp     const Font& font = style()->font();
style            1268 Source/core/rendering/RenderListMarker.cpp     TextRun textRun = RenderBlockFlow::constructTextRun(this, font, m_text, style());
style            1271 Source/core/rendering/RenderListMarker.cpp     if (!style()->isHorizontalWritingMode()) {
style            1283 Source/core/rendering/RenderListMarker.cpp     IntPoint textOrigin = IntPoint(marker.x(), marker.y() + style()->fontMetrics().ascent());
style            1304 Source/core/rendering/RenderListMarker.cpp             style()->isLeftToRightDirection() ? suffix : ' ',
style            1305 Source/core/rendering/RenderListMarker.cpp             style()->isLeftToRightDirection() ? ' ' : suffix
style            1307 Source/core/rendering/RenderListMarker.cpp         TextRun suffixRun = RenderBlockFlow::constructTextRun(this, font, suffixStr, 2, style(), style()->direction());
style            1311 Source/core/rendering/RenderListMarker.cpp         if (style()->isLeftToRightDirection()) {
style            1328 Source/core/rendering/RenderListMarker.cpp         setWidth(m_image->imageSize(this, style()->effectiveZoom()).width());
style            1329 Source/core/rendering/RenderListMarker.cpp         setHeight(m_image->imageSize(this, style()->effectiveZoom()).height());
style            1332 Source/core/rendering/RenderListMarker.cpp         setLogicalHeight(style()->fontMetrics().height());
style            1338 Source/core/rendering/RenderListMarker.cpp     Length startMargin = style()->marginStart();
style            1339 Source/core/rendering/RenderListMarker.cpp     Length endMargin = style()->marginEnd();
style            1354 Source/core/rendering/RenderListMarker.cpp     if (width() != m_image->imageSize(this, style()->effectiveZoom()).width() || height() != m_image->imageSize(this, style()->effectiveZoom()).height() || m_image->errorOccurred())
style            1378 Source/core/rendering/RenderListMarker.cpp         int bulletWidth = style()->fontMetrics().ascent() / 2;
style            1381 Source/core/rendering/RenderListMarker.cpp         m_image->setContainerSizeForRenderer(this, imageSize, style()->effectiveZoom());
style            1385 Source/core/rendering/RenderListMarker.cpp     EListStyleType type = style()->listStyleType();
style            1482 Source/core/rendering/RenderListMarker.cpp         LayoutSize imageSize = m_image->imageSize(this, style()->effectiveZoom());
style            1483 Source/core/rendering/RenderListMarker.cpp         m_minPreferredLogicalWidth = m_maxPreferredLogicalWidth = style()->isHorizontalWritingMode() ? imageSize.width() : imageSize.height();
style            1489 Source/core/rendering/RenderListMarker.cpp     const Font& font = style()->font();
style            1492 Source/core/rendering/RenderListMarker.cpp     EListStyleType type = style()->listStyleType();
style            1585 Source/core/rendering/RenderListMarker.cpp                 LayoutUnit suffixSpaceWidth = font.width(RenderBlockFlow::constructTextRun(this, font, suffixSpace, 2, style(), style()->direction()));
style            1601 Source/core/rendering/RenderListMarker.cpp     const FontMetrics& fontMetrics = style()->fontMetrics();
style            1609 Source/core/rendering/RenderListMarker.cpp         else switch (style()->listStyleType()) {
style            1620 Source/core/rendering/RenderListMarker.cpp         if (style()->isLeftToRightDirection()) {
style            1625 Source/core/rendering/RenderListMarker.cpp                 switch (style()->listStyleType()) {
style            1643 Source/core/rendering/RenderListMarker.cpp                 switch (style()->listStyleType()) {
style            1660 Source/core/rendering/RenderListMarker.cpp     style()->setMarginStart(Length(marginStart, Fixed));
style            1661 Source/core/rendering/RenderListMarker.cpp     style()->setMarginEnd(Length(marginEnd, Fixed));
style            1681 Source/core/rendering/RenderListMarker.cpp     EListStyleType type = style()->listStyleType();
style            1689 Source/core/rendering/RenderListMarker.cpp     if (style()->isLeftToRightDirection()) {
style            1702 Source/core/rendering/RenderListMarker.cpp     return m_listItem->notInList() || style()->listStylePosition() == INSIDE;
style            1708 Source/core/rendering/RenderListMarker.cpp         return IntRect(0, 0, m_image->imageSize(this, style()->effectiveZoom()).width(), m_image->imageSize(this, style()->effectiveZoom()).height());
style            1711 Source/core/rendering/RenderListMarker.cpp     EListStyleType type = style()->listStyleType();
style            1715 Source/core/rendering/RenderListMarker.cpp             const Font& font = style()->font();
style            1723 Source/core/rendering/RenderListMarker.cpp             const FontMetrics& fontMetrics = style()->fontMetrics();
style            1808 Source/core/rendering/RenderListMarker.cpp             const Font& font = style()->font();
style            1811 Source/core/rendering/RenderListMarker.cpp             int suffixSpaceWidth = font.width(RenderBlockFlow::constructTextRun(this, font, suffixSpace, 2, style(), style()->direction()));
style            1815 Source/core/rendering/RenderListMarker.cpp     if (!style()->isHorizontalWritingMode()) {
style              85 Source/core/rendering/RenderMarquee.cpp     int result = style()->marqueeSpeed();
style              95 Source/core/rendering/RenderMarquee.cpp     EMarqueeDirection result = style()->marqueeDirection();
style              96 Source/core/rendering/RenderMarquee.cpp     TextDirection dir = style()->direction();
style             106 Source/core/rendering/RenderMarquee.cpp     Length increment = style()->marqueeIncrement();
style             121 Source/core/rendering/RenderMarquee.cpp         bool ltr = style()->isLeftToRightDirection();
style             163 Source/core/rendering/RenderMarquee.cpp     if (m_timer.isActive() || style()->marqueeIncrement().isZero())
style             195 Source/core/rendering/RenderMarquee.cpp         EMarqueeBehavior behavior = style()->marqueeBehavior();
style             224 Source/core/rendering/RenderMarquee.cpp     RenderStyle* s = style();
style             288 Source/core/rendering/RenderMarquee.cpp     RenderStyle* s = style();
style             306 Source/core/rendering/RenderMarquee.cpp         int increment = abs(intValueForLength(style()->marqueeIncrement(), clientSize));
style              70 Source/core/rendering/RenderMedia.cpp     controlsRenderer->style()->setHeight(Length(newSize.height(), Fixed));
style              71 Source/core/rendering/RenderMedia.cpp     controlsRenderer->style()->setWidth(Length(newSize.width(), Fixed));
style              47 Source/core/rendering/RenderMediaControlElements.cpp     if (style()->display() == NONE)
style             131 Source/core/rendering/RenderMediaControls.cpp static void paintRoundedSliderBackground(const IntRect& rect, const RenderStyle* style, GraphicsContext* context)
style             139 Source/core/rendering/RenderMediaControls.cpp static void paintSliderRangeHighlight(const IntRect& rect, const RenderStyle* style, GraphicsContext* context, int startPosition, int endPosition, Color startColor, Color endColor)
style             201 Source/core/rendering/RenderMediaControls.cpp     RenderStyle* style = object->style();
style             204 Source/core/rendering/RenderMediaControls.cpp     paintRoundedSliderBackground(rect, style, context);
style             232 Source/core/rendering/RenderMediaControls.cpp             paintSliderRangeHighlight(rect, style, context, startPosition, currentPosition, startColor, endColor);
style             239 Source/core/rendering/RenderMediaControls.cpp             paintSliderRangeHighlight(rect, style, context, currentPosition, endPosition, startColor, endColor);
style             270 Source/core/rendering/RenderMediaControls.cpp     RenderStyle* style = object->style();
style             272 Source/core/rendering/RenderMediaControls.cpp     paintRoundedSliderBackground(rect, style, context);
style             287 Source/core/rendering/RenderMediaControls.cpp         float zoomLevel = style->effectiveZoom();
style             295 Source/core/rendering/RenderMediaControls.cpp     paintSliderRangeHighlight(rect, style, context, 0.0, fillWidth, startColor, endColor);
style             384 Source/core/rendering/RenderMediaControls.cpp void RenderMediaControls::adjustMediaSliderThumbSize(RenderStyle* style)
style             392 Source/core/rendering/RenderMediaControls.cpp     if (style->appearance() == MediaSliderThumbPart) {
style             396 Source/core/rendering/RenderMediaControls.cpp     } else if (style->appearance() == MediaVolumeSliderThumbPart) {
style             402 Source/core/rendering/RenderMediaControls.cpp     float zoomLevel = style->effectiveZoom();
style             404 Source/core/rendering/RenderMediaControls.cpp         style->setWidth(Length(static_cast<int>(width * zoomLevel), Fixed));
style             405 Source/core/rendering/RenderMediaControls.cpp         style->setHeight(Length(static_cast<int>(height * zoomLevel), Fixed));
style              98 Source/core/rendering/RenderMenuList.cpp     RenderStyle* innerStyle = m_innerBlock->style();
style             104 Source/core/rendering/RenderMenuList.cpp     if (style()->alignItems() == ItemPositionCenter) {
style             110 Source/core/rendering/RenderMenuList.cpp     innerStyle->setPaddingLeft(Length(RenderTheme::theme().popupInternalPaddingLeft(style()), Fixed));
style             111 Source/core/rendering/RenderMenuList.cpp     innerStyle->setPaddingRight(Length(RenderTheme::theme().popupInternalPaddingRight(style()), Fixed));
style             112 Source/core/rendering/RenderMenuList.cpp     innerStyle->setPaddingTop(Length(RenderTheme::theme().popupInternalPaddingTop(style()), Fixed));
style             113 Source/core/rendering/RenderMenuList.cpp     innerStyle->setPaddingBottom(Length(RenderTheme::theme().popupInternalPaddingBottom(style()), Fixed));
style             118 Source/core/rendering/RenderMenuList.cpp         innerStyle->setTextAlign(style()->isLeftToRightDirection() ? LEFT : RIGHT);
style             153 Source/core/rendering/RenderMenuList.cpp         m_buttonText->setStyle(style());
style             157 Source/core/rendering/RenderMenuList.cpp     bool fontChanged = !oldStyle || oldStyle->font() != style()->font();
style             175 Source/core/rendering/RenderMenuList.cpp         applyTextTransform(style(), text, ' ');
style             182 Source/core/rendering/RenderMenuList.cpp                 optionWidth += style()->font().width(text);
style             185 Source/core/rendering/RenderMenuList.cpp             maxOptionWidth = max(maxOptionWidth, style()->font().width(text));
style             241 Source/core/rendering/RenderMenuList.cpp             m_buttonText->setStyle(style());
style             251 Source/core/rendering/RenderMenuList.cpp             m_buttonText->setStyle(style());
style             287 Source/core/rendering/RenderMenuList.cpp     maxLogicalWidth = max(m_optionsWidth, RenderTheme::theme().minimumMenuListSize(style())) + m_innerBlock->paddingLeft() + m_innerBlock->paddingRight();
style             288 Source/core/rendering/RenderMenuList.cpp     if (!style()->width().isPercent())
style             297 Source/core/rendering/RenderMenuList.cpp     if (style()->width().isFixed() && style()->width().value() > 0)
style             298 Source/core/rendering/RenderMenuList.cpp         m_minPreferredLogicalWidth = m_maxPreferredLogicalWidth = adjustContentBoxLogicalWidthForBoxSizing(style()->width().value());
style             302 Source/core/rendering/RenderMenuList.cpp     if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) {
style             303 Source/core/rendering/RenderMenuList.cpp         m_maxPreferredLogicalWidth = max(m_maxPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->minWidth().value()));
style             304 Source/core/rendering/RenderMenuList.cpp         m_minPreferredLogicalWidth = max(m_minPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->minWidth().value()));
style             307 Source/core/rendering/RenderMenuList.cpp     if (style()->maxWidth().isFixed()) {
style             308 Source/core/rendering/RenderMenuList.cpp         m_maxPreferredLogicalWidth = min(m_maxPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->maxWidth().value()));
style             309 Source/core/rendering/RenderMenuList.cpp         m_minPreferredLogicalWidth = min(m_minPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->maxWidth().value()));
style             405 Source/core/rendering/RenderMenuList.cpp     applyTextTransform(style(), itemString, ' ');
style             465 Source/core/rendering/RenderMenuList.cpp     RenderStyle* style = element->renderStyle() ? element->renderStyle() : element->computedStyle();
style             466 Source/core/rendering/RenderMenuList.cpp     return style ? PopupMenuStyle(resolveColor(style, CSSPropertyColor), itemBackgroundColor, style->font(), style->visibility() == VISIBLE,
style             467 Source/core/rendering/RenderMenuList.cpp         style->display() == NONE, style->textIndent(), style->direction(), isOverride(style->unicodeBidi()),
style             505 Source/core/rendering/RenderMenuList.cpp     const RenderStyle* s = o->style();
style             507 Source/core/rendering/RenderMenuList.cpp         s->display() == NONE, s->textIndent(), style()->direction(), isOverride(style()->unicodeBidi()));
style             518 Source/core/rendering/RenderMenuList.cpp     if (style()->appearance() == MenulistPart || style()->appearance() == MenulistButtonPart) {
style             103 Source/core/rendering/RenderMultiColumnFlowThread.cpp     const RenderStyle* columnStyle = columnBlock->style();
style             198 Source/core/rendering/RenderMultiColumnFlowThread.cpp     firstSet->setStyle(RenderStyle::createAnonymousStyleWithDisplay(parentBlock->style(), BLOCK));
style              45 Source/core/rendering/RenderMultiColumnFlowThread.h     bool requiresBalancing() const { return !columnHeightAvailable() || multiColumnBlockFlow()->style()->columnFill() == ColumnFillBalance; }
style             235 Source/core/rendering/RenderMultiColumnSet.cpp     RenderStyle* multicolStyle = multicolBlock->style();
style             278 Source/core/rendering/RenderMultiColumnSet.cpp     if (parentBlock->style()->hasNormalColumnGap())
style             279 Source/core/rendering/RenderMultiColumnSet.cpp         return parentBlock->style()->fontDescription().computedPixelSize(); // "1em" is recommended as the normal gap setting. Matches <p> margins.
style             280 Source/core/rendering/RenderMultiColumnSet.cpp     return parentBlock->style()->columnGap();
style             307 Source/core/rendering/RenderMultiColumnSet.cpp     if (style()->isLeftToRightDirection())
style             361 Source/core/rendering/RenderMultiColumnSet.cpp     bool isLeftmostColumn = style()->isLeftToRightDirection() ? isFirstColumn : isLastColumn;
style             362 Source/core/rendering/RenderMultiColumnSet.cpp     bool isRightmostColumn = style()->isLeftToRightDirection() ? isLastColumn : isFirstColumn;
style             386 Source/core/rendering/RenderMultiColumnSet.cpp     if (style()->visibility() != VISIBLE)
style             407 Source/core/rendering/RenderMultiColumnSet.cpp     RenderStyle* blockStyle = multiColumnBlockFlow()->style();
style             423 Source/core/rendering/RenderMultiColumnSet.cpp     bool leftToRight = style()->isLeftToRightDirection();
style             553 Source/core/rendering/RenderMultiColumnSet.cpp         if (!style()->isLeftToRightDirection())
style             557 Source/core/rendering/RenderMultiColumnSet.cpp         if (isFlippedBlocksWritingMode(style()->writingMode()))
style             139 Source/core/rendering/RenderObject.cpp RenderObject* RenderObject::createObject(Element* element, RenderStyle* style)
style             144 Source/core/rendering/RenderObject.cpp     const ContentData* contentData = style->contentData();
style             150 Source/core/rendering/RenderObject.cpp         image->setStyleInternal(style);
style             160 Source/core/rendering/RenderObject.cpp     switch (style->display()) {
style             315 Source/core/rendering/RenderObject.cpp     if (newChild->isText() && newChild->style()->textTransform() == CAPITALIZE)
style             620 Source/core/rendering/RenderObject.cpp     if (object->style()->width().isIntrinsicOrAuto() || object->style()->height().isIntrinsicOrAuto() || object->style()->height().isPercent())
style             650 Source/core/rendering/RenderObject.cpp         if (!last->isText() && last->style()->hasOutOfFlowPosition()) {
style             706 Source/core/rendering/RenderObject.cpp     if (markParents == MarkContainingBlockChain && (isText() || !style()->hasOutOfFlowPosition()))
style             728 Source/core/rendering/RenderObject.cpp         if (o->style()->hasOutOfFlowPosition())
style             755 Source/core/rendering/RenderObject.cpp     ASSERT(style()->position() == FixedPosition);
style             781 Source/core/rendering/RenderObject.cpp             if (o->style()->position() != StaticPosition && (!o->isInline() || o->isReplaced()))
style             787 Source/core/rendering/RenderObject.cpp             if (o->style()->hasInFlowPosition() && o->isInline() && !o->isReplaced()) {
style             815 Source/core/rendering/RenderObject.cpp         if (container->style()->position() == FixedPosition) {
style             842 Source/core/rendering/RenderObject.cpp     if (!img || !img->canRender(renderer, renderer->style()->effectiveZoom()))
style             867 Source/core/rendering/RenderObject.cpp     ASSERT(style()->hasBorder());
style             869 Source/core/rendering/RenderObject.cpp     StyleImage* borderImage = style()->borderImage().image();
style             870 Source/core/rendering/RenderObject.cpp     return borderImage && borderImage->canRender(this, style()->effectiveZoom()) && borderImage->isLoaded();
style             875 Source/core/rendering/RenderObject.cpp     if (hasMask() && mustRepaintFillLayers(this, style()->maskLayers()))
style             882 Source/core/rendering/RenderObject.cpp     if (mustRepaintFillLayers(this, style()->backgroundLayers()))
style             886 Source/core/rendering/RenderObject.cpp     if (style()->hasBorder() && borderImageIsLoadedAndCanBeRendered())
style             893 Source/core/rendering/RenderObject.cpp                                       BoxSide side, Color color, EBorderStyle style,
style             911 Source/core/rendering/RenderObject.cpp     if (style == DOUBLE && thickness < 3)
style             912 Source/core/rendering/RenderObject.cpp         style = SOLID;
style             914 Source/core/rendering/RenderObject.cpp     switch (style) {
style             921 Source/core/rendering/RenderObject.cpp             color, thickness, style, antialias);
style             930 Source/core/rendering/RenderObject.cpp             style, adjacentWidth1, adjacentWidth2, antialias);
style             939 Source/core/rendering/RenderObject.cpp         if (style == OUTSET && (side == BSBottom || side == BSRight))
style             949 Source/core/rendering/RenderObject.cpp     BoxSide side, Color color, int thickness, EBorderStyle style, bool antialias)
style             959 Source/core/rendering/RenderObject.cpp     graphicsContext->setStrokeStyle(style == DASHED ? DashedStroke : DottedStroke);
style            1052 Source/core/rendering/RenderObject.cpp     BoxSide side, Color color, EBorderStyle style, int adjacentWidth1, int adjacentWidth2, bool antialias)
style            1056 Source/core/rendering/RenderObject.cpp     if (style == GROOVE) {
style            1145 Source/core/rendering/RenderObject.cpp void RenderObject::paintFocusRing(PaintInfo& paintInfo, const LayoutPoint& paintOffset, RenderStyle* style)
style            1149 Source/core/rendering/RenderObject.cpp     if (style->outlineStyleIsAuto())
style            1150 Source/core/rendering/RenderObject.cpp         paintInfo.context->drawFocusRing(focusRingRects, style->outlineWidth(), style->outlineOffset(), resolveColor(style, CSSPropertyOutlineColor));
style            1182 Source/core/rendering/RenderObject.cpp     RenderStyle* styleToUse = style();
style            1526 Source/core/rendering/RenderObject.cpp     if (invalidationReason == InvalidationIncremental && style()->borderFit() == BorderFitLines)
style            1529 Source/core/rendering/RenderObject.cpp     if (invalidationReason == InvalidationIncremental && style()->hasBorderRadius()) {
style            1532 Source/core/rendering/RenderObject.cpp         RoundedRect oldRoundedRect = style()->getRoundedBorderFor(oldBounds);
style            1533 Source/core/rendering/RenderObject.cpp         RoundedRect newRoundedRect = style()->getRoundedBorderFor(newBounds);
style            1584 Source/core/rendering/RenderObject.cpp     if (!style()->boxShadow() && !style()->hasBorderImageOutsets() && !style()->hasOutline())
style            1591 Source/core/rendering/RenderObject.cpp     LayoutBoxExtent insetShadowExtent = style()->getBoxShadowInsetExtent();
style            1596 Source/core/rendering/RenderObject.cpp         style()->getBoxShadowHorizontalExtent(shadowLeft, shadowRight);
style            1600 Source/core/rendering/RenderObject.cpp         LayoutUnit borderWidth = max<LayoutUnit>(borderRight, max<LayoutUnit>(valueForLength(style()->borderTopRightRadius().width(), boxWidth), valueForLength(style()->borderBottomRightRadius().width(), boxWidth)));
style            1617 Source/core/rendering/RenderObject.cpp         style()->getBoxShadowVerticalExtent(shadowTop, shadowBottom);
style            1621 Source/core/rendering/RenderObject.cpp         LayoutUnit borderHeight = max<LayoutUnit>(borderBottom, max<LayoutUnit>(valueForLength(style()->borderBottomLeftRadius().height(), boxHeight), valueForLength(style()->borderBottomRightRadius().height(), boxHeight)));
style            1772 Source/core/rendering/RenderObject.cpp     return !isInert() && !(style()->userSelect() == SELECT_NONE && style()->userModify() == READ_ONLY);
style            1823 Source/core/rendering/RenderObject.cpp     setInline(style()->isDisplayInlineType());
style            1880 Source/core/rendering/RenderObject.cpp     if (diff == StyleDifferenceEqual && style() && isLayerModelObject()) {
style            1907 Source/core/rendering/RenderObject.cpp         RefPtr<RenderStyle> style = RenderStyle::create();
style            1908 Source/core/rendering/RenderObject.cpp         style->inheritFrom(pseudoStyle.get());
style            1909 Source/core/rendering/RenderObject.cpp         setStyle(style.release());
style            1918 Source/core/rendering/RenderObject.cpp     if (style()->hasBorder() || style()->hasOutline())
style            1923 Source/core/rendering/RenderObject.cpp         if (r->style()->hasOutline() || r->style()->hasBorder())
style            1934 Source/core/rendering/RenderObject.cpp void RenderObject::setStyle(PassRefPtr<RenderStyle> style)
style            1936 Source/core/rendering/RenderObject.cpp     ASSERT(style);
style            1938 Source/core/rendering/RenderObject.cpp     if (m_style == style) {
style            1948 Source/core/rendering/RenderObject.cpp         diff = m_style->visualInvalidationDiff(*style, contextSensitiveProperties);
style            1952 Source/core/rendering/RenderObject.cpp     styleWillChange(diff, *style);
style            1955 Source/core/rendering/RenderObject.cpp     setStyleInternal(style);
style            2024 Source/core/rendering/RenderObject.cpp                 } else if (layer->hasVisibleContent() && (this == layer->renderer() || layer->renderer()->style()->visibility() != VISIBLE)) {
style            2146 Source/core/rendering/RenderObject.cpp     if (oldStyle && !areCursorsEqual(oldStyle, style())) {
style            2156 Source/core/rendering/RenderObject.cpp         if (!child->isAnonymous() || child->style()->styleType() != NOPSEUDO)
style            2165 Source/core/rendering/RenderObject.cpp         RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(style(), child->style()->display());
style            2166 Source/core/rendering/RenderObject.cpp         if (style()->specifiesColumns()) {
style            2167 Source/core/rendering/RenderObject.cpp             if (child->style()->specifiesColumns())
style            2168 Source/core/rendering/RenderObject.cpp                 newStyle->inheritColumnPropertiesFrom(style());
style            2169 Source/core/rendering/RenderObject.cpp             if (child->style()->columnSpan())
style            2176 Source/core/rendering/RenderObject.cpp             newStyle->setPosition(child->style()->position());
style            2259 Source/core/rendering/RenderObject.cpp         if (o->style()->isFlippedBlocksWritingMode())
style            2307 Source/core/rendering/RenderObject.cpp     return (hasLayer() && toRenderLayerModelObject(this)->layer()->transform()) || (containerObject && containerObject->style()->hasPerspective());
style            2318 Source/core/rendering/RenderObject.cpp     if (containerObject && containerObject->hasLayer() && containerObject->style()->hasPerspective()) {
style            2324 Source/core/rendering/RenderObject.cpp         perspectiveMatrix.applyPerspective(containerObject->style()->perspective());
style            2552 Source/core/rendering/RenderObject.cpp             if (o->style()->position() != StaticPosition)
style            2649 Source/core/rendering/RenderObject.cpp     if (parent()->style()->visibility() != VISIBLE && style()->visibility() == VISIBLE && !hasLayer()) {
style            2666 Source/core/rendering/RenderObject.cpp     if (parent()->style()->visibility() != VISIBLE && style()->visibility() == VISIBLE && !hasLayer()) {
style            2789 Source/core/rendering/RenderObject.cpp         else if (style()->affectedByDrag())
style            2908 Source/core/rendering/RenderObject.cpp static PassRefPtr<RenderStyle> firstLineStyleForCachedUncachedType(StyleCacheState type, const RenderObject* renderer, RenderStyle* style)
style            2917 Source/core/rendering/RenderObject.cpp                 return firstLineBlock->getCachedPseudoStyle(FIRST_LINE, style);
style            2918 Source/core/rendering/RenderObject.cpp             return firstLineBlock->getUncachedPseudoStyle(PseudoStyleRequest(FIRST_LINE), style, firstLineBlock == renderer ? style : 0);
style            2922 Source/core/rendering/RenderObject.cpp         if (parentStyle != rendererForFirstLineStyle->parent()->style()) {
style            2925 Source/core/rendering/RenderObject.cpp                 rendererForFirstLineStyle->style()->setHasPseudoStyle(FIRST_LINE_INHERITED);
style            2928 Source/core/rendering/RenderObject.cpp             return rendererForFirstLineStyle->getUncachedPseudoStyle(PseudoStyleRequest(FIRST_LINE_INHERITED), parentStyle, style);
style            2934 Source/core/rendering/RenderObject.cpp PassRefPtr<RenderStyle> RenderObject::uncachedFirstLineStyle(RenderStyle* style) const
style            2941 Source/core/rendering/RenderObject.cpp     return firstLineStyleForCachedUncachedType(Uncached, this, style);
style            2948 Source/core/rendering/RenderObject.cpp     if (RefPtr<RenderStyle> style = firstLineStyleForCachedUncachedType(Cached, isText() ? parent() : this, m_style.get()))
style            2949 Source/core/rendering/RenderObject.cpp         return style.get();
style            2956 Source/core/rendering/RenderObject.cpp     if (pseudo < FIRST_INTERNAL_PSEUDOID && !style()->hasPseudoStyle(pseudo))
style            2959 Source/core/rendering/RenderObject.cpp     RenderStyle* cachedStyle = style()->getCachedPseudoStyle(pseudo);
style            2965 Source/core/rendering/RenderObject.cpp         return style()->addCachedPseudoStyle(result.release());
style            2971 Source/core/rendering/RenderObject.cpp     if (pseudoStyleRequest.pseudoId < FIRST_INTERNAL_PSEUDOID && !ownStyle && !style()->hasPseudoStyle(pseudoStyleRequest.pseudoId))
style            2976 Source/core/rendering/RenderObject.cpp         parentStyle = style();
style            2998 Source/core/rendering/RenderObject.cpp     return RuntimeEnabledFeatures::cssCompositingEnabled() && style() && style()->hasBlendMode();
style            3001 Source/core/rendering/RenderObject.cpp static Color decorationColor(const RenderObject* object, RenderStyle* style)
style            3004 Source/core/rendering/RenderObject.cpp     StyleColor result = style->visitedDependentDecorationColor();
style            3008 Source/core/rendering/RenderObject.cpp     if (style->textStrokeWidth() > 0) {
style            3010 Source/core/rendering/RenderObject.cpp         Color textStrokeColor = object->resolveColor(style, CSSPropertyWebkitTextStrokeColor);
style            3015 Source/core/rendering/RenderObject.cpp     return object->resolveColor(style, CSSPropertyWebkitTextFillColor);
style            3026 Source/core/rendering/RenderObject.cpp         styleToUse = curr->style(firstlineStyle);
style            3036 Source/core/rendering/RenderObject.cpp                 underline.style = resultStyle;
style            3041 Source/core/rendering/RenderObject.cpp                 overline.style = resultStyle;
style            3046 Source/core/rendering/RenderObject.cpp                 linethrough.style = resultStyle;
style            3058 Source/core/rendering/RenderObject.cpp         styleToUse = curr->style(firstlineStyle);
style            3062 Source/core/rendering/RenderObject.cpp             underline.style = resultStyle;
style            3066 Source/core/rendering/RenderObject.cpp             overline.style = resultStyle;
style            3070 Source/core/rendering/RenderObject.cpp             linethrough.style = resultStyle;
style            3078 Source/core/rendering/RenderObject.cpp     if (style()->visibility() != VISIBLE || !isBox())
style            3081 Source/core/rendering/RenderObject.cpp     if (style()->getDraggableRegionMode() == DraggableRegionNone)
style            3089 Source/core/rendering/RenderObject.cpp     region.draggable = style()->getDraggableRegionMode() == DraggableRegionDrag;
style            3109 Source/core/rendering/RenderObject.cpp     if (style()->visibility() != VISIBLE)
style            3168 Source/core/rendering/RenderObject.cpp     if (isOutOfFlowPositioned() && style()->position() == FixedPosition)
style            3175 Source/core/rendering/RenderObject.cpp     float effectiveZoom = style()->effectiveZoom();
style            3195 Source/core/rendering/RenderObject.cpp         if (effectiveZoom != ancestor->style()->effectiveZoom())
style             509 Source/core/rendering/RenderObject.h         return isAnonymous() && (style()->display() == BLOCK || style()->display() == BOX) && style()->styleType() == NOPSEUDO && isRenderBlock() && !isListMarker() && !isRenderFlowThread()
style             513 Source/core/rendering/RenderObject.h     bool isAnonymousColumnsBlock() const { return style()->specifiesColumns() && isAnonymousBlock(); }
style             514 Source/core/rendering/RenderObject.h     bool isAnonymousColumnSpanBlock() const { return style()->columnSpan() && isAnonymousBlock(); }
style             546 Source/core/rendering/RenderObject.h     bool hasBackground() const { return style()->hasBackground(); }
style             571 Source/core/rendering/RenderObject.h     bool hasClip() const { return isOutOfFlowPositioned() && style()->hasClip(); }
style             576 Source/core/rendering/RenderObject.h     bool hasMask() const { return style() && style()->hasMask(); }
style             577 Source/core/rendering/RenderObject.h     bool hasClipPath() const { return style() && style()->clipPath(); }
style             578 Source/core/rendering/RenderObject.h     bool hasHiddenBackface() const { return style() && style()->backfaceVisibility() == BackfaceVisibilityHidden; }
style             580 Source/core/rendering/RenderObject.h     bool hasFilter() const { return style() && style()->hasFilter(); }
style             621 Source/core/rendering/RenderObject.h     bool hasOutline() const { return style()->hasOutline() || hasOutlineAnnotation(); }
style             725 Source/core/rendering/RenderObject.h     void setStyleInternal(PassRefPtr<RenderStyle> style) { m_style = style; }
style             782 Source/core/rendering/RenderObject.h     RenderStyle* style() const { return m_style.get(); }
style             783 Source/core/rendering/RenderObject.h     RenderStyle* firstLineStyle() const { return document().styleEngine()->usesFirstLineRules() ? cachedFirstLineStyle() : style(); }
style             784 Source/core/rendering/RenderObject.h     RenderStyle* style(bool firstLine) const { return firstLine ? firstLineStyle() : style(); }
style             793 Source/core/rendering/RenderObject.h         return style()->visitedDependentColor(colorProperty);
style             802 Source/core/rendering/RenderObject.h     virtual RenderStyle* outlineStyleForRepaint() const { return style(); }
style             808 Source/core/rendering/RenderObject.h         TextDecorationStyle style;
style             809 Source/core/rendering/RenderObject.h         AppliedTextDecoration() : color(Color::transparent), style(TextDecorationStyleSolid) { }
style             869 Source/core/rendering/RenderObject.h     bool isTransparent() const { return style()->opacity() < 1.0f; }
style             870 Source/core/rendering/RenderObject.h     float opacity() const { return style()->opacity(); }
style             955 Source/core/rendering/RenderObject.h         return style()->visibility() == VISIBLE && (request.ignorePointerEventsNone() || style()->pointerEvents() != PE_NONE) && !isInert();
style             958 Source/core/rendering/RenderObject.h     bool visibleToHitTesting() const { return style()->visibility() == VISIBLE && style()->pointerEvents() != PE_NONE && !isInert(); }
style            1015 Source/core/rendering/RenderObject.h     bool shouldDisableLayoutState() const { return hasColumns() || hasTransform() || hasReflection() || style()->isFlippedBlocksWritingMode(); }
style            1264 Source/core/rendering/RenderObject.h     if (style()->styleType() != BEFORE)
style            1274 Source/core/rendering/RenderObject.h     if (style()->styleType() != AFTER)
style            1356 Source/core/rendering/RenderObject.h     return style()->preserveNewline();
style            1414 Source/core/rendering/RenderObject.h     return adjustForAbsoluteZoom(value, renderer->style());
style            1419 Source/core/rendering/RenderObject.h     ASSERT(renderer.style());
style            1420 Source/core/rendering/RenderObject.h     return adjustLayoutUnitForAbsoluteZoom(value, *renderer.style());
style            1425 Source/core/rendering/RenderObject.h     float zoom = renderer.style()->effectiveZoom();
style            1432 Source/core/rendering/RenderObject.h     float zoom = renderer.style()->effectiveZoom();
style              41 Source/core/rendering/RenderObjectChildList.cpp         if (firstChild()->isListMarker() || (firstChild()->style()->styleType() == FIRST_LETTER && !firstChild()->isText())) {
style              84 Source/core/rendering/RenderProgress.cpp     bool animating = style()->hasAppearance() && m_animationDuration > 0;
style             270 Source/core/rendering/RenderQuote.cpp     fragment->setStyle(style());
style             291 Source/core/rendering/RenderQuote.cpp     if (const QuotesData* customQuotes = style()->quotes())
style             294 Source/core/rendering/RenderQuote.cpp     if (const QuotesData* quotes = quotesDataForLanguage(style()->locale()))
style              77 Source/core/rendering/RenderReplaced.cpp     if (style() && style()->effectiveZoom() != oldZoom)
style             104 Source/core/rendering/RenderReplaced.cpp     int scaledWidth = static_cast<int>(cDefaultWidth * style()->effectiveZoom());
style             105 Source/core/rendering/RenderReplaced.cpp     int scaledHeight = static_cast<int>(cDefaultHeight * style()->effectiveZoom());
style             131 Source/core/rendering/RenderReplaced.cpp     if ((paintInfo.phase == PaintPhaseOutline || paintInfo.phase == PaintPhaseSelfOutline) && style()->outlineWidth())
style             148 Source/core/rendering/RenderReplaced.cpp     if (style()->hasBorderRadius()) {
style             156 Source/core/rendering/RenderReplaced.cpp             RoundedRect roundedInnerRect = style()->getRoundedInnerBorderFor(paintRect,
style             169 Source/core/rendering/RenderReplaced.cpp         if (style()->hasBorderRadius())
style             192 Source/core/rendering/RenderReplaced.cpp     if (style()->visibility() != VISIBLE)
style             226 Source/core/rendering/RenderReplaced.cpp         if (containingBlock->style()->logicalWidth().isSpecified()
style             227 Source/core/rendering/RenderReplaced.cpp             && containingBlock->style()->logicalMinWidth().isSpecified()
style             228 Source/core/rendering/RenderReplaced.cpp             && (containingBlock->style()->logicalMaxWidth().isSpecified() || containingBlock->style()->logicalMaxWidth().isUndefined()))
style             237 Source/core/rendering/RenderReplaced.cpp     if (style()->logicalWidth().isSpecified())
style             240 Source/core/rendering/RenderReplaced.cpp     if (style()->logicalWidth().isAuto())
style             248 Source/core/rendering/RenderReplaced.cpp     if (style()->logicalHeight().isAuto())
style             251 Source/core/rendering/RenderReplaced.cpp     if (style()->logicalHeight().isSpecified()) {
style             257 Source/core/rendering/RenderReplaced.cpp     if (style()->logicalHeight().isIntrinsic())
style             267 Source/core/rendering/RenderReplaced.cpp     return hasRelativeLogicalHeight() && style()->logicalWidth().isAuto() && !hasAutoHeightOrContainingBlockWithAutoHeight();
style             286 Source/core/rendering/RenderReplaced.cpp             intrinsicSize.scale(style()->effectiveZoom());
style             321 Source/core/rendering/RenderReplaced.cpp     if (intrinsicRatio && !isPercentageIntrinsicSize && !intrinsicSize.isEmpty() && style()->logicalWidth().isAuto() && style()->logicalHeight().isAuto()) {
style             332 Source/core/rendering/RenderReplaced.cpp     ObjectFit objectFit = style()->objectFit();
style             334 Source/core/rendering/RenderReplaced.cpp     if (objectFit == ObjectFitFill && style()->objectPosition() == RenderStyle::initialObjectPosition()) {
style             362 Source/core/rendering/RenderReplaced.cpp     LayoutUnit xOffset = minimumValueForLength(style()->objectPosition().x(), contentRect.width() - finalRect.width());
style             363 Source/core/rendering/RenderReplaced.cpp     LayoutUnit yOffset = minimumValueForLength(style()->objectPosition().y(), contentRect.height() - finalRect.height());
style             385 Source/core/rendering/RenderReplaced.cpp     if (style()->logicalWidth().isSpecified() || style()->logicalWidth().isIntrinsic())
style             386 Source/core/rendering/RenderReplaced.cpp         return computeReplacedLogicalWidthRespectingMinMaxWidth(computeReplacedLogicalWidthUsing(style()->logicalWidth()), shouldComputePreferred);
style             396 Source/core/rendering/RenderReplaced.cpp     if (style()->logicalWidth().isAuto()) {
style             397 Source/core/rendering/RenderReplaced.cpp         bool heightIsAuto = style()->logicalHeight().isAuto();
style             428 Source/core/rendering/RenderReplaced.cpp                     logicalWidth = blockWithWidth->computeReplacedLogicalWidthRespectingMinMaxWidth(blockWithWidth->computeReplacedLogicalWidthUsing(blockWithWidth->style()->logicalWidth()), shouldComputePreferred);
style             436 Source/core/rendering/RenderReplaced.cpp                 LayoutUnit marginStart = minimumValueForLength(style()->marginStart(), logicalWidth);
style             437 Source/core/rendering/RenderReplaced.cpp                 LayoutUnit marginEnd = minimumValueForLength(style()->marginEnd(), logicalWidth);
style             463 Source/core/rendering/RenderReplaced.cpp         return computeReplacedLogicalHeightRespectingMinMaxHeight(computeReplacedLogicalHeightUsing(style()->logicalHeight()));
style             473 Source/core/rendering/RenderReplaced.cpp     bool widthIsAuto = style()->logicalWidth().isAuto();
style             505 Source/core/rendering/RenderReplaced.cpp     if (style()->logicalWidth().isPercent())
style             510 Source/core/rendering/RenderReplaced.cpp     RenderStyle* styleToUse = style();
style             584 Source/core/rendering/RenderReplaced.cpp     LayoutUnit newLogicalTop = root.block().style()->isFlippedBlocksWritingMode() ? inlineBoxWrapper()->logicalBottom() - root.selectionBottom() : root.selectionTop() - inlineBoxWrapper()->logicalTop();
style             585 Source/core/rendering/RenderReplaced.cpp     if (root.block().style()->isHorizontalWritingMode())
style             624 Source/core/rendering/RenderReplaced.cpp     if (style()->visibility() != VISIBLE && !enclosingLayer()->hasVisibleContent())
style              49 Source/core/rendering/RenderRuby.cpp         || (object->isAnonymous() && object->isRenderBlock() && object->style()->display() == INLINE_BLOCK));
style              62 Source/core/rendering/RenderRuby.cpp         && object->firstChild()->style()->styleType() == BEFORE;
style              70 Source/core/rendering/RenderRuby.cpp         && object->firstChild()->style()->styleType() == AFTER;
style              87 Source/core/rendering/RenderRuby.cpp     RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(ruby->style(), INLINE_BLOCK);
style             202 Source/core/rendering/RenderRubyRun.cpp     RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(style(), BLOCK);
style             213 Source/core/rendering/RenderRubyRun.cpp     RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parentRuby->style(), INLINE_BLOCK);
style             251 Source/core/rendering/RenderRubyRun.cpp     if (style()->isFlippedLinesWritingMode() == (style()->rubyPosition() == RubyPositionAfter)) {
style             301 Source/core/rendering/RenderRubyRun.cpp     startOverhang = style()->isLeftToRightDirection() ? logicalLeftOverhang : logicalRightOverhang;
style             302 Source/core/rendering/RenderRubyRun.cpp     endOverhang = style()->isLeftToRightDirection() ? logicalRightOverhang : logicalLeftOverhang;
style             304 Source/core/rendering/RenderRubyRun.cpp     if (!startRenderer || !startRenderer->isText() || startRenderer->style(firstLine)->fontSize() > rubyBase->style(firstLine)->fontSize())
style             307 Source/core/rendering/RenderRubyRun.cpp     if (!endRenderer || !endRenderer->isText() || endRenderer->style(firstLine)->fontSize() > rubyBase->style(firstLine)->fontSize())
style             313 Source/core/rendering/RenderRubyRun.cpp     int halfWidthOfFontSize = rubyText->style(firstLine)->fontSize() / 2;
style              56 Source/core/rendering/RenderRubyText.cpp     ETextAlign textAlign = style()->textAlign();
style              67 Source/core/rendering/RenderRubyText.cpp     ETextAlign textAlign = style()->textAlign();
style              80 Source/core/rendering/RenderRubyText.cpp         inset = min<float>(2 * style()->fontSize(), inset);
style             153 Source/core/rendering/RenderScrollbar.cpp     RefPtr<RenderStyle> result = owningRenderer()->getUncachedPseudoStyle(PseudoStyleRequest(pseudoId, this, partType), owningRenderer()->style());
style             105 Source/core/rendering/RenderScrollbarPart.cpp     int visibleSize = m_scrollbar->owningRenderer()->width() - m_scrollbar->owningRenderer()->style()->borderLeftWidth() - m_scrollbar->owningRenderer()->style()->borderRightWidth();
style             106 Source/core/rendering/RenderScrollbarPart.cpp     int w = calcScrollbarThicknessUsing(MainOrPreferredSize, style()->width(), visibleSize);
style             107 Source/core/rendering/RenderScrollbarPart.cpp     int minWidth = calcScrollbarThicknessUsing(MinSize, style()->minWidth(), visibleSize);
style             108 Source/core/rendering/RenderScrollbarPart.cpp     int maxWidth = style()->maxWidth().isUndefined() ? w : calcScrollbarThicknessUsing(MaxSize, style()->maxWidth(), visibleSize);
style             112 Source/core/rendering/RenderScrollbarPart.cpp     m_marginBox.setLeft(minimumValueForLength(style()->marginLeft(), visibleSize));
style             113 Source/core/rendering/RenderScrollbarPart.cpp     m_marginBox.setRight(minimumValueForLength(style()->marginRight(), visibleSize));
style             122 Source/core/rendering/RenderScrollbarPart.cpp     int visibleSize = m_scrollbar->owningRenderer()->height() -  m_scrollbar->owningRenderer()->style()->borderTopWidth() - m_scrollbar->owningRenderer()->style()->borderBottomWidth();
style             123 Source/core/rendering/RenderScrollbarPart.cpp     int h = calcScrollbarThicknessUsing(MainOrPreferredSize, style()->height(), visibleSize);
style             124 Source/core/rendering/RenderScrollbarPart.cpp     int minHeight = calcScrollbarThicknessUsing(MinSize, style()->minHeight(), visibleSize);
style             125 Source/core/rendering/RenderScrollbarPart.cpp     int maxHeight = style()->maxHeight().isUndefined() ? h : calcScrollbarThicknessUsing(MaxSize, style()->maxHeight(), visibleSize);
style             129 Source/core/rendering/RenderScrollbarPart.cpp     m_marginBox.setTop(minimumValueForLength(style()->marginTop(), visibleSize));
style             130 Source/core/rendering/RenderScrollbarPart.cpp     m_marginBox.setBottom(minimumValueForLength(style()->marginBottom(), visibleSize));
style              57 Source/core/rendering/RenderSlider.cpp     maxLogicalWidth = defaultTrackLength * style()->effectiveZoom();
style              58 Source/core/rendering/RenderSlider.cpp     if (!style()->width().isPercent())
style              67 Source/core/rendering/RenderSlider.cpp     if (style()->width().isFixed() && style()->width().value() > 0)
style              68 Source/core/rendering/RenderSlider.cpp         m_minPreferredLogicalWidth = m_maxPreferredLogicalWidth = adjustContentBoxLogicalWidthForBoxSizing(style()->width().value());
style              72 Source/core/rendering/RenderSlider.cpp     if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) {
style              73 Source/core/rendering/RenderSlider.cpp         m_maxPreferredLogicalWidth = max(m_maxPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->minWidth().value()));
style              74 Source/core/rendering/RenderSlider.cpp         m_minPreferredLogicalWidth = max(m_minPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->minWidth().value()));
style              77 Source/core/rendering/RenderSlider.cpp     if (style()->maxWidth().isFixed()) {
style              78 Source/core/rendering/RenderSlider.cpp         m_maxPreferredLogicalWidth = min(m_maxPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->maxWidth().value()));
style              79 Source/core/rendering/RenderSlider.cpp         m_minPreferredLogicalWidth = min(m_minPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->maxWidth().value()));
style             101 Source/core/rendering/RenderSlider.cpp         static_cast<RenderSliderThumb*>(thumbBox)->updateAppearance(style());
style              90 Source/core/rendering/RenderTable.cpp     m_hSpacing = collapseBorders() ? 0 : style()->horizontalBorderSpacing();
style              91 Source/core/rendering/RenderTable.cpp     m_vSpacing = collapseBorders() ? 0 : style()->verticalBorderSpacing();
style              94 Source/core/rendering/RenderTable.cpp     if (!m_tableLayout || style()->tableLayout() != oldTableLayout) {
style             100 Source/core/rendering/RenderTable.cpp         if (style()->tableLayout() == TFIXED && !style()->logicalWidth().isAuto())
style             107 Source/core/rendering/RenderTable.cpp     if (!needsLayout() && oldStyle && oldStyle->border() != style()->border())
style             126 Source/core/rendering/RenderTable.cpp     EDisplay display = object->style()->display();
style             140 Source/core/rendering/RenderTable.cpp         switch (child->style()->display()) {
style             266 Source/core/rendering/RenderTable.cpp     bool hasPerpendicularContainingBlock = cb->style()->isHorizontalWritingMode() != style()->isHorizontalWritingMode();
style             269 Source/core/rendering/RenderTable.cpp     Length styleLogicalWidth = style()->logicalWidth();
style             274 Source/core/rendering/RenderTable.cpp         LayoutUnit marginStart = minimumValueForLength(style()->marginStart(), availableLogicalWidth);
style             275 Source/core/rendering/RenderTable.cpp         LayoutUnit marginEnd = minimumValueForLength(style()->marginEnd(), availableLogicalWidth);
style             288 Source/core/rendering/RenderTable.cpp     Length styleMaxLogicalWidth = style()->logicalMaxWidth();
style             299 Source/core/rendering/RenderTable.cpp     Length styleMinLogicalWidth = style()->logicalMinWidth();
style             310 Source/core/rendering/RenderTable.cpp         bool hasInvertedDirection =  cb->style()->isLeftToRightDirection() == style()->isLeftToRightDirection();
style             317 Source/core/rendering/RenderTable.cpp         setMarginStart(minimumValueForLength(style()->marginStart(), availableLogicalWidth));
style             318 Source/core/rendering/RenderTable.cpp         setMarginEnd(minimumValueForLength(style()->marginEnd(), availableLogicalWidth));
style             337 Source/core/rendering/RenderTable.cpp     if (isCSSTable && styleLogicalWidth.isSpecified() && styleLogicalWidth.isPositive() && style()->boxSizing() == CONTENT_BOX)
style             353 Source/core/rendering/RenderTable.cpp         if (isHTMLTableElement(node()) || style()->boxSizing() == BORDER_BOX) {
style             490 Source/core/rendering/RenderTable.cpp                 if (m_captions[i]->style()->captionSide() == CAPBOTTOM)
style             510 Source/core/rendering/RenderTable.cpp         Length logicalHeightLength = style()->logicalHeight();
style             514 Source/core/rendering/RenderTable.cpp         Length logicalMaxHeightLength = style()->logicalMaxHeight();
style             520 Source/core/rendering/RenderTable.cpp         Length logicalMinHeightLength = style()->logicalMinHeight();
style             537 Source/core/rendering/RenderTable.cpp         LayoutUnit sectionLogicalLeft = style()->isLeftToRightDirection() ? borderStart() : borderEnd();
style             539 Source/core/rendering/RenderTable.cpp             sectionLogicalLeft += style()->isLeftToRightDirection() ? paddingStart() : paddingEnd();
style             546 Source/core/rendering/RenderTable.cpp                 movedSectionLogicalTop = min(logicalHeight(), section->logicalTop()) + (style()->isHorizontalWritingMode() ? section->visualOverflowRect().y() : section->visualOverflowRect().x());
style             557 Source/core/rendering/RenderTable.cpp             if (m_captions[i]->style()->captionSide() != CAPBOTTOM)
style             584 Source/core/rendering/RenderTable.cpp         if (style()->isHorizontalWritingMode())
style             670 Source/core/rendering/RenderTable.cpp     if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && hasBoxDecorations() && style()->visibility() == VISIBLE)
style             697 Source/core/rendering/RenderTable.cpp     if (collapseBorders() && paintPhase == PaintPhaseChildBlockBackground && style()->visibility() == VISIBLE) {
style             714 Source/core/rendering/RenderTable.cpp     if ((paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseSelfOutline) && hasOutline() && style()->visibility() == VISIBLE)
style             722 Source/core/rendering/RenderTable.cpp         bool captionIsBefore = (m_captions[i]->style()->captionSide() != CAPBOTTOM) ^ style()->isFlippedBlocksWritingMode();
style             723 Source/core/rendering/RenderTable.cpp         if (style()->isHorizontalWritingMode()) {
style             747 Source/core/rendering/RenderTable.cpp     if (style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseMask)
style             784 Source/core/rendering/RenderTable.cpp     RenderStyle* styleToUse = style();
style             923 Source/core/rendering/RenderTable.cpp         switch (child->style()->display()) {
style             991 Source/core/rendering/RenderTable.cpp     const BorderValue& tableStartBorder = style()->borderStart();
style             992 Source/core/rendering/RenderTable.cpp     if (tableStartBorder.style() == BHIDDEN)
style             994 Source/core/rendering/RenderTable.cpp     if (tableStartBorder.style() > BHIDDEN)
style             999 Source/core/rendering/RenderTable.cpp         const BorderValue& columnAdjoiningBorder = column->style()->borderStart();
style            1000 Source/core/rendering/RenderTable.cpp         if (columnAdjoiningBorder.style() == BHIDDEN)
style            1002 Source/core/rendering/RenderTable.cpp         if (columnAdjoiningBorder.style() > BHIDDEN)
style            1009 Source/core/rendering/RenderTable.cpp         if (sectionAdjoiningBorder.style() == BHIDDEN)
style            1012 Source/core/rendering/RenderTable.cpp         if (sectionAdjoiningBorder.style() > BHIDDEN)
style            1018 Source/core/rendering/RenderTable.cpp             if (startCellAdjoiningBorder.style() == BHIDDEN)
style            1022 Source/core/rendering/RenderTable.cpp             if (firstRowAdjoiningBorder.style() == BHIDDEN)
style            1025 Source/core/rendering/RenderTable.cpp             if (startCellAdjoiningBorder.style() > BHIDDEN)
style            1027 Source/core/rendering/RenderTable.cpp             if (firstRowAdjoiningBorder.style() > BHIDDEN)
style            1031 Source/core/rendering/RenderTable.cpp     return (borderWidth + (style()->isLeftToRightDirection() ? 0 : 1)) / 2;
style            1045 Source/core/rendering/RenderTable.cpp     const BorderValue& tableEndBorder = style()->borderEnd();
style            1046 Source/core/rendering/RenderTable.cpp     if (tableEndBorder.style() == BHIDDEN)
style            1048 Source/core/rendering/RenderTable.cpp     if (tableEndBorder.style() > BHIDDEN)
style            1054 Source/core/rendering/RenderTable.cpp         const BorderValue& columnAdjoiningBorder = column->style()->borderEnd();
style            1055 Source/core/rendering/RenderTable.cpp         if (columnAdjoiningBorder.style() == BHIDDEN)
style            1057 Source/core/rendering/RenderTable.cpp         if (columnAdjoiningBorder.style() > BHIDDEN)
style            1064 Source/core/rendering/RenderTable.cpp         if (sectionAdjoiningBorder.style() == BHIDDEN)
style            1067 Source/core/rendering/RenderTable.cpp         if (sectionAdjoiningBorder.style() > BHIDDEN)
style            1073 Source/core/rendering/RenderTable.cpp             if (endCellAdjoiningBorder.style() == BHIDDEN)
style            1077 Source/core/rendering/RenderTable.cpp             if (firstRowAdjoiningBorder.style() == BHIDDEN)
style            1080 Source/core/rendering/RenderTable.cpp             if (endCellAdjoiningBorder.style() > BHIDDEN)
style            1082 Source/core/rendering/RenderTable.cpp             if (firstRowAdjoiningBorder.style() > BHIDDEN)
style            1086 Source/core/rendering/RenderTable.cpp     return (borderWidth + (style()->isLeftToRightDirection() ? 1 : 0)) / 2;
style            1124 Source/core/rendering/RenderTable.cpp     const BorderValue& tb = style()->borderBefore();
style            1125 Source/core/rendering/RenderTable.cpp     if (tb.style() == BHIDDEN)
style            1127 Source/core/rendering/RenderTable.cpp     if (tb.style() > BHIDDEN)
style            1143 Source/core/rendering/RenderTable.cpp     const BorderValue& tb = style()->borderAfter();
style            1144 Source/core/rendering/RenderTable.cpp     if (tb.style() == BHIDDEN)
style            1146 Source/core/rendering/RenderTable.cpp     if (tb.style() > BHIDDEN)
style            1158 Source/core/rendering/RenderTable.cpp     const BorderValue& tb = style()->borderStart();
style            1159 Source/core/rendering/RenderTable.cpp     if (tb.style() == BHIDDEN)
style            1161 Source/core/rendering/RenderTable.cpp     if (tb.style() > BHIDDEN)
style            1162 Source/core/rendering/RenderTable.cpp         borderWidth = (tb.width() + (style()->isLeftToRightDirection() ? 0 : 1)) / 2;
style            1185 Source/core/rendering/RenderTable.cpp     const BorderValue& tb = style()->borderEnd();
style            1186 Source/core/rendering/RenderTable.cpp     if (tb.style() == BHIDDEN)
style            1188 Source/core/rendering/RenderTable.cpp     if (tb.style() > BHIDDEN)
style            1189 Source/core/rendering/RenderTable.cpp         borderWidth = (tb.width() + (style()->isLeftToRightDirection() ? 1 : 0)) / 2;
style            1398 Source/core/rendering/RenderTable.cpp         if (style()->isHorizontalWritingMode()) {
style            1440 Source/core/rendering/RenderTable.cpp     RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parent->style(), TABLE);
style            1451 Source/core/rendering/RenderTable.cpp         return style()->borderStart();
style            1453 Source/core/rendering/RenderTable.cpp     return style()->borderEnd();
style            1460 Source/core/rendering/RenderTable.cpp         return style()->borderEnd();
style            1462 Source/core/rendering/RenderTable.cpp     return style()->borderStart();
style              53 Source/core/rendering/RenderTable.h     bool collapseBorders() const { return style()->borderCollapse(); }
style              62 Source/core/rendering/RenderTable.h         if (style()->isHorizontalWritingMode())
style              63 Source/core/rendering/RenderTable.h             return style()->isLeftToRightDirection() ? borderStart() : borderEnd();
style              64 Source/core/rendering/RenderTable.h         return style()->isFlippedBlocksWritingMode() ? borderAfter() : borderBefore();
style              69 Source/core/rendering/RenderTable.h         if (style()->isHorizontalWritingMode())
style              70 Source/core/rendering/RenderTable.h             return style()->isLeftToRightDirection() ? borderEnd() : borderStart();
style              71 Source/core/rendering/RenderTable.h         return style()->isFlippedBlocksWritingMode() ? borderBefore() : borderAfter();
style              76 Source/core/rendering/RenderTable.h         if (style()->isHorizontalWritingMode())
style              77 Source/core/rendering/RenderTable.h             return style()->isFlippedBlocksWritingMode() ? borderAfter() : borderBefore();
style              78 Source/core/rendering/RenderTable.h         return style()->isLeftToRightDirection() ? borderStart() : borderEnd();
style              83 Source/core/rendering/RenderTable.h         if (style()->isHorizontalWritingMode())
style              84 Source/core/rendering/RenderTable.h             return style()->isFlippedBlocksWritingMode() ? borderBefore() : borderAfter();
style              85 Source/core/rendering/RenderTable.h         return style()->isLeftToRightDirection() ? borderEnd() : borderStart();
style              97 Source/core/rendering/RenderTable.h         if (style()->isHorizontalWritingMode())
style              98 Source/core/rendering/RenderTable.h             return style()->isLeftToRightDirection() ? outerBorderStart() : outerBorderEnd();
style              99 Source/core/rendering/RenderTable.h         return style()->isFlippedBlocksWritingMode() ? outerBorderAfter() : outerBorderBefore();
style             104 Source/core/rendering/RenderTable.h         if (style()->isHorizontalWritingMode())
style             105 Source/core/rendering/RenderTable.h             return style()->isLeftToRightDirection() ? outerBorderEnd() : outerBorderStart();
style             106 Source/core/rendering/RenderTable.h         return style()->isFlippedBlocksWritingMode() ? outerBorderBefore() : outerBorderAfter();
style             111 Source/core/rendering/RenderTable.h         if (style()->isHorizontalWritingMode())
style             112 Source/core/rendering/RenderTable.h             return style()->isFlippedBlocksWritingMode() ? outerBorderAfter() : outerBorderBefore();
style             113 Source/core/rendering/RenderTable.h         return style()->isLeftToRightDirection() ? outerBorderStart() : outerBorderEnd();
style             118 Source/core/rendering/RenderTable.h         if (style()->isHorizontalWritingMode())
style             119 Source/core/rendering/RenderTable.h             return style()->isFlippedBlocksWritingMode() ? outerBorderBefore() : outerBorderAfter();
style             120 Source/core/rendering/RenderTable.h         return style()->isLeftToRightDirection() ? outerBorderEnd() : outerBorderStart();
style             121 Source/core/rendering/RenderTableCell.cpp         Length colWidth = tableCol->style()->logicalWidth();
style             153 Source/core/rendering/RenderTableCell.cpp     if (node() && style()->autoWrap()) {
style             184 Source/core/rendering/RenderTableCell.cpp     switch (style()->verticalAlign()) {
style             267 Source/core/rendering/RenderTableCell.cpp     return result + (style()->writingMode() == TopToBottomWritingMode ? intrinsicPaddingBefore() : intrinsicPaddingAfter());
style             275 Source/core/rendering/RenderTableCell.cpp     return result + (style()->writingMode() == TopToBottomWritingMode ? intrinsicPaddingAfter() : intrinsicPaddingBefore());
style             283 Source/core/rendering/RenderTableCell.cpp     return result + (style()->writingMode() == LeftToRightWritingMode ? intrinsicPaddingBefore() : intrinsicPaddingAfter());
style             291 Source/core/rendering/RenderTableCell.cpp     return result + (style()->writingMode() == LeftToRightWritingMode ? intrinsicPaddingAfter() : intrinsicPaddingBefore());
style             331 Source/core/rendering/RenderTableCell.cpp     int outlineSize = style()->outlineSize();
style             398 Source/core/rendering/RenderTableCell.cpp     ASSERT(style()->display() == TABLE_CELL);
style             404 Source/core/rendering/RenderTableCell.cpp     if (parent() && section() && oldStyle && style()->height() != oldStyle->height())
style             409 Source/core/rendering/RenderTableCell.cpp     if (oldStyle && style()->verticalAlign() != oldStyle->verticalAlign())
style             415 Source/core/rendering/RenderTableCell.cpp         if (table && !table->selfNeedsLayout() && !table->normalChildNeedsLayout()&& oldStyle && oldStyle->border() != style()->border())
style             445 Source/core/rendering/RenderTableCell.cpp     if (border2.style() == BHIDDEN) {
style             446 Source/core/rendering/RenderTableCell.cpp         if (border1.style() == BHIDDEN)
style             450 Source/core/rendering/RenderTableCell.cpp     if (border1.style() == BHIDDEN)
style             454 Source/core/rendering/RenderTableCell.cpp     if (border2.style() == BNONE) {
style             455 Source/core/rendering/RenderTableCell.cpp         if (border1.style() == BNONE)
style             459 Source/core/rendering/RenderTableCell.cpp     if (border1.style() == BNONE)
style             467 Source/core/rendering/RenderTableCell.cpp     if (border1.style() != border2.style())
style             468 Source/core/rendering/RenderTableCell.cpp         return border1.style() < border2.style() ? -1 : 1;
style             479 Source/core/rendering/RenderTableCell.cpp     return border.style() == BHIDDEN ? CollapsedBorderValue() : border;
style             520 Source/core/rendering/RenderTableCell.cpp     CollapsedBorderValue result(style()->borderStart(), includeColor ? resolveColor(startColorProperty) : Color(), BCELL);
style             623 Source/core/rendering/RenderTableCell.cpp     CollapsedBorderValue result = CollapsedBorderValue(style()->borderEnd(), includeColor ? resolveColor(endColorProperty) : Color(), BCELL);
style             722 Source/core/rendering/RenderTableCell.cpp     CollapsedBorderValue result = CollapsedBorderValue(style()->borderBefore(), includeColor ? resolveColor(beforeColorProperty) : Color(), BCELL);
style             727 Source/core/rendering/RenderTableCell.cpp         result = chooseBorder(CollapsedBorderValue(prevCell->style()->borderAfter(), includeColor ? prevCell->resolveColor(afterColorProperty) : Color(), BCELL), result);
style             733 Source/core/rendering/RenderTableCell.cpp     result = chooseBorder(result, CollapsedBorderValue(parent()->style()->borderBefore(), includeColor ? parent()->resolveColor(beforeColorProperty) : Color(), BROW));
style             746 Source/core/rendering/RenderTableCell.cpp             result = chooseBorder(CollapsedBorderValue(prevRow->style()->borderAfter(), includeColor ? prevRow->resolveColor(afterColorProperty) : Color(), BROW), result);
style             756 Source/core/rendering/RenderTableCell.cpp         result = chooseBorder(result, CollapsedBorderValue(currSection->style()->borderBefore(), includeColor ? currSection->resolveColor(beforeColorProperty) : Color(), BROWGROUP));
style             763 Source/core/rendering/RenderTableCell.cpp             result = chooseBorder(CollapsedBorderValue(currSection->style()->borderAfter(), includeColor ? currSection->resolveColor(afterColorProperty) : Color(), BROWGROUP), result);
style             773 Source/core/rendering/RenderTableCell.cpp             result = chooseBorder(result, CollapsedBorderValue(colElt->style()->borderBefore(), includeColor ? colElt->resolveColor(beforeColorProperty) : Color(), BCOL));
style             777 Source/core/rendering/RenderTableCell.cpp                 result = chooseBorder(result, CollapsedBorderValue(enclosingColumnGroup->style()->borderBefore(), includeColor ? enclosingColumnGroup->resolveColor(beforeColorProperty) : Color(), BCOLGROUP));
style             784 Source/core/rendering/RenderTableCell.cpp         result = chooseBorder(result, CollapsedBorderValue(table->style()->borderBefore(), includeColor ? table->resolveColor(beforeColorProperty) : Color(), BTABLE));
style             808 Source/core/rendering/RenderTableCell.cpp     CollapsedBorderValue result = CollapsedBorderValue(style()->borderAfter(), includeColor ? resolveColor(afterColorProperty) : Color(), BCELL);
style             813 Source/core/rendering/RenderTableCell.cpp         result = chooseBorder(result, CollapsedBorderValue(nextCell->style()->borderBefore(), includeColor ? nextCell->resolveColor(beforeColorProperty) : Color(), BCELL));
style             819 Source/core/rendering/RenderTableCell.cpp     result = chooseBorder(result, CollapsedBorderValue(parent()->style()->borderAfter(), includeColor ? parent()->resolveColor(afterColorProperty) : Color(), BROW));
style             825 Source/core/rendering/RenderTableCell.cpp         result = chooseBorder(result, CollapsedBorderValue(nextCell->parent()->style()->borderBefore(), includeColor ? nextCell->parent()->resolveColor(beforeColorProperty) : Color(), BROW));
style             834 Source/core/rendering/RenderTableCell.cpp         result = chooseBorder(result, CollapsedBorderValue(currSection->style()->borderAfter(), includeColor ? currSection->resolveColor(afterColorProperty) : Color(), BROWGROUP));
style             841 Source/core/rendering/RenderTableCell.cpp             result = chooseBorder(result, CollapsedBorderValue(currSection->style()->borderBefore(), includeColor ? currSection->resolveColor(beforeColorProperty) : Color(), BROWGROUP));
style             851 Source/core/rendering/RenderTableCell.cpp             result = chooseBorder(result, CollapsedBorderValue(colElt->style()->borderAfter(), includeColor ? colElt->resolveColor(afterColorProperty) : Color(), BCOL));
style             854 Source/core/rendering/RenderTableCell.cpp                 result = chooseBorder(result, CollapsedBorderValue(enclosingColumnGroup->style()->borderAfter(), includeColor ? enclosingColumnGroup->resolveColor(afterColorProperty) : Color(), BCOLGROUP));
style             861 Source/core/rendering/RenderTableCell.cpp         result = chooseBorder(result, CollapsedBorderValue(table->style()->borderAfter(), includeColor ? table->resolveColor(afterColorProperty) : Color(), BTABLE));
style            1009 Source/core/rendering/RenderTableCell.cpp static EBorderStyle collapsedBorderStyle(EBorderStyle style)
style            1011 Source/core/rendering/RenderTableCell.cpp     if (style == OUTSET)
style            1013 Source/core/rendering/RenderTableCell.cpp     if (style == INSET)
style            1015 Source/core/rendering/RenderTableCell.cpp     return style;
style            1026 Source/core/rendering/RenderTableCell.cpp     EBorderStyle style;
style            1047 Source/core/rendering/RenderTableCell.cpp             m_borders[m_count].style = borderStyle;
style            1107 Source/core/rendering/RenderTableCell.cpp     if (!paintInfo.shouldPaintWithinRoot(this) || style()->visibility() != VISIBLE)
style            1138 Source/core/rendering/RenderTableCell.cpp     EBorderStyle topStyle = collapsedBorderStyle(topVal.style());
style            1139 Source/core/rendering/RenderTableCell.cpp     EBorderStyle bottomStyle = collapsedBorderStyle(bottomVal.style());
style            1140 Source/core/rendering/RenderTableCell.cpp     EBorderStyle leftStyle = collapsedBorderStyle(leftVal.style());
style            1141 Source/core/rendering/RenderTableCell.cpp     EBorderStyle rightStyle = collapsedBorderStyle(rightVal.style());
style            1161 Source/core/rendering/RenderTableCell.cpp                 border->borderValue.color().resolve(style()->visitedDependentColor(CSSPropertyColor)), border->style, 0, 0, antialias);
style            1174 Source/core/rendering/RenderTableCell.cpp     if (style()->visibility() != VISIBLE)
style            1178 Source/core/rendering/RenderTableCell.cpp     if (!tableElt->collapseBorders() && style()->emptyCells() == HIDE && !firstChild())
style            1186 Source/core/rendering/RenderTableCell.cpp     const FillLayer* bgLayer = backgroundObject->style()->backgroundLayers();
style            1208 Source/core/rendering/RenderTableCell.cpp     if (!tableElt->collapseBorders() && style()->emptyCells() == HIDE && !firstChild())
style            1212 Source/core/rendering/RenderTableCell.cpp     paintBoxShadow(paintInfo, paintRect, style(), Normal);
style            1217 Source/core/rendering/RenderTableCell.cpp     paintBoxShadow(paintInfo, paintRect, style(), Inset);
style            1219 Source/core/rendering/RenderTableCell.cpp     if (!style()->hasBorder() || tableElt->collapseBorders())
style            1222 Source/core/rendering/RenderTableCell.cpp     paintBorder(paintInfo, paintRect, style());
style            1227 Source/core/rendering/RenderTableCell.cpp     if (style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseMask)
style            1231 Source/core/rendering/RenderTableCell.cpp     if (!tableElt->collapseBorders() && style()->emptyCells() == HIDE && !firstChild())
style            1254 Source/core/rendering/RenderTableCell.cpp     if (style()->verticalAlign() == MIDDLE) {
style            1276 Source/core/rendering/RenderTableCell.cpp     RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parent->style(), TABLE_CELL);
style              89 Source/core/rendering/RenderTableCell.h         Length styleWidth = style()->logicalWidth();
style             101 Source/core/rendering/RenderTableCell.h         int styleLogicalHeight = valueForLength(style()->logicalHeight(), 0);
style             104 Source/core/rendering/RenderTableCell.h         if (!document().inQuirksMode() && style()->boxSizing() != BORDER_BOX)
style             134 Source/core/rendering/RenderTableCell.h         EVerticalAlign va = style()->verticalAlign();
style             176 Source/core/rendering/RenderTableCell.h         return row()->style();
style             183 Source/core/rendering/RenderTableCell.h             return style()->borderStart();
style             185 Source/core/rendering/RenderTableCell.h         return style()->borderEnd();
style             192 Source/core/rendering/RenderTableCell.h             return style()->borderEnd();
style             194 Source/core/rendering/RenderTableCell.h         return style()->borderStart();
style             201 Source/core/rendering/RenderTableCell.h         return style()->borderStart();
style             208 Source/core/rendering/RenderTableCell.h         return style()->borderEnd();
style              54 Source/core/rendering/RenderTableCol.cpp         if (table && !table->selfNeedsLayout() && !table->normalChildNeedsLayout() && oldStyle && oldStyle->border() != style()->border())
style              67 Source/core/rendering/RenderTableCol.cpp         m_span = !(style() && style()->display() == TABLE_COLUMN_GROUP);
style              68 Source/core/rendering/RenderTableCol.cpp     if (m_span != oldSpan && style() && parent())
style              84 Source/core/rendering/RenderTableCol.cpp bool RenderTableCol::isChildAllowed(RenderObject* child, RenderStyle* style) const
style              87 Source/core/rendering/RenderTableCol.cpp     return child->isRenderTableCol() && style->display() == TABLE_COLUMN;
style             163 Source/core/rendering/RenderTableCol.cpp     return style()->borderStart();
style             168 Source/core/rendering/RenderTableCol.cpp     return style()->borderEnd();
style             174 Source/core/rendering/RenderTableCol.cpp     return style()->borderStart();
style             180 Source/core/rendering/RenderTableCol.cpp     return style()->borderEnd();
style              52 Source/core/rendering/RenderTableCol.h     bool isTableColumn() const { return style()->display() == TABLE_COLUMN; }
style              53 Source/core/rendering/RenderTableCol.h     bool isTableColumnGroup() const { return style()->display() == TABLE_COLUMN_GROUP; }
style              69 Source/core/rendering/RenderTableRow.cpp     ASSERT(style()->display() == TABLE_ROW);
style              74 Source/core/rendering/RenderTableRow.cpp     if (section() && oldStyle && style()->logicalHeight() != oldStyle->logicalHeight())
style              80 Source/core/rendering/RenderTableRow.cpp         if (table && !table->selfNeedsLayout() && !table->normalChildNeedsLayout() && oldStyle && oldStyle->border() != style()->border())
style              83 Source/core/rendering/RenderTableRow.cpp         if (table && oldStyle && diff == StyleDifferenceLayout && needsLayout() && table->collapseBorders() && borderWidthChanged(oldStyle, style())) {
style             100 Source/core/rendering/RenderTableRow.cpp     return style()->borderStart();
style             107 Source/core/rendering/RenderTableRow.cpp     return style()->borderEnd();
style             232 Source/core/rendering/RenderTableRow.cpp     if ((paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseSelfOutline) && style()->visibility() == VISIBLE)
style             271 Source/core/rendering/RenderTableRow.cpp     RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parent->style(), TABLE_ROW);
style              75 Source/core/rendering/RenderTableRow.h             return style()->borderStart();
style              77 Source/core/rendering/RenderTableRow.h         return style()->borderEnd();
style              83 Source/core/rendering/RenderTableRow.h             return style()->borderEnd();
style              85 Source/core/rendering/RenderTableRow.h         return style()->borderStart();
style             107 Source/core/rendering/RenderTableRow.h         if (hasTransform() || hasHiddenBackface() || hasClipPath() || createsGroup() || isStickyPositioned() || style()->hasWillChangeCompositingHint() || style()->hasWillChangeGpuRasterizationHint() || shouldCompositeForActiveAnimations(*this))
style              54 Source/core/rendering/RenderTableSection.cpp     row.logicalHeight = row.rowRenderer->style()->logicalHeight();
style              63 Source/core/rendering/RenderTableSection.cpp     Length logicalHeight = cell->style()->logicalHeight();
style             110 Source/core/rendering/RenderTableSection.cpp     if (table && !table->selfNeedsLayout() && !table->normalChildNeedsLayout() && oldStyle && oldStyle->border() != style()->border())
style             941 Source/core/rendering/RenderTableSection.cpp             bool flexAllChildren = cell->style()->logicalHeight().isFixed()
style             942 Source/core/rendering/RenderTableSection.cpp                 || (!table()->style()->logicalHeight().isAuto() && rHeight != cell->logicalHeight());
style             945 Source/core/rendering/RenderTableSection.cpp                 if (!child->isText() && child->style()->logicalHeight().isPercent()
style            1088 Source/core/rendering/RenderTableSection.cpp     const BorderValue& sb = side == BorderBefore ? style()->borderBefore() : style()->borderAfter();
style            1089 Source/core/rendering/RenderTableSection.cpp     if (sb.style() == BHIDDEN)
style            1091 Source/core/rendering/RenderTableSection.cpp     if (sb.style() > BHIDDEN)
style            1094 Source/core/rendering/RenderTableSection.cpp     const BorderValue& rb = side == BorderBefore ? firstChild()->style()->borderBefore() : lastChild()->style()->borderAfter();
style            1095 Source/core/rendering/RenderTableSection.cpp     if (rb.style() == BHIDDEN)
style            1097 Source/core/rendering/RenderTableSection.cpp     if (rb.style() > BHIDDEN && rb.width() > borderWidth)
style            1105 Source/core/rendering/RenderTableSection.cpp         const RenderStyle* primaryCellStyle = current.primaryCell()->style();
style            1110 Source/core/rendering/RenderTableSection.cpp             const BorderValue& gb = side == BorderBefore ? colGroup->style()->borderBefore() : colGroup->style()->borderAfter();
style            1111 Source/core/rendering/RenderTableSection.cpp             if (gb.style() == BHIDDEN || cb.style() == BHIDDEN)
style            1114 Source/core/rendering/RenderTableSection.cpp             if (gb.style() > BHIDDEN && gb.width() > borderWidth)
style            1116 Source/core/rendering/RenderTableSection.cpp             if (cb.style() > BHIDDEN && cb.width() > borderWidth)
style            1119 Source/core/rendering/RenderTableSection.cpp             if (cb.style() == BHIDDEN)
style            1122 Source/core/rendering/RenderTableSection.cpp             if (cb.style() > BHIDDEN && cb.width() > borderWidth)
style            1143 Source/core/rendering/RenderTableSection.cpp     const BorderValue& sb = side == BorderStart ? style()->borderStart() : style()->borderEnd();
style            1144 Source/core/rendering/RenderTableSection.cpp     if (sb.style() == BHIDDEN)
style            1146 Source/core/rendering/RenderTableSection.cpp     if (sb.style() > BHIDDEN)
style            1150 Source/core/rendering/RenderTableSection.cpp         const BorderValue& gb = side == BorderStart ? colGroup->style()->borderStart() : colGroup->style()->borderEnd();
style            1151 Source/core/rendering/RenderTableSection.cpp         if (gb.style() == BHIDDEN)
style            1153 Source/core/rendering/RenderTableSection.cpp         if (gb.style() > BHIDDEN && gb.width() > borderWidth)
style            1163 Source/core/rendering/RenderTableSection.cpp         const RenderStyle* primaryCellStyle = current.primaryCell()->style();
style            1164 Source/core/rendering/RenderTableSection.cpp         const RenderStyle* primaryCellParentStyle = current.primaryCell()->parent()->style();
style            1167 Source/core/rendering/RenderTableSection.cpp         if (cb.style() == BHIDDEN || rb.style() == BHIDDEN)
style            1170 Source/core/rendering/RenderTableSection.cpp         if (cb.style() > BHIDDEN && cb.width() > borderWidth)
style            1172 Source/core/rendering/RenderTableSection.cpp         if (rb.style() > BHIDDEN && rb.width() > borderWidth)
style            1178 Source/core/rendering/RenderTableSection.cpp     if ((side == BorderStart) != table()->style()->isLeftToRightDirection())
style            1236 Source/core/rendering/RenderTableSection.cpp     if ((phase == PaintPhaseOutline || phase == PaintPhaseSelfOutline) && style()->visibility() == VISIBLE)
style            1293 Source/core/rendering/RenderTableSection.cpp     if (!style()->isHorizontalWritingMode())
style            1298 Source/core/rendering/RenderTableSection.cpp     if (!style()->isLeftToRightDirection())
style            1574 Source/core/rendering/RenderTableSection.cpp     return hasSameDirectionAs(cell) ? style()->borderStart() : style()->borderEnd();
style            1580 Source/core/rendering/RenderTableSection.cpp     return hasSameDirectionAs(cell) ? style()->borderEnd() : style()->borderStart();
style            1721 Source/core/rendering/RenderTableSection.cpp     RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parent->style(), TABLE_ROW_GROUP);
style            1736 Source/core/rendering/RenderTableSection.cpp     if (!style()->isLeftToRightDirection())
style             145 Source/core/rendering/RenderTableSection.h             return style()->borderStart();
style             147 Source/core/rendering/RenderTableSection.h         return style()->borderEnd();
style             153 Source/core/rendering/RenderTableSection.h             return style()->borderEnd();
style             155 Source/core/rendering/RenderTableSection.h         return style()->borderStart();
style             201 Source/core/rendering/RenderText.cpp     RenderStyle* newStyle = style();
style             418 Source/core/rendering/RenderText.cpp             if (style()->isHorizontalWritingMode())
style             557 Source/core/rendering/RenderText.cpp             || box->renderer().containingBlock()->style()->direction() == box->direction()) // FIXME: left on 12CBA
style             587 Source/core/rendering/RenderText.cpp         || box->renderer().containingBlock()->style()->direction() == box->direction())
style             623 Source/core/rendering/RenderText.cpp     bool blocksAreFlipped = style()->isFlippedBlocksWritingMode();
style             687 Source/core/rendering/RenderText.cpp     RenderStyle* cbStyle = cb->style();
style             722 Source/core/rendering/RenderText.cpp     return style()->isHorizontalWritingMode() ? IntRect(left, top, caretWidth, height) : IntRect(top, left, height, caretWidth);
style             727 Source/core/rendering/RenderText.cpp     if (style()->hasTextCombine() && isCombineText()) {
style             746 Source/core/rendering/RenderText.cpp                     if (style()->collapseWhiteSpace()) {
style             750 Source/core/rendering/RenderText.cpp                         w += f.tabWidth(style()->tabSize(), xPos + w);
style             765 Source/core/rendering/RenderText.cpp     TextRun run = RenderBlockFlow::constructTextRun(const_cast<RenderText*>(this), f, this, start, len, style(), textDirection);
style             770 Source/core/rendering/RenderText.cpp     run.setTabSize(!style()->collapseWhiteSpace(), style()->tabSize());
style             783 Source/core/rendering/RenderText.cpp     bool collapseWhiteSpace = style()->collapseWhiteSpace();
style             817 Source/core/rendering/RenderText.cpp     if (text[0] == ' ' || (text[0] == '\n' && !style()->preserveNewline()) || text[0] == '\t') {
style             818 Source/core/rendering/RenderText.cpp         const Font& font = style()->font(); // FIXME: This ignores first-line.
style             821 Source/core/rendering/RenderText.cpp             float spaceWidth = font.width(RenderBlockFlow::constructTextRun(this, font, &space, 1, style(), direction));
style             830 Source/core/rendering/RenderText.cpp     if (!style()->autoWrap() || minWidth > maxWidth)
style             835 Source/core/rendering/RenderText.cpp         const Font& f = style()->font(); // FIXME: This ignores first-line.
style             894 Source/core/rendering/RenderText.cpp     RenderStyle* style = renderer->style();
style             895 Source/core/rendering/RenderText.cpp     return font.width(RenderBlockFlow::constructTextRun(renderer, font, style->hyphenString().string(), style, direction));
style             919 Source/core/rendering/RenderText.cpp     RenderStyle* styleToUse = style();
style            1097 Source/core/rendering/RenderText.cpp             if (style()->autoWrap() || isNewline)
style            1119 Source/core/rendering/RenderText.cpp                 run.setTabSize(!style()->collapseWhiteSpace(), style()->tabSize());
style            1159 Source/core/rendering/RenderText.cpp             if (!style()->isCollapsibleWhiteSpace(characters8()[i]))
style            1165 Source/core/rendering/RenderText.cpp         if (!style()->isCollapsibleWhiteSpace(characters16()[i]))
style            1344 Source/core/rendering/RenderText.cpp void applyTextTransform(const RenderStyle* style, String& text, UChar previousCharacter)
style            1346 Source/core/rendering/RenderText.cpp     if (!style)
style            1349 Source/core/rendering/RenderText.cpp     switch (style->textTransform()) {
style            1356 Source/core/rendering/RenderText.cpp         text = text.upper(style->locale());
style            1359 Source/core/rendering/RenderText.cpp         text = text.lower(style->locale());
style            1369 Source/core/rendering/RenderText.cpp     if (style()) {
style            1370 Source/core/rendering/RenderText.cpp         applyTextTransform(style(), m_text, previousCharacter());
style            1374 Source/core/rendering/RenderText.cpp         switch (style()->textSecurity()) {
style            1497 Source/core/rendering/RenderText.cpp     return width(from, len, style(firstLine)->font(), xPos, textDirection, fallbackFonts, glyphOverflow);
style            1507 Source/core/rendering/RenderText.cpp     if (&f == &style()->font()) {
style            1508 Source/core/rendering/RenderText.cpp         if (!style()->preserveNewline() && !from && len == textLength() && (!glyphOverflow || !glyphOverflow->computeBounds)) {
style            1524 Source/core/rendering/RenderText.cpp         TextRun run = RenderBlockFlow::constructTextRun(const_cast<RenderText*>(this), f, this, from, len, style(), textDirection);
style            1529 Source/core/rendering/RenderText.cpp         run.setTabSize(!style()->collapseWhiteSpace(), style()->tabSize());
style            1553 Source/core/rendering/RenderText.cpp         bool isHorizontal = style()->isHorizontalWritingMode();
style            1583 Source/core/rendering/RenderText.cpp     if (!style()->isHorizontalWritingMode())
style             118 Source/core/rendering/RenderText.h     LayoutUnit marginLeft() const { return minimumValueForLength(style()->marginLeft(), 0); }
style             119 Source/core/rendering/RenderText.h     LayoutUnit marginRight() const { return minimumValueForLength(style()->marginRight(), 0); }
style             136 Source/core/rendering/RenderText.h     bool isSecure() const { return style()->textSecurity() != TSNONE; }
style              76 Source/core/rendering/RenderTextControl.cpp         innerTextRenderer->style()->setHeight(Length());
style              77 Source/core/rendering/RenderTextControl.cpp         innerTextRenderer->style()->setWidth(Length());
style              78 Source/core/rendering/RenderTextControl.cpp         innerTextRenderer->setStyle(createInnerTextStyle(style()));
style              84 Source/core/rendering/RenderTextControl.cpp static inline void updateUserModifyProperty(HTMLTextFormControlElement* node, RenderStyle* style)
style              86 Source/core/rendering/RenderTextControl.cpp     style->setUserModify(node->isDisabledOrReadOnly() ? READ_ONLY : READ_WRITE_PLAINTEXT_ONLY);
style              93 Source/core/rendering/RenderTextControl.cpp     textBlockStyle->setDirection(style()->direction());
style              94 Source/core/rendering/RenderTextControl.cpp     textBlockStyle->setUnicodeBidi(style()->unicodeBidi());
style             120 Source/core/rendering/RenderTextControl.cpp         updateUserModifyProperty(textFormControlElement(), innerText->renderer()->style());
style             138 Source/core/rendering/RenderTextControl.cpp         if ((isHorizontalWritingMode() && (style()->overflowX() == OSCROLL ||  (style()->overflowX() == OAUTO && innerText->renderer()->style()->overflowWrap() == NormalOverflowWrap)))
style             139 Source/core/rendering/RenderTextControl.cpp             || (!isHorizontalWritingMode() && (style()->overflowY() == OSCROLL ||  (style()->overflowY() == OAUTO && innerText->renderer()->style()->overflowWrap() == NormalOverflowWrap))))
style             223 Source/core/rendering/RenderTextControl.cpp         return roundf(style()->font().primaryFont()->avgCharWidth());
style             227 Source/core/rendering/RenderTextControl.cpp     const Font& font = style()->font();
style             228 Source/core/rendering/RenderTextControl.cpp     TextRun textRun = constructTextRun(this, font, str, style(), TextRun::AllowTrailingExpansion);
style             237 Source/core/rendering/RenderTextControl.cpp     return roundf(style()->font().fontDescription().computedSize() * x / unitsPerEm);
style             243 Source/core/rendering/RenderTextControl.cpp     AtomicString family = style()->font().fontDescription().family().family();
style             247 Source/core/rendering/RenderTextControl.cpp     if (!style()->logicalWidth().isPercent())
style             258 Source/core/rendering/RenderTextControl.cpp     if (style()->logicalWidth().isFixed() && style()->logicalWidth().value() >= 0)
style             259 Source/core/rendering/RenderTextControl.cpp         m_minPreferredLogicalWidth = m_maxPreferredLogicalWidth = adjustContentBoxLogicalWidthForBoxSizing(style()->logicalWidth().value());
style             263 Source/core/rendering/RenderTextControl.cpp     if (style()->logicalMinWidth().isFixed() && style()->logicalMinWidth().value() > 0) {
style             264 Source/core/rendering/RenderTextControl.cpp         m_maxPreferredLogicalWidth = max(m_maxPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->logicalMinWidth().value()));
style             265 Source/core/rendering/RenderTextControl.cpp         m_minPreferredLogicalWidth = max(m_minPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->logicalMinWidth().value()));
style             268 Source/core/rendering/RenderTextControl.cpp     if (style()->logicalMaxWidth().isFixed()) {
style             269 Source/core/rendering/RenderTextControl.cpp         m_maxPreferredLogicalWidth = min(m_maxPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->logicalMaxWidth().value()));
style             270 Source/core/rendering/RenderTextControl.cpp         m_minPreferredLogicalWidth = min(m_minPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->logicalMaxWidth().value()));
style              97 Source/core/rendering/RenderTextControlMultiLine.cpp     placeholderBox->style()->setLogicalWidth(Length(contentLogicalWidth() - placeholderBox->borderAndPaddingLogicalWidth(), Fixed));
style             115 Source/core/rendering/RenderTextControlSingleLine.cpp     if (innerTextRenderer && !innerTextRenderer->style()->logicalHeight().isAuto()) {
style             116 Source/core/rendering/RenderTextControlSingleLine.cpp         innerTextRenderer->style()->setLogicalHeight(Length(Auto));
style             119 Source/core/rendering/RenderTextControlSingleLine.cpp     if (viewPortRenderer && !viewPortRenderer->style()->logicalHeight().isAuto()) {
style             120 Source/core/rendering/RenderTextControlSingleLine.cpp         viewPortRenderer->style()->setLogicalHeight(Length(Auto));
style             138 Source/core/rendering/RenderTextControlSingleLine.cpp         innerTextRenderer->style()->setLogicalHeight(Length(desiredLogicalHeight, Fixed));
style             141 Source/core/rendering/RenderTextControlSingleLine.cpp             viewPortRenderer->style()->setLogicalHeight(Length(desiredLogicalHeight, Fixed));
style             150 Source/core/rendering/RenderTextControlSingleLine.cpp             containerRenderer->style()->setLogicalHeight(Length(logicalHeightLimit, Fixed));
style             153 Source/core/rendering/RenderTextControlSingleLine.cpp             containerRenderer->style()->setLogicalHeight(Length(contentLogicalHeight(), Fixed));
style             156 Source/core/rendering/RenderTextControlSingleLine.cpp             containerRenderer->style()->setLogicalHeight(Length(containerLogicalHeight, Fixed));
style             173 Source/core/rendering/RenderTextControlSingleLine.cpp         if (containerRenderer && !containerRenderer->style()->isLeftToRightDirection())
style             187 Source/core/rendering/RenderTextControlSingleLine.cpp         placeholderBox->style()->setWidth(Length(innerTextSize.width() - placeholderBox->borderAndPaddingWidth(), Fixed));
style             188 Source/core/rendering/RenderTextControlSingleLine.cpp         placeholderBox->style()->setHeight(Length(innerTextSize.height() - placeholderBox->borderAndPaddingHeight(), Fixed));
style             245 Source/core/rendering/RenderTextControlSingleLine.cpp         viewPortRenderer->style()->setHeight(Length());
style             246 Source/core/rendering/RenderTextControlSingleLine.cpp         viewPortRenderer->style()->setWidth(Length());
style             250 Source/core/rendering/RenderTextControlSingleLine.cpp         containerRenderer->style()->setHeight(Length());
style             251 Source/core/rendering/RenderTextControlSingleLine.cpp         containerRenderer->style()->setWidth(Length());
style             320 Source/core/rendering/RenderTextControlSingleLine.cpp     AtomicString family = style()->font().fontDescription().family().family();
style             328 Source/core/rendering/RenderTextControlSingleLine.cpp         maxCharWidth = roundf(style()->font().primaryFont()->maxCharWidth());
style             386 Source/core/rendering/RenderTextControlSingleLine.cpp     return document().focusedElement() != node() && style()->textOverflow() == TextOverflowEllipsis;
style              76 Source/core/rendering/RenderTextFragment.cpp         block->style()->removeCachedPseudoStyle(FIRST_LETTER);
style             129 Source/core/rendering/RenderTextFragment.cpp         if (block->style()->hasPseudoStyle(FIRST_LETTER) && block->canHaveChildren() && block->isRenderBlock())
style              92 Source/core/rendering/RenderTheme.cpp void RenderTheme::adjustStyle(RenderStyle* style, Element* e, const CachedUAStyle& uaStyle)
style              95 Source/core/rendering/RenderTheme.cpp     ControlPart part = style->appearance();
style              96 Source/core/rendering/RenderTheme.cpp     if (style->display() == INLINE || style->display() == INLINE_TABLE || style->display() == TABLE_ROW_GROUP
style              97 Source/core/rendering/RenderTheme.cpp         || style->display() == TABLE_HEADER_GROUP || style->display() == TABLE_FOOTER_GROUP
style              98 Source/core/rendering/RenderTheme.cpp         || style->display() == TABLE_ROW || style->display() == TABLE_COLUMN_GROUP || style->display() == TABLE_COLUMN
style              99 Source/core/rendering/RenderTheme.cpp         || style->display() == TABLE_CELL || style->display() == TABLE_CAPTION)
style             100 Source/core/rendering/RenderTheme.cpp         style->setDisplay(INLINE_BLOCK);
style             101 Source/core/rendering/RenderTheme.cpp     else if (style->display() == LIST_ITEM || style->display() == TABLE)
style             102 Source/core/rendering/RenderTheme.cpp         style->setDisplay(BLOCK);
style             104 Source/core/rendering/RenderTheme.cpp     if (uaStyle.hasAppearance && isControlStyled(style, uaStyle)) {
style             106 Source/core/rendering/RenderTheme.cpp             style->setAppearance(MenulistButtonPart);
style             109 Source/core/rendering/RenderTheme.cpp             style->setAppearance(NoControlPart);
style             112 Source/core/rendering/RenderTheme.cpp     if (!style->hasAppearance())
style             115 Source/core/rendering/RenderTheme.cpp     if (shouldUseFallbackTheme(style)) {
style             116 Source/core/rendering/RenderTheme.cpp         adjustStyleUsingFallbackTheme(style, e);
style             129 Source/core/rendering/RenderTheme.cpp         LengthBox borderBox(style->borderTopWidth(), style->borderRightWidth(), style->borderBottomWidth(), style->borderLeftWidth());
style             130 Source/core/rendering/RenderTheme.cpp         borderBox = m_platformTheme->controlBorder(part, style->font().fontDescription(), borderBox, style->effectiveZoom());
style             131 Source/core/rendering/RenderTheme.cpp         if (borderBox.top().value() != static_cast<int>(style->borderTopWidth())) {
style             133 Source/core/rendering/RenderTheme.cpp                 style->setBorderTopWidth(borderBox.top().value());
style             135 Source/core/rendering/RenderTheme.cpp                 style->resetBorderTop();
style             137 Source/core/rendering/RenderTheme.cpp         if (borderBox.right().value() != static_cast<int>(style->borderRightWidth())) {
style             139 Source/core/rendering/RenderTheme.cpp                 style->setBorderRightWidth(borderBox.right().value());
style             141 Source/core/rendering/RenderTheme.cpp                 style->resetBorderRight();
style             143 Source/core/rendering/RenderTheme.cpp         if (borderBox.bottom().value() != static_cast<int>(style->borderBottomWidth())) {
style             144 Source/core/rendering/RenderTheme.cpp             style->setBorderBottomWidth(borderBox.bottom().value());
style             146 Source/core/rendering/RenderTheme.cpp                 style->setBorderBottomWidth(borderBox.bottom().value());
style             148 Source/core/rendering/RenderTheme.cpp                 style->resetBorderBottom();
style             150 Source/core/rendering/RenderTheme.cpp         if (borderBox.left().value() != static_cast<int>(style->borderLeftWidth())) {
style             151 Source/core/rendering/RenderTheme.cpp             style->setBorderLeftWidth(borderBox.left().value());
style             153 Source/core/rendering/RenderTheme.cpp                 style->setBorderLeftWidth(borderBox.left().value());
style             155 Source/core/rendering/RenderTheme.cpp                 style->resetBorderLeft();
style             159 Source/core/rendering/RenderTheme.cpp         LengthBox paddingBox = m_platformTheme->controlPadding(part, style->font().fontDescription(), style->paddingBox(), style->effectiveZoom());
style             160 Source/core/rendering/RenderTheme.cpp         if (paddingBox != style->paddingBox())
style             161 Source/core/rendering/RenderTheme.cpp             style->setPaddingBox(paddingBox);
style             165 Source/core/rendering/RenderTheme.cpp             style->setWhiteSpace(PRE);
style             170 Source/core/rendering/RenderTheme.cpp         LengthSize controlSize = m_platformTheme->controlSize(part, style->font().fontDescription(), LengthSize(style->width(), style->height()), style->effectiveZoom());
style             171 Source/core/rendering/RenderTheme.cpp         if (controlSize.width() != style->width())
style             172 Source/core/rendering/RenderTheme.cpp             style->setWidth(controlSize.width());
style             173 Source/core/rendering/RenderTheme.cpp         if (controlSize.height() != style->height())
style             174 Source/core/rendering/RenderTheme.cpp             style->setHeight(controlSize.height());
style             177 Source/core/rendering/RenderTheme.cpp         LengthSize minControlSize = m_platformTheme->minimumControlSize(part, style->font().fontDescription(), style->effectiveZoom());
style             178 Source/core/rendering/RenderTheme.cpp         if (minControlSize.width() != style->minWidth())
style             179 Source/core/rendering/RenderTheme.cpp             style->setMinWidth(minControlSize.width());
style             180 Source/core/rendering/RenderTheme.cpp         if (minControlSize.height() != style->minHeight())
style             181 Source/core/rendering/RenderTheme.cpp             style->setMinHeight(minControlSize.height());
style             184 Source/core/rendering/RenderTheme.cpp         FontDescription controlFont = m_platformTheme->controlFont(part, style->font().fontDescription(), style->effectiveZoom());
style             185 Source/core/rendering/RenderTheme.cpp         if (controlFont != style->font().fontDescription()) {
style             187 Source/core/rendering/RenderTheme.cpp             style->setLineHeight(RenderStyle::initialLineHeight());
style             190 Source/core/rendering/RenderTheme.cpp             if (style->setFontDescription(controlFont))
style             191 Source/core/rendering/RenderTheme.cpp                 style->font().update(nullptr);
style             200 Source/core/rendering/RenderTheme.cpp     switch (style->appearance()) {
style             203 Source/core/rendering/RenderTheme.cpp         return adjustCheckboxStyle(style, e);
style             205 Source/core/rendering/RenderTheme.cpp         return adjustRadioStyle(style, e);
style             209 Source/core/rendering/RenderTheme.cpp         return adjustButtonStyle(style, e);
style             211 Source/core/rendering/RenderTheme.cpp         return adjustInnerSpinButtonStyle(style, e);
style             214 Source/core/rendering/RenderTheme.cpp         return adjustMenuListStyle(style, e);
style             216 Source/core/rendering/RenderTheme.cpp         return adjustMenuListButtonStyle(style, e);
style             219 Source/core/rendering/RenderTheme.cpp         return adjustSliderThumbStyle(style, e);
style             221 Source/core/rendering/RenderTheme.cpp         return adjustSearchFieldStyle(style, e);
style             223 Source/core/rendering/RenderTheme.cpp         return adjustSearchFieldCancelButtonStyle(style, e);
style             225 Source/core/rendering/RenderTheme.cpp         return adjustSearchFieldDecorationStyle(style, e);
style             227 Source/core/rendering/RenderTheme.cpp         return adjustSearchFieldResultsDecorationStyle(style, e);
style             230 Source/core/rendering/RenderTheme.cpp         return adjustInputFieldSpeechButtonStyle(style, e);
style             250 Source/core/rendering/RenderTheme.cpp     ControlPart part = o->style()->appearance();
style             252 Source/core/rendering/RenderTheme.cpp     if (shouldUseFallbackTheme(o->style()))
style             263 Source/core/rendering/RenderTheme.cpp         m_platformTheme->paint(part, controlStatesForRenderer(o), const_cast<GraphicsContext*>(paintInfo.context), r, o->style()->effectiveZoom(), o->view()->frameView());
style             361 Source/core/rendering/RenderTheme.cpp     switch (o->style()->appearance()) {
style             405 Source/core/rendering/RenderTheme.cpp     switch (o->style()->appearance()) {
style             569 Source/core/rendering/RenderTheme.cpp     return box->height() + box->marginTop() + m_platformTheme->baselinePositionAdjustment(o->style()->appearance()) * o->style()->effectiveZoom();
style             582 Source/core/rendering/RenderTheme.cpp static bool isBackgroundOrBorderStyled(const RenderStyle& style, const CachedUAStyle& uaStyle)
style             586 Source/core/rendering/RenderTheme.cpp     FillLayer backgroundLayersCopy = *style.backgroundLayers();
style             592 Source/core/rendering/RenderTheme.cpp     return style.border() != uaStyle.border
style             594 Source/core/rendering/RenderTheme.cpp         || style.visitedDependentColor(CSSPropertyBackgroundColor) != uaStyle.backgroundColor;
style             597 Source/core/rendering/RenderTheme.cpp bool RenderTheme::isControlStyled(const RenderStyle* style, const CachedUAStyle& uaStyle) const
style             599 Source/core/rendering/RenderTheme.cpp     switch (style->appearance()) {
style             609 Source/core/rendering/RenderTheme.cpp         return isBackgroundOrBorderStyled(*style, uaStyle);
style             616 Source/core/rendering/RenderTheme.cpp         return isBackgroundOrBorderStyled(*style, uaStyle) || style->boxShadow();
style             620 Source/core/rendering/RenderTheme.cpp         return style->boxShadow();
style             630 Source/core/rendering/RenderTheme.cpp     m_platformTheme->inflateControlPaintRect(o->style()->appearance(), controlStatesForRenderer(o), r, o->style()->effectiveZoom());
style             636 Source/core/rendering/RenderTheme.cpp     if (supportsFocusRing(renderer->style()))
style             638 Source/core/rendering/RenderTheme.cpp     if (!renderer->style()->hasAppearance())
style             650 Source/core/rendering/RenderTheme.cpp bool RenderTheme::supportsFocusRing(const RenderStyle* style) const
style             652 Source/core/rendering/RenderTheme.cpp     return (style->hasAppearance() && style->appearance() != TextFieldPart && style->appearance() != TextAreaPart && style->appearance() != MenulistButtonPart && style->appearance() != ListboxPart);
style             658 Source/core/rendering/RenderTheme.cpp     if (state == HoverState && !supportsHover(o->style()))
style             683 Source/core/rendering/RenderTheme.cpp     if (isFocused(o) && o->style()->outlineStyleIsAuto())
style             792 Source/core/rendering/RenderTheme.cpp void RenderTheme::adjustCheckboxStyle(RenderStyle* style, Element*) const
style             797 Source/core/rendering/RenderTheme.cpp     setCheckboxSize(style);
style             800 Source/core/rendering/RenderTheme.cpp     style->resetPadding();
style             804 Source/core/rendering/RenderTheme.cpp     style->resetBorder();
style             807 Source/core/rendering/RenderTheme.cpp void RenderTheme::adjustRadioStyle(RenderStyle* style, Element*) const
style             812 Source/core/rendering/RenderTheme.cpp     setRadioSize(style);
style             815 Source/core/rendering/RenderTheme.cpp     style->resetPadding();
style             819 Source/core/rendering/RenderTheme.cpp     style->resetBorder();
style             822 Source/core/rendering/RenderTheme.cpp void RenderTheme::adjustButtonStyle(RenderStyle* style, Element*) const
style             836 Source/core/rendering/RenderTheme.cpp void RenderTheme::adjustInputFieldSpeechButtonStyle(RenderStyle* style, Element* element) const
style             838 Source/core/rendering/RenderTheme.cpp     RenderInputSpeech::adjustInputFieldSpeechButtonStyle(style, element);
style             878 Source/core/rendering/RenderTheme.cpp     ControlPart part = o->style()->appearance();
style             887 Source/core/rendering/RenderTheme.cpp         RenderStyle* thumbStyle = thumbRenderer->style();
style             895 Source/core/rendering/RenderTheme.cpp     float zoomFactor = o->style()->effectiveZoom();
style             934 Source/core/rendering/RenderTheme.cpp         double tickRatio = isHorizontal && o->style()->isLeftToRightDirection() ? tickFraction : 1.0 - tickFraction;
style             963 Source/core/rendering/RenderTheme.cpp void RenderTheme::adjustSliderThumbStyle(RenderStyle* style, Element* element) const
style             965 Source/core/rendering/RenderTheme.cpp     adjustSliderThumbSize(style, element);
style            1138 Source/core/rendering/RenderTheme.cpp void RenderTheme::adjustStyleUsingFallbackTheme(RenderStyle* style, Element* e)
style            1140 Source/core/rendering/RenderTheme.cpp     ControlPart part = style->appearance();
style            1143 Source/core/rendering/RenderTheme.cpp         return adjustCheckboxStyleUsingFallbackTheme(style, e);
style            1145 Source/core/rendering/RenderTheme.cpp         return adjustRadioStyleUsingFallbackTheme(style, e);
style            1153 Source/core/rendering/RenderTheme.cpp     ControlPart part = o->style()->appearance();
style            1166 Source/core/rendering/RenderTheme.cpp void RenderTheme::setSizeIfAuto(RenderStyle* style, const IntSize& size)
style            1168 Source/core/rendering/RenderTheme.cpp     if (style->width().isIntrinsicOrAuto())
style            1169 Source/core/rendering/RenderTheme.cpp         style->setWidth(Length(size.width(), Fixed));
style            1170 Source/core/rendering/RenderTheme.cpp     if (style->height().isAuto())
style            1171 Source/core/rendering/RenderTheme.cpp         style->setHeight(Length(size.height(), Fixed));
style            1181 Source/core/rendering/RenderTheme.cpp     float zoomLevel = o->style()->effectiveZoom();
style            1196 Source/core/rendering/RenderTheme.cpp void RenderTheme::adjustCheckboxStyleUsingFallbackTheme(RenderStyle* style, Element*) const
style            1199 Source/core/rendering/RenderTheme.cpp     if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto())
style            1203 Source/core/rendering/RenderTheme.cpp     float zoomLevel = style->effectiveZoom();
style            1206 Source/core/rendering/RenderTheme.cpp     setSizeIfAuto(style, size);
style            1209 Source/core/rendering/RenderTheme.cpp     style->resetPadding();
style            1213 Source/core/rendering/RenderTheme.cpp     style->resetBorder();
style            1223 Source/core/rendering/RenderTheme.cpp     float zoomLevel = o->style()->effectiveZoom();
style            1238 Source/core/rendering/RenderTheme.cpp void RenderTheme::adjustRadioStyleUsingFallbackTheme(RenderStyle* style, Element*) const
style            1241 Source/core/rendering/RenderTheme.cpp     if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto())
style            1245 Source/core/rendering/RenderTheme.cpp     float zoomLevel = style->effectiveZoom();
style            1248 Source/core/rendering/RenderTheme.cpp     setSizeIfAuto(style, size);
style            1251 Source/core/rendering/RenderTheme.cpp     style->resetPadding();
style            1255 Source/core/rendering/RenderTheme.cpp     style->resetBorder();
style              72 Source/core/rendering/RenderThemeChromiumAndroid.cpp void RenderThemeChromiumAndroid::adjustInnerSpinButtonStyle(RenderStyle* style, Element*) const
style              79 Source/core/rendering/RenderThemeChromiumAndroid.cpp         style->setWidth(Length(size.width(), Fixed));
style              80 Source/core/rendering/RenderThemeChromiumAndroid.cpp         style->setMinWidth(Length(size.width(), Fixed));
style             101 Source/core/rendering/RenderThemeChromiumDefault.cpp bool RenderThemeChromiumDefault::supportsFocusRing(const RenderStyle* style) const
style             105 Source/core/rendering/RenderThemeChromiumDefault.cpp         return style->appearance() == ButtonPart
style             106 Source/core/rendering/RenderThemeChromiumDefault.cpp             || style->appearance() == PushButtonPart
style             107 Source/core/rendering/RenderThemeChromiumDefault.cpp             || style->appearance() == SquareButtonPart;
style             110 Source/core/rendering/RenderThemeChromiumDefault.cpp     return RenderThemeChromiumSkia::supportsFocusRing(style);
style             207 Source/core/rendering/RenderThemeChromiumDefault.cpp void RenderThemeChromiumDefault::adjustSliderThumbSize(RenderStyle* style, Element* element) const
style             212 Source/core/rendering/RenderThemeChromiumDefault.cpp     float zoomLevel = useMockTheme() ? 1 : style->effectiveZoom();
style             213 Source/core/rendering/RenderThemeChromiumDefault.cpp     if (style->appearance() == SliderThumbHorizontalPart) {
style             214 Source/core/rendering/RenderThemeChromiumDefault.cpp         style->setWidth(Length(size.width() * zoomLevel, Fixed));
style             215 Source/core/rendering/RenderThemeChromiumDefault.cpp         style->setHeight(Length(size.height() * zoomLevel, Fixed));
style             216 Source/core/rendering/RenderThemeChromiumDefault.cpp     } else if (style->appearance() == SliderThumbVerticalPart) {
style             217 Source/core/rendering/RenderThemeChromiumDefault.cpp         style->setWidth(Length(size.height() * zoomLevel, Fixed));
style             218 Source/core/rendering/RenderThemeChromiumDefault.cpp         style->setHeight(Length(size.width() * zoomLevel, Fixed));
style             220 Source/core/rendering/RenderThemeChromiumDefault.cpp         RenderThemeChromiumSkia::adjustSliderThumbSize(style, element);
style             252 Source/core/rendering/RenderThemeChromiumDefault.cpp     float zoomLevel = o->style()->effectiveZoom();
style             268 Source/core/rendering/RenderThemeChromiumDefault.cpp void RenderThemeChromiumDefault::setCheckboxSize(RenderStyle* style) const
style             271 Source/core/rendering/RenderThemeChromiumDefault.cpp     if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto())
style             275 Source/core/rendering/RenderThemeChromiumDefault.cpp     float zoomLevel = style->effectiveZoom();
style             278 Source/core/rendering/RenderThemeChromiumDefault.cpp     setSizeIfAuto(style, size);
style             291 Source/core/rendering/RenderThemeChromiumDefault.cpp void RenderThemeChromiumDefault::setRadioSize(RenderStyle* style) const
style             294 Source/core/rendering/RenderThemeChromiumDefault.cpp     if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto())
style             298 Source/core/rendering/RenderThemeChromiumDefault.cpp     float zoomLevel = style->effectiveZoom();
style             301 Source/core/rendering/RenderThemeChromiumDefault.cpp     setSizeIfAuto(style, size);
style             321 Source/core/rendering/RenderThemeChromiumDefault.cpp     if (o->style()->hasBorderRadius() || o->style()->hasBackgroundImage())
style             324 Source/core/rendering/RenderThemeChromiumDefault.cpp     ControlPart part = o->style()->appearance();
style             352 Source/core/rendering/RenderThemeChromiumDefault.cpp     extraParams.menuList.hasBorderRadius = o->style()->hasBorderRadius();
style             364 Source/core/rendering/RenderThemeChromiumDefault.cpp     extraParams.menuList.fillContentArea = !o->style()->hasBackgroundImage() && backgroundColor.alpha();
style             372 Source/core/rendering/RenderThemeChromiumDefault.cpp         extraParams.menuList.arrowX = (o->style()->direction() == RTL) ? rect.x() + 4 + spacingRight: right - 13 - spacingRight;
style             375 Source/core/rendering/RenderThemeChromiumDefault.cpp         extraParams.menuList.arrowX = (o->style()->direction() == RTL) ? rect.x() + 7 : right - 13;
style             395 Source/core/rendering/RenderThemeChromiumDefault.cpp     extraParams.menuList.hasBorderRadius = o->style()->hasBorderRadius();
style             406 Source/core/rendering/RenderThemeChromiumDefault.cpp         extraParams.menuList.arrowX = (o->style()->direction() == RTL) ? rect.x() + 4 + spacingRight: right - 13 - spacingRight;
style             409 Source/core/rendering/RenderThemeChromiumDefault.cpp         extraParams.menuList.arrowX = (o->style()->direction() == RTL) ? rect.x() + 7 : right - 13;
style             422 Source/core/rendering/RenderThemeChromiumDefault.cpp     extraParams.slider.vertical = o->style()->appearance() == SliderVerticalPart;
style             427 Source/core/rendering/RenderThemeChromiumDefault.cpp     float zoomLevel = useMockTheme() ? 1 : o->style()->effectiveZoom();
style             448 Source/core/rendering/RenderThemeChromiumDefault.cpp     extraParams.slider.vertical = o->style()->appearance() == SliderThumbVerticalPart;
style             452 Source/core/rendering/RenderThemeChromiumDefault.cpp     float zoomLevel = useMockTheme() ? 1 : o->style()->effectiveZoom();
style             468 Source/core/rendering/RenderThemeChromiumDefault.cpp void RenderThemeChromiumDefault::adjustInnerSpinButtonStyle(RenderStyle* style, Element*) const
style             472 Source/core/rendering/RenderThemeChromiumDefault.cpp     style->setWidth(Length(size.width(), Fixed));
style             473 Source/core/rendering/RenderThemeChromiumDefault.cpp     style->setMinWidth(Length(size.width(), Fixed));
style             513 Source/core/rendering/RenderThemeChromiumDefault.cpp bool RenderThemeChromiumDefault::shouldUseFallbackTheme(RenderStyle* style) const
style             517 Source/core/rendering/RenderThemeChromiumDefault.cpp         ControlPart part = style->appearance();
style             519 Source/core/rendering/RenderThemeChromiumDefault.cpp             return style->effectiveZoom() != 1;
style             521 Source/core/rendering/RenderThemeChromiumDefault.cpp     return RenderTheme::shouldUseFallbackTheme(style);
style              83 Source/core/rendering/RenderThemeChromiumSkia.cpp bool RenderThemeChromiumSkia::supportsHover(const RenderStyle* style) const
style              88 Source/core/rendering/RenderThemeChromiumSkia.cpp bool RenderThemeChromiumSkia::supportsFocusRing(const RenderStyle* style) const
style             135 Source/core/rendering/RenderThemeChromiumSkia.cpp int RenderThemeChromiumSkia::minimumMenuListSize(RenderStyle* style) const
style             156 Source/core/rendering/RenderThemeChromiumSkia.cpp void RenderThemeChromiumSkia::setCheckboxSize(RenderStyle* style) const
style             159 Source/core/rendering/RenderThemeChromiumSkia.cpp     if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto())
style             168 Source/core/rendering/RenderThemeChromiumSkia.cpp     setSizeIfAuto(style, size);
style             171 Source/core/rendering/RenderThemeChromiumSkia.cpp void RenderThemeChromiumSkia::setRadioSize(RenderStyle* style) const
style             174 Source/core/rendering/RenderThemeChromiumSkia.cpp     setCheckboxSize(style);
style             177 Source/core/rendering/RenderThemeChromiumSkia.cpp void RenderThemeChromiumSkia::adjustButtonStyle(RenderStyle* style, Element*) const
style             179 Source/core/rendering/RenderThemeChromiumSkia.cpp     if (style->appearance() == PushButtonPart) {
style             181 Source/core/rendering/RenderThemeChromiumSkia.cpp         style->setLineHeight(RenderStyle::initialLineHeight());
style             190 Source/core/rendering/RenderThemeChromiumSkia.cpp void RenderThemeChromiumSkia::adjustSearchFieldStyle(RenderStyle* style, Element*) const
style             193 Source/core/rendering/RenderThemeChromiumSkia.cpp      style->setLineHeight(RenderStyle::initialLineHeight());
style             201 Source/core/rendering/RenderThemeChromiumSkia.cpp void RenderThemeChromiumSkia::adjustSearchFieldCancelButtonStyle(RenderStyle* style, Element*) const
style             204 Source/core/rendering/RenderThemeChromiumSkia.cpp     float fontScale = style->fontSize() / defaultControlFontPixelSize;
style             206 Source/core/rendering/RenderThemeChromiumSkia.cpp     style->setWidth(Length(cancelButtonSize, Fixed));
style             207 Source/core/rendering/RenderThemeChromiumSkia.cpp     style->setHeight(Length(cancelButtonSize, Fixed));
style             250 Source/core/rendering/RenderThemeChromiumSkia.cpp void RenderThemeChromiumSkia::adjustSearchFieldDecorationStyle(RenderStyle* style, Element*) const
style             253 Source/core/rendering/RenderThemeChromiumSkia.cpp     style->setWidth(Length(emptySize.width(), Fixed));
style             254 Source/core/rendering/RenderThemeChromiumSkia.cpp     style->setHeight(Length(emptySize.height(), Fixed));
style             257 Source/core/rendering/RenderThemeChromiumSkia.cpp void RenderThemeChromiumSkia::adjustSearchFieldResultsDecorationStyle(RenderStyle* style, Element*) const
style             260 Source/core/rendering/RenderThemeChromiumSkia.cpp     float fontScale = style->fontSize() / defaultControlFontPixelSize;
style             263 Source/core/rendering/RenderThemeChromiumSkia.cpp     style->setWidth(Length(magnifierSize, Fixed));
style             264 Source/core/rendering/RenderThemeChromiumSkia.cpp     style->setHeight(Length(magnifierSize, Fixed));
style             304 Source/core/rendering/RenderThemeChromiumSkia.cpp void RenderThemeChromiumSkia::adjustSliderThumbSize(RenderStyle* style, Element*) const
style             306 Source/core/rendering/RenderThemeChromiumSkia.cpp     RenderMediaControls::adjustMediaSliderThumbSize(style);
style             349 Source/core/rendering/RenderThemeChromiumSkia.cpp void RenderThemeChromiumSkia::adjustMenuListStyle(RenderStyle* style, WebCore::Element*) const
style             352 Source/core/rendering/RenderThemeChromiumSkia.cpp     style->setLineHeight(RenderStyle::initialLineHeight());
style             355 Source/core/rendering/RenderThemeChromiumSkia.cpp void RenderThemeChromiumSkia::adjustMenuListButtonStyle(RenderStyle* style, Element* e) const
style             357 Source/core/rendering/RenderThemeChromiumSkia.cpp     adjustMenuListStyle(style, e);
style             366 Source/core/rendering/RenderThemeChromiumSkia.cpp int RenderThemeChromiumSkia::popupInternalPaddingLeft(RenderStyle* style) const
style             368 Source/core/rendering/RenderThemeChromiumSkia.cpp     return menuListInternalPadding(style, LeftPadding);
style             371 Source/core/rendering/RenderThemeChromiumSkia.cpp int RenderThemeChromiumSkia::popupInternalPaddingRight(RenderStyle* style) const
style             373 Source/core/rendering/RenderThemeChromiumSkia.cpp     return menuListInternalPadding(style, RightPadding);
style             376 Source/core/rendering/RenderThemeChromiumSkia.cpp int RenderThemeChromiumSkia::popupInternalPaddingTop(RenderStyle* style) const
style             378 Source/core/rendering/RenderThemeChromiumSkia.cpp     return menuListInternalPadding(style, TopPadding);
style             381 Source/core/rendering/RenderThemeChromiumSkia.cpp int RenderThemeChromiumSkia::popupInternalPaddingBottom(RenderStyle* style) const
style             383 Source/core/rendering/RenderThemeChromiumSkia.cpp     return menuListInternalPadding(style, BottomPadding);
style             402 Source/core/rendering/RenderThemeChromiumSkia.cpp int RenderThemeChromiumSkia::menuListInternalPadding(RenderStyle* style, int paddingType) const
style             413 Source/core/rendering/RenderThemeChromiumSkia.cpp     const int barType = style->direction() == LTR ? RightPadding : LeftPadding;
style             414 Source/core/rendering/RenderThemeChromiumSkia.cpp     if (paddingType == barType && style->appearance() != NoControlPart)
style             468 Source/core/rendering/RenderThemeChromiumSkia.cpp     : m_needsFlipping(!renderer->style()->isLeftToRightDirection())
style             168 Source/core/rendering/RenderTreeAsText.cpp     if (o.style() && o.style()->zIndex())
style             169 Source/core/rendering/RenderTreeAsText.cpp         ts << " zI: " << o.style()->zIndex();
style             242 Source/core/rendering/RenderTreeAsText.cpp             if (o.parent()->style()->textStrokeWidth() != o.style()->textStrokeWidth() && o.style()->textStrokeWidth() > 0)
style             243 Source/core/rendering/RenderTreeAsText.cpp                 ts << " [textStrokeWidth=" << o.style()->textStrokeWidth() << "]";
style             253 Source/core/rendering/RenderTreeAsText.cpp             BorderValue prevBorder = o.style()->borderTop();
style             258 Source/core/rendering/RenderTreeAsText.cpp                 printBorderStyle(ts, o.style()->borderTopStyle());
style             263 Source/core/rendering/RenderTreeAsText.cpp             if (o.style()->borderRight() != prevBorder) {
style             264 Source/core/rendering/RenderTreeAsText.cpp                 prevBorder = o.style()->borderRight();
style             269 Source/core/rendering/RenderTreeAsText.cpp                     printBorderStyle(ts, o.style()->borderRightStyle());
style             275 Source/core/rendering/RenderTreeAsText.cpp             if (o.style()->borderBottom() != prevBorder) {
style             276 Source/core/rendering/RenderTreeAsText.cpp                 prevBorder = box.style()->borderBottom();
style             281 Source/core/rendering/RenderTreeAsText.cpp                     printBorderStyle(ts, o.style()->borderBottomStyle());
style             287 Source/core/rendering/RenderTreeAsText.cpp             if (o.style()->borderLeft() != prevBorder) {
style             288 Source/core/rendering/RenderTreeAsText.cpp                 prevBorder = o.style()->borderLeft();
style             293 Source/core/rendering/RenderTreeAsText.cpp                     printBorderStyle(ts, o.style()->borderLeftStyle());
style             425 Source/core/rendering/RenderTreeAsText.cpp         ts << " + hyphen string " << quoteAndEscapeNonPrintables(o.style()->hyphenString());
style             515 Source/core/rendering/RenderTreeAsText.cpp     if (l.renderer()->style()->visibility() == HIDDEN)
style              74 Source/core/rendering/RenderVideo.cpp     size.scale(style()->effectiveZoom());
style             119 Source/core/rendering/RenderView.cpp static bool canCenterDialog(const RenderStyle* style)
style             122 Source/core/rendering/RenderView.cpp     return style->position() == AbsolutePosition && style->hasAutoTopAndBottom();
style             131 Source/core/rendering/RenderView.cpp         if (canCenterDialog(box->style()))
style             137 Source/core/rendering/RenderView.cpp     if (!canCenterDialog(box->style())) {
style             209 Source/core/rendering/RenderView.cpp                     || child->style()->logicalHeight().isPercent()
style             210 Source/core/rendering/RenderView.cpp                     || child->style()->logicalMinHeight().isPercent()
style             211 Source/core/rendering/RenderView.cpp                     || child->style()->logicalMaxHeight().isPercent())
style             328 Source/core/rendering/RenderView.cpp     if (m_frameView && style()->isOverflowPaged())
style             337 Source/core/rendering/RenderView.cpp     RenderStyle* style = rootBox->style();
style             338 Source/core/rendering/RenderView.cpp     if (style->visibility() != VISIBLE
style             339 Source/core/rendering/RenderView.cpp         || style->opacity() != 1
style             340 Source/core/rendering/RenderView.cpp         || style->hasFilter()
style             341 Source/core/rendering/RenderView.cpp         || style->hasTransform())
style             348 Source/core/rendering/RenderView.cpp     if (rootRenderer->style()->backgroundClip() == TextFillBox)
style             470 Source/core/rendering/RenderView.cpp     if (style()->isFlippedBlocksWritingMode()) {
style             473 Source/core/rendering/RenderView.cpp         if (style()->isHorizontalWritingMode())
style             847 Source/core/rendering/RenderView.cpp     return style()->isHorizontalWritingMode() ? viewHeight(ExcludeScrollbars) : viewWidth(ExcludeScrollbars);
style              69 Source/core/rendering/RenderView.h         return style()->isHorizontalWritingMode() ? viewWidth(ExcludeScrollbars) : viewHeight(ExcludeScrollbars);
style             157 Source/core/rendering/RenderWidget.cpp         if (style()->visibility() != VISIBLE) {
style             224 Source/core/rendering/RenderWidget.cpp     if (style()->hasBorderRadius()) {
style             232 Source/core/rendering/RenderWidget.cpp         RoundedRect roundedInnerRect = style()->getRoundedInnerBorderFor(borderRect,
style             241 Source/core/rendering/RenderWidget.cpp     if (style()->hasBorderRadius())
style             274 Source/core/rendering/RenderWidget.cpp     if (!style())
style             280 Source/core/rendering/RenderWidget.cpp     if (style()->visibility() != VISIBLE) {
style             167 Source/core/rendering/RootInlineBox.cpp     if (hasEllipsisBox() && paintInfo.shouldPaintWithinRoot(&renderer()) && renderer().style()->visibility() == VISIBLE
style             277 Source/core/rendering/RootInlineBox.cpp     if (!renderer().style()->isFlippedLinesWritingMode()) {
style             342 Source/core/rendering/RootInlineBox.cpp                     if (paintInfo && box->parent()->renderer().style()->visibility() == VISIBLE)
style             407 Source/core/rendering/RootInlineBox.cpp         selectionTop -= !renderer().style()->isFlippedLinesWritingMode() ? computeOverAnnotationAdjustment(m_lineTop) : computeUnderAnnotationAdjustment(m_lineTop);
style             409 Source/core/rendering/RootInlineBox.cpp     if (renderer().style()->isFlippedLinesWritingMode() || !prevRootBox())
style             456 Source/core/rendering/RootInlineBox.cpp         selectionBottom += !renderer().style()->isFlippedLinesWritingMode() ? computeUnderAnnotationAdjustment(m_lineBottom) : computeOverAnnotationAdjustment(m_lineBottom);
style             458 Source/core/rendering/RootInlineBox.cpp     if (!renderer().style()->isFlippedLinesWritingMode() || !nextRootBox())
style             479 Source/core/rendering/RootInlineBox.cpp     return !block().style()->isFlippedBlocksWritingMode() ? max(lineTop(), selectionTop()) : min(lineBottom(), selectionBottom());
style             622 Source/core/rendering/RootInlineBox.cpp         if (renderer().style(isFirstLineStyle())->lineBoxContain() & LineBoxContainReplaced) {
style             647 Source/core/rendering/RootInlineBox.cpp     if (usedFonts && !usedFonts->isEmpty() && (includeFont || (box->renderer().style(isFirstLineStyle())->lineHeight().isNegative() && includeLeading))) {
style             648 Source/core/rendering/RootInlineBox.cpp         usedFonts->append(box->renderer().style(isFirstLineStyle())->font().primaryFont());
style             686 Source/core/rendering/RootInlineBox.cpp         int fontAscent = box->renderer().style(isFirstLineStyle())->fontMetrics().ascent(baselineType());
style             687 Source/core/rendering/RootInlineBox.cpp         int fontDescent = box->renderer().style(isFirstLineStyle())->fontMetrics().descent(baselineType());
style             697 Source/core/rendering/RootInlineBox.cpp         glyphOverflow->top = min(glyphOverflow->top, max(0, glyphOverflow->top - box->renderer().style(isFirstLineStyle())->fontMetrics().ascent(baselineType())));
style             698 Source/core/rendering/RootInlineBox.cpp         glyphOverflow->bottom = min(glyphOverflow->bottom, max(0, glyphOverflow->bottom - box->renderer().style(isFirstLineStyle())->fontMetrics().descent(baselineType())));
style             702 Source/core/rendering/RootInlineBox.cpp         LayoutUnit ascentWithMargin = box->renderer().style(isFirstLineStyle())->fontMetrics().ascent(baselineType());
style             703 Source/core/rendering/RootInlineBox.cpp         LayoutUnit descentWithMargin = box->renderer().style(isFirstLineStyle())->fontMetrics().descent(baselineType());
style             740 Source/core/rendering/RootInlineBox.cpp     EVerticalAlign verticalAlign = renderer->style()->verticalAlign();
style             745 Source/core/rendering/RootInlineBox.cpp     if (parent->isRenderInline() && parent->style()->verticalAlign() != TOP && parent->style()->verticalAlign() != BOTTOM)
style             749 Source/core/rendering/RootInlineBox.cpp         const Font& font = parent->style(firstLine)->font();
style             773 Source/core/rendering/RootInlineBox.cpp             if (renderer->style()->verticalAlignLength().isPercent())
style             774 Source/core/rendering/RootInlineBox.cpp                 lineHeight = renderer->style()->computedLineHeight();
style             777 Source/core/rendering/RootInlineBox.cpp             verticalPosition -= valueForLength(renderer->style()->verticalAlignLength(), lineHeight);
style             793 Source/core/rendering/RootInlineBox.cpp     LineBoxContain lineBoxContain = renderer().style()->lineBoxContain();
style             806 Source/core/rendering/RootInlineBox.cpp     LineBoxContain lineBoxContain = renderer().style()->lineBoxContain();
style             819 Source/core/rendering/RootInlineBox.cpp     LineBoxContain lineBoxContain = renderer().style()->lineBoxContain();
style             828 Source/core/rendering/RootInlineBox.cpp     LineBoxContain lineBoxContain = renderer().style()->lineBoxContain();
style             836 Source/core/rendering/RootInlineBox.cpp     LineBoxContain lineBoxContain = renderer().style()->lineBoxContain();
style             842 Source/core/rendering/RootInlineBox.cpp     LineBoxContain lineBoxContain = renderer().style()->lineBoxContain();
style             133 Source/core/rendering/TextAutosizer.cpp     if (RenderStyle* style = renderer->style()) {
style             134 Source/core/rendering/TextAutosizer.cpp         podForHash.packedStyleProperties = style->direction();
style             135 Source/core/rendering/TextAutosizer.cpp         podForHash.packedStyleProperties |= (style->position() << 1);
style             136 Source/core/rendering/TextAutosizer.cpp         podForHash.packedStyleProperties |= (style->floating() << 4);
style             137 Source/core/rendering/TextAutosizer.cpp         podForHash.packedStyleProperties |= (style->display() << 6);
style             138 Source/core/rendering/TextAutosizer.cpp         podForHash.packedStyleProperties |= (style->width().type() << 11);
style             143 Source/core/rendering/TextAutosizer.cpp         podForHash.width = style->width().getFloatValue();
style             189 Source/core/rendering/TextAutosizer.cpp         if (renderer->style() && renderer->style()->textAutosizingMultiplier() != 1)
style             229 Source/core/rendering/TextAutosizer.cpp     if (!cluster || clusterMultiplier(cluster->style()->writingMode(), windowInfo,
style             322 Source/core/rendering/TextAutosizer.cpp         float multiplier = clusterMultiplier(clusterInfos[0].root->style()->writingMode(), windowInfo, textWidth);
style             366 Source/core/rendering/TextAutosizer.cpp         ASSERT(clusterInfos[i].root->style()->writingMode() == clusterInfos[0].root->style()->writingMode());
style             394 Source/core/rendering/TextAutosizer.cpp             if (localMultiplier != 1 && descendant->style()->textAutosizingMultiplier() == 1) {
style             419 Source/core/rendering/TextAutosizer.cpp             if (localMultiplier != 1 && descendant->style()->textAutosizingMultiplier() == 1) {
style             425 Source/core/rendering/TextAutosizer.cpp                         if (list->style()->textAutosizingMultiplier() == 1)
style             448 Source/core/rendering/TextAutosizer.cpp     RefPtr<RenderStyle> newStyle = RenderStyle::clone(renderer->style());
style             465 Source/core/rendering/TextAutosizer.cpp         if (child->isListItem() && child->style()->textAutosizingMultiplier() == 1)
style             511 Source/core/rendering/TextAutosizer.cpp         || (renderer->isInline() && !renderer->style()->isDisplayReplacedType()))
style             593 Source/core/rendering/TextAutosizer.cpp         || renderer->style()->isDisplayReplacedType()
style             595 Source/core/rendering/TextAutosizer.cpp         || renderer->style()->userModify() != READ_ONLY;
style             620 Source/core/rendering/TextAutosizer.cpp     if (!container->style()->autoWrap())
style             663 Source/core/rendering/TextAutosizer.cpp         if (renderer->style()->isLink()) {
style             665 Source/core/rendering/TextAutosizer.cpp                 matchingFontSize = renderer->style()->specifiedFontSize();
style             667 Source/core/rendering/TextAutosizer.cpp                 if (matchingFontSize != renderer->style()->specifiedFontSize())
style             687 Source/core/rendering/TextAutosizer.cpp         RenderStyle* style = container->style();
style             688 Source/core/rendering/TextAutosizer.cpp         if (style->overflowY() >= OSCROLL)
style             690 Source/core/rendering/TextAutosizer.cpp         if (style->height().isSpecified() || style->maxHeight().isSpecified() || container->isOutOfFlowPositioned()) {
style             722 Source/core/rendering/TextAutosizer.cpp         if (clusterInfos[i].root->isTextArea() || (clusterInfos[i].root->style() && clusterInfos[i].root->style()->userModify() != READ_ONLY))
style             738 Source/core/rendering/TextAutosizer.cpp             textWidth += toRenderText(descendant)->renderedTextLength() * descendant->style()->specifiedFontSize();
style              86 Source/core/rendering/compositing/CompositedLayerMapping.cpp     EFillBox clip = box->style()->backgroundClip();
style             114 Source/core/rendering/compositing/CompositedLayerMapping.cpp static bool hasBoxDecorations(const RenderStyle* style)
style             116 Source/core/rendering/compositing/CompositedLayerMapping.cpp     return style->hasBorder() || style->hasBorderRadius() || style->hasOutline() || style->hasAppearance() || style->boxShadow() || style->hasFilter();
style             119 Source/core/rendering/compositing/CompositedLayerMapping.cpp static bool hasBoxDecorationsOrBackgroundImage(const RenderStyle* style)
style             121 Source/core/rendering/compositing/CompositedLayerMapping.cpp     return hasBoxDecorations(style) || style->hasBackgroundImage();
style             128 Source/core/rendering/compositing/CompositedLayerMapping.cpp     if (hasBoxDecorationsOrBackgroundImage(renderer->style()))
style             132 Source/core/rendering/compositing/CompositedLayerMapping.cpp     if (!renderer->style()->hasBackground())
style             229 Source/core/rendering/compositing/CompositedLayerMapping.cpp     updateOpacity(renderer()->style());
style             230 Source/core/rendering/compositing/CompositedLayerMapping.cpp     updateTransform(renderer()->style());
style             231 Source/core/rendering/compositing/CompositedLayerMapping.cpp     updateFilters(renderer()->style());
style             232 Source/core/rendering/compositing/CompositedLayerMapping.cpp     updateHasGpuRasterizationHint(renderer()->style());
style             235 Source/core/rendering/compositing/CompositedLayerMapping.cpp         updateLayerBlendMode(renderer()->style());
style             258 Source/core/rendering/compositing/CompositedLayerMapping.cpp void CompositedLayerMapping::updateOpacity(const RenderStyle* style)
style             260 Source/core/rendering/compositing/CompositedLayerMapping.cpp     m_graphicsLayer->setOpacity(compositingOpacity(style->opacity()));
style             263 Source/core/rendering/compositing/CompositedLayerMapping.cpp void CompositedLayerMapping::updateTransform(const RenderStyle* style)
style             269 Source/core/rendering/compositing/CompositedLayerMapping.cpp         style->applyTransform(t, toRenderBox(renderer())->pixelSnappedBorderBoxRect().size(), RenderStyle::ExcludeTransformOrigin);
style             276 Source/core/rendering/compositing/CompositedLayerMapping.cpp void CompositedLayerMapping::updateFilters(const RenderStyle* style)
style             279 Source/core/rendering/compositing/CompositedLayerMapping.cpp     m_canCompositeFilters = m_graphicsLayer->setFilters(owningLayer().computeFilterOperations(style));
style             295 Source/core/rendering/compositing/CompositedLayerMapping.cpp void CompositedLayerMapping::updateLayerBlendMode(const RenderStyle* style)
style             297 Source/core/rendering/compositing/CompositedLayerMapping.cpp     setBlendMode(style->blendMode());
style             310 Source/core/rendering/compositing/CompositedLayerMapping.cpp void CompositedLayerMapping::updateHasGpuRasterizationHint(const RenderStyle* style)
style             312 Source/core/rendering/compositing/CompositedLayerMapping.cpp     m_graphicsLayer->setHasGpuRasterizationHint(style->hasWillChangeGpuRasterizationHint());
style             329 Source/core/rendering/compositing/CompositedLayerMapping.cpp     RenderStyle* style = renderer->style();
style             330 Source/core/rendering/compositing/CompositedLayerMapping.cpp     return (style->transformOriginX().type() == Fixed && style->transformOriginX().value())
style             331 Source/core/rendering/compositing/CompositedLayerMapping.cpp         || (style->transformOriginY().type() == Fixed && style->transformOriginY().value());
style             383 Source/core/rendering/compositing/CompositedLayerMapping.cpp         if (renderer()->style()->position() == FixedPosition && renderer()->container() == view)
style             477 Source/core/rendering/compositing/CompositedLayerMapping.cpp     if (RenderStyle* style = renderer->style())
style             478 Source/core/rendering/compositing/CompositedLayerMapping.cpp         hasPerspective = style->hasPerspective();
style             496 Source/core/rendering/compositing/CompositedLayerMapping.cpp     bool needsChildClippingMask = (renderer->style()->clipPath() || renderer->style()->hasBorderRadius()) && (hasChildClippingLayer || isAcceleratedContents(renderer));
style             645 Source/core/rendering/compositing/CompositedLayerMapping.cpp         updateTransform(renderer()->style());
style             649 Source/core/rendering/compositing/CompositedLayerMapping.cpp         updateOpacity(renderer()->style());
style             664 Source/core/rendering/compositing/CompositedLayerMapping.cpp     RenderStyle* style = renderer()->style();
style             665 Source/core/rendering/compositing/CompositedLayerMapping.cpp     m_graphicsLayer->setBackfaceVisibility(style->backfaceVisibility() == BackfaceVisibilityVisible);
style             869 Source/core/rendering/compositing/CompositedLayerMapping.cpp         updateLayerBlendMode(style);
style             873 Source/core/rendering/compositing/CompositedLayerMapping.cpp     updateHasGpuRasterizationHint(renderer()->style());
style            1010 Source/core/rendering/compositing/CompositedLayerMapping.cpp         if (RenderStyle* style = m_owningLayer.renderer()->style())
style            1011 Source/core/rendering/compositing/CompositedLayerMapping.cpp             hasPerspective = style->hasPerspective();
style            1603 Source/core/rendering/compositing/CompositedLayerMapping.cpp         if (rootObject && hasBoxDecorationsOrBackgroundImage(rootObject->style()))
style            1609 Source/core/rendering/compositing/CompositedLayerMapping.cpp         if (bodyObject && hasBoxDecorationsOrBackgroundImage(bodyObject->style()))
style            1680 Source/core/rendering/compositing/CompositedLayerMapping.cpp     RenderStyle* style = renderer()->style();
style            1683 Source/core/rendering/compositing/CompositedLayerMapping.cpp     origin.setX(floatValueForLength(style->transformOriginX(), borderBox.width()));
style            1684 Source/core/rendering/compositing/CompositedLayerMapping.cpp     origin.setY(floatValueForLength(style->transformOriginY(), borderBox.height()));
style            1685 Source/core/rendering/compositing/CompositedLayerMapping.cpp     origin.setZ(style->transformOriginZ());
style            1692 Source/core/rendering/compositing/CompositedLayerMapping.cpp     RenderStyle* style = renderer()->style();
style            1698 Source/core/rendering/compositing/CompositedLayerMapping.cpp     origin.setX(floatValueForLength(style->perspectiveOriginX(), boxWidth));
style            1699 Source/core/rendering/compositing/CompositedLayerMapping.cpp     origin.setY(floatValueForLength(style->perspectiveOriginY(), boxHeight));
style             111 Source/core/rendering/compositing/CompositingReasonFinder.cpp     return renderer->hasTransform() && renderer->style()->transform().has3DOperation();
style             119 Source/core/rendering/compositing/CompositingReasonFinder.cpp     return renderer->style()->backfaceVisibility() == BackfaceVisibilityHidden;
style             132 Source/core/rendering/compositing/CompositingReasonFinder.cpp     if (renderer->style()->hasWillChangeCompositingHint())
style             138 Source/core/rendering/compositing/CompositingReasonFinder.cpp     return renderer->style()->hasWillChangeGpuRasterizationHint();
style             161 Source/core/rendering/compositing/CompositingReasonFinder.cpp         directReasons |= renderer->style()->position() == FixedPosition ? CompositingReasonPositionFixed : CompositingReasonPositionSticky;
style             197 Source/core/rendering/compositing/CompositingReasonFinder.cpp     if (layer->renderer()->style()->position() != FixedPosition)
style             203 Source/core/rendering/compositing/CompositingReasonFinder.cpp             && stackingContainer->layer()->renderer()->style()->position() == FixedPosition)
style             218 Source/core/rendering/compositing/CompositingReasonFinder.cpp     EPosition position = renderer->style()->position();
style             764 Source/core/rendering/compositing/RenderLayerCompositor.cpp         ASSERT(layer->renderer()->style()->position() == FixedPosition);
style            1594 Source/core/rendering/compositing/RenderLayerCompositor.cpp         if (renderer->style()->transformStyle3D() == TransformStyle3DPreserve3D)
style            1597 Source/core/rendering/compositing/RenderLayerCompositor.cpp         if (renderer->style()->hasPerspective())
style              73 Source/core/rendering/line/BreakingContextInlineHeaders.h         , m_blockStyle(block->style())
style             169 Source/core/rendering/line/BreakingContextInlineHeaders.h inline bool shouldCollapseWhiteSpace(const RenderStyle* style, const LineInfo& lineInfo, WhitespacePosition whitespacePosition)
style             175 Source/core/rendering/line/BreakingContextInlineHeaders.h     return style->collapseWhiteSpace()
style             176 Source/core/rendering/line/BreakingContextInlineHeaders.h         || (whitespacePosition == TrailingWhitespace && style->whiteSpace() == PRE_WRAP && (!lineInfo.isEmpty() || !lineInfo.previousLineBrokeCleanly()));
style             183 Source/core/rendering/line/BreakingContextInlineHeaders.h         && (flow->style(lineInfo.isFirstLine())->lineHeight() != parent->style(lineInfo.isFirstLine())->lineHeight()
style             184 Source/core/rendering/line/BreakingContextInlineHeaders.h         || flow->style()->verticalAlign() != parent->style()->verticalAlign()
style             185 Source/core/rendering/line/BreakingContextInlineHeaders.h         || !parent->style()->font().fontMetrics().hasIdenticalAscentDescentAndLineGap(flow->style()->font().fontMetrics())))
style             206 Source/core/rendering/line/BreakingContextInlineHeaders.h     if (!shouldCollapseWhiteSpace(it.object()->style(), lineInfo, whitespacePosition) || it.object()->isBR())
style             251 Source/core/rendering/line/BreakingContextInlineHeaders.h     m_currentStyle = m_current.object()->style();
style             256 Source/core/rendering/line/BreakingContextInlineHeaders.h     m_currWS = m_current.object()->isReplaced() ? m_current.object()->parent()->style()->whiteSpace() : m_currentStyle->whiteSpace();
style             257 Source/core/rendering/line/BreakingContextInlineHeaders.h     m_lastWS = m_lastObject->isReplaced() ? m_lastObject->parent()->style()->whiteSpace() : m_lastObject->style()->whiteSpace();
style             351 Source/core/rendering/line/BreakingContextInlineHeaders.h     bool isInlineType = box->style()->isOriginalDisplayInlineType();
style             406 Source/core/rendering/line/BreakingContextInlineHeaders.h         if (nextText->style()->isCollapsibleWhiteSpace(nextChar)) {
style             511 Source/core/rendering/line/BreakingContextInlineHeaders.h     RenderStyle* style = renderer->style();
style             513 Source/core/rendering/line/BreakingContextInlineHeaders.h         style->hyphenString().string(), style, style->direction()));
style             525 Source/core/rendering/line/BreakingContextInlineHeaders.h     if (isFixedPitch || (!from && len == text->textLength()) || text->style()->hasTextCombine())
style             526 Source/core/rendering/line/BreakingContextInlineHeaders.h         return text->width(from, len, font, xPos, text->style()->direction(), fallbackFonts, &glyphOverflow);
style             528 Source/core/rendering/line/BreakingContextInlineHeaders.h     TextRun run = RenderBlockFlow::constructTextRun(text, font, text, from, len, text->style());
style             530 Source/core/rendering/line/BreakingContextInlineHeaders.h     run.setTabSize(!collapseWhiteSpace, text->style()->tabSize());
style             551 Source/core/rendering/line/BreakingContextInlineHeaders.h     if (renderText->style()->hasTextCombine() && m_current.object()->isCombineText() && !toRenderCombineText(m_current.object())->isCombined()) {
style             562 Source/core/rendering/line/BreakingContextInlineHeaders.h     RenderStyle* style = renderText->style(m_lineInfo.isFirstLine());
style             563 Source/core/rendering/line/BreakingContextInlineHeaders.h     const Font& font = style->font();
style             594 Source/core/rendering/line/BreakingContextInlineHeaders.h         m_renderTextInfo.m_lineBreakIterator.resetStringAndReleaseIterator(renderText->text(), style->locale());
style             603 Source/core/rendering/line/BreakingContextInlineHeaders.h             renderText, font, &space, 1, style,
style             604 Source/core/rendering/line/BreakingContextInlineHeaders.h             style->direction())) + wordSpacing
style             839 Source/core/rendering/line/BreakingContextInlineHeaders.h     } else if (m_nextObject && m_current.object()->isText() && m_nextObject->isText() && !m_nextObject->isBR() && (m_autoWrap || m_nextObject->style()->autoWrap())) {
style             899 Source/core/rendering/line/BreakingContextInlineHeaders.h inline IndentTextOrNot requiresIndent(bool isFirstLine, bool isAfterHardLineBreak, RenderStyle* style)
style             903 Source/core/rendering/line/BreakingContextInlineHeaders.h     if (isAfterHardLineBreak && style->textIndentLine() == TextIndentEachLine)
style              37 Source/core/rendering/line/LineBreaker.cpp             if (object->style()->isOriginalDisplayInlineType()) {
style              43 Source/core/rendering/line/LineBreaker.cpp         } else if (object->isText() && object->style()->hasTextCombine() && object->isCombineText() && !toRenderCombineText(object)->isCombined()) {
style              68 Source/core/rendering/line/LineBreaker.cpp     LineWidth width(*m_block, lineInfo.isFirstLine(), requiresIndent(lineInfo.isFirstLine(), lineInfo.previousLineBrokeCleanly(), m_block->style()));
style              82 Source/core/rendering/line/LineWidth.cpp         if (shouldIndentText() && m_block.style()->isLeftToRightDirection())
style              93 Source/core/rendering/line/LineWidth.cpp         if (shouldIndentText() && !m_block.style()->isLeftToRightDirection())
style              92 Source/core/rendering/shapes/ShapeInfo.cpp     styleImage->setContainerSizeForRenderer(renderBox, imageSize, renderBox->style()->effectiveZoom());
style             115 Source/core/rendering/shapes/ShapeInfo.cpp     Length margin = m_renderer.style()->shapeMargin();
style             116 Source/core/rendering/shapes/ShapeInfo.cpp     float shapeImageThreshold = m_renderer.style()->shapeImageThreshold();
style             134 Source/core/rendering/shapes/ShapeInfo.cpp         const RoundedRect& shapeRect = m_renderer.style()->getRoundedBorderFor(LayoutRect(LayoutPoint(), m_referenceBoxLogicalSize), m_renderer.view());
style             207 Source/core/rendering/shapes/ShapeInfo.cpp inline LayoutUnit borderStartWithStyleForWritingMode(const RenderType& renderer, const RenderStyle* style)
style             209 Source/core/rendering/shapes/ShapeInfo.cpp     if (style->isHorizontalWritingMode()) {
style             210 Source/core/rendering/shapes/ShapeInfo.cpp         if (style->isLeftToRightDirection())
style             215 Source/core/rendering/shapes/ShapeInfo.cpp     if (style->isLeftToRightDirection())
style             222 Source/core/rendering/shapes/ShapeInfo.cpp inline LayoutUnit borderAndPaddingStartWithStyleForWritingMode(const RenderType& renderer, const RenderStyle* style)
style             224 Source/core/rendering/shapes/ShapeInfo.cpp     if (style->isHorizontalWritingMode()) {
style             225 Source/core/rendering/shapes/ShapeInfo.cpp         if (style->isLeftToRightDirection())
style             230 Source/core/rendering/shapes/ShapeInfo.cpp     if (style->isLeftToRightDirection())
style              85 Source/core/rendering/shapes/ShapeInfo.h     LayoutUnit shapeContainingBlockHeight() const { return (m_renderer.style()->boxSizing() == CONTENT_BOX) ? (m_referenceBoxLogicalSize.height() + m_renderer.borderAndPaddingLogicalHeight()) : m_referenceBoxLogicalSize.height(); }
style              40 Source/core/rendering/shapes/ShapeOutsideInfo.cpp     ShapeValue* shapeValue = box.style()->shapeOutside();
style              73 Source/core/rendering/shapes/ShapeOutsideInfo.cpp                 LayoutUnit logicalLeftMargin = containingBlock.style()->isLeftToRightDirection() ? containingBlock.marginStartForChild(&m_renderer) : containingBlock.marginEndForChild(&m_renderer);
style              77 Source/core/rendering/shapes/ShapeOutsideInfo.cpp                 LayoutUnit logicalRightMargin = containingBlock.style()->isLeftToRightDirection() ? containingBlock.marginEndForChild(&m_renderer) : containingBlock.marginStartForChild(&m_renderer);
style              96 Source/core/rendering/shapes/ShapeOutsideInfo.cpp     return m_renderer.style()->shapeOutside();
style             102 Source/core/rendering/shapes/ShapeOutsideInfo.cpp     return m_renderer.containingBlock()->style();
style              65 Source/core/rendering/style/BorderData.h         if (!m_image.hasImage() && (m_left.style() == BNONE || m_left.style() == BHIDDEN))
style              72 Source/core/rendering/style/BorderData.h         if (!m_image.hasImage() && (m_right.style() == BNONE || m_right.style() == BHIDDEN))
style              79 Source/core/rendering/style/BorderData.h         if (!m_image.hasImage() && (m_top.style() == BNONE || m_top.style() == BHIDDEN))
style              86 Source/core/rendering/style/BorderData.h         if (!m_image.hasImage() && (m_bottom.style() == BNONE || m_bottom.style() == BHIDDEN))
style              90 Source/core/rendering/style/BorderValue.h     EBorderStyle style() const { return static_cast<EBorderStyle>(m_style); }
style              41 Source/core/rendering/style/CachedUAStyle.h     explicit CachedUAStyle(const RenderStyle* style)
style              46 Source/core/rendering/style/CachedUAStyle.h         ASSERT(style->hasAppearance());
style              47 Source/core/rendering/style/CachedUAStyle.h         border = style->border();
style              48 Source/core/rendering/style/CachedUAStyle.h         backgroundLayers = *style->backgroundLayers();
style              49 Source/core/rendering/style/CachedUAStyle.h         backgroundColor = style->backgroundColor();
style              48 Source/core/rendering/style/CollapsedBorderValue.h         , m_style(border.style())
style              55 Source/core/rendering/style/CollapsedBorderValue.h     EBorderStyle style() const { return static_cast<EBorderStyle>(m_style); }
style              63 Source/core/rendering/style/CollapsedBorderValue.h         return width() == o.width() && style() == o.style() && precedence() == o.precedence();
style              36 Source/core/rendering/style/CounterContent.h     CounterContent(const AtomicString& identifier, EListStyleType style, const AtomicString& separator)
style              38 Source/core/rendering/style/CounterContent.h         , m_listStyle(style)
style              44 Source/core/rendering/style/KeyframeList.h     KeyframeValue(double key, PassRefPtr<RenderStyle> style)
style              46 Source/core/rendering/style/KeyframeList.h         , m_style(style)
style              58 Source/core/rendering/style/KeyframeList.h     const RenderStyle* style() const { return m_style.get(); }
style              59 Source/core/rendering/style/KeyframeList.h     void setStyle(PassRefPtr<RenderStyle> style) { m_style = style; }
style            1294 Source/core/rendering/style/RenderStyle.cpp         if (shadow.style() == Inset)
style            1315 Source/core/rendering/style/RenderStyle.cpp         if (shadow.style() == Normal)
style            1335 Source/core/rendering/style/RenderStyle.cpp         if (shadow.style() == Inset)
style            1352 Source/core/rendering/style/RenderStyle.cpp         if (shadow.style() == Inset)
style             516 Source/core/rendering/style/RenderStyle.h     EBorderStyle borderLeftStyle() const { return surround->border.left().style(); }
style             519 Source/core/rendering/style/RenderStyle.h     EBorderStyle borderRightStyle() const { return surround->border.right().style(); }
style             522 Source/core/rendering/style/RenderStyle.h     EBorderStyle borderTopStyle() const { return surround->border.top().style(); }
style             525 Source/core/rendering/style/RenderStyle.h     EBorderStyle borderBottomStyle() const { return surround->border.bottom().style(); }
style             536 Source/core/rendering/style/RenderStyle.h         if (m_background->outline().style() == BNONE)
style             541 Source/core/rendering/style/RenderStyle.h     EBorderStyle outlineStyle() const { return m_background->outline().style(); }
style             739 Source/core/rendering/style/RenderStyle.h         if (m_background->outline().style() == BNONE)
style             853 Source/core/rendering/style/RenderStyle.h     EBorderStyle columnRuleStyle() const { return rareNonInheritedData->m_multiCol->m_rule.style(); }
style            1789 Source/core/rendering/style/RenderStyle.h inline int adjustForAbsoluteZoom(int value, const RenderStyle* style)
style            1791 Source/core/rendering/style/RenderStyle.h     return adjustForAbsoluteZoom(value, style->effectiveZoom());
style            1794 Source/core/rendering/style/RenderStyle.h inline float adjustFloatForAbsoluteZoom(float value, const RenderStyle& style)
style            1796 Source/core/rendering/style/RenderStyle.h     return value / style.effectiveZoom();
style            1799 Source/core/rendering/style/RenderStyle.h inline LayoutUnit adjustLayoutUnitForAbsoluteZoom(LayoutUnit value, const RenderStyle& style)
style            1801 Source/core/rendering/style/RenderStyle.h     return value / style.effectiveZoom();
style              40 Source/core/rendering/style/ShadowData.cpp     if (style() != from.style())
style              46 Source/core/rendering/style/ShadowData.cpp         style(),
style              39 Source/core/rendering/style/ShadowData.h     ShadowData(const FloatPoint& location, float blur, float spread, ShadowStyle style, const Color& color)
style              44 Source/core/rendering/style/ShadowData.h         , m_style(style)
style              58 Source/core/rendering/style/ShadowData.h     ShadowStyle style() const { return m_style; }
style              44 Source/core/rendering/style/ShadowList.cpp         if (shadow.style() == Inset)
style              91 Source/core/rendering/style/ShadowList.cpp             fromShadow = toShadow->style() == Inset ? &defaultInsetShadowData : &defaultShadowData;
style              93 Source/core/rendering/style/ShadowList.cpp             toShadow = fromShadow->style() == Inset ? &defaultInsetShadowData : &defaultShadowData;
style              51 Source/core/rendering/style/StyleMultiColData.h         if (m_rule.style() == BNONE || m_rule.style() == BHIDDEN)
style              78 Source/core/rendering/svg/ReferenceFilterBuilder.cpp     const RenderStyle* style = renderer ? renderer->style() : 0;
style              79 Source/core/rendering/svg/ReferenceFilterBuilder.cpp     const SVGRenderStyle* svgStyle = style ? style->svgStyle() : 0;
style              42 Source/core/rendering/svg/RenderSVGBlock.cpp     if (const ShadowList* textShadow = style()->textShadow())
style              85 Source/core/rendering/svg/RenderSVGBlock.cpp     SVGResourcesCache::clientStyleChanged(this, diff, style());
style              94 Source/core/rendering/svg/RenderSVGContainer.cpp     SVGResourcesCache::clientWasAddedToTree(child, child->style());
style             157 Source/core/rendering/svg/RenderSVGContainer.cpp     if ((paintInfo.phase == PaintPhaseOutline || paintInfo.phase == PaintPhaseSelfOutline) && style()->outlineWidth() && style()->visibility() == VISIBLE) {
style             196 Source/core/rendering/svg/RenderSVGContainer.cpp     if (style()->pointerEvents() == PE_BOUNDINGBOX) {
style              72 Source/core/rendering/svg/RenderSVGEllipse.cpp     if (style()->svgStyle()->hasStroke())
style             107 Source/core/rendering/svg/RenderSVGEllipse.cpp     if (!style()->svgStyle()->hasVisibleStroke())
style              48 Source/core/rendering/svg/RenderSVGForeignObject.cpp bool RenderSVGForeignObject::isChildAllowed(RenderObject* child, RenderStyle* style) const
style              74 Source/core/rendering/svg/RenderSVGImage.cpp             LayoutSize intrinsicSize = cachedImage->imageSizeForRenderer(0, style()->effectiveZoom());
style              75 Source/core/rendering/svg/RenderSVGImage.cpp             if (intrinsicSize != m_imageResource->imageSize(style()->effectiveZoom())) {
style             129 Source/core/rendering/svg/RenderSVGImage.cpp     if (paintInfo.context->paintingDisabled() || style()->visibility() == HIDDEN || !m_imageResource->hasImage())
style             137 Source/core/rendering/svg/RenderSVGImage.cpp     bool drawsOutline = style()->outlineWidth() && (childPaintInfo.phase == PaintPhaseOutline || childPaintInfo.phase == PaintPhaseSelfOutline);
style             150 Source/core/rendering/svg/RenderSVGImage.cpp                 if (style()->svgStyle()->bufferedRendering() == BR_STATIC && renderingContext.bufferForeground(m_bufferedForeground))
style             172 Source/core/rendering/svg/RenderSVGImage.cpp     if (style()->svgStyle()->bufferedRendering() != BR_STATIC)
style             192 Source/core/rendering/svg/RenderSVGImage.cpp     PointerEventsHitRules hitRules(PointerEventsHitRules::SVG_IMAGE_HITTESTING, request, style()->pointerEvents());
style             193 Source/core/rendering/svg/RenderSVGImage.cpp     bool isVisible = (style()->visibility() == VISIBLE);
style              35 Source/core/rendering/svg/RenderSVGInline.cpp bool RenderSVGInline::isChildAllowed(RenderObject* child, RenderStyle* style) const
style              49 Source/core/rendering/svg/RenderSVGInline.cpp     return RenderInline::isChildAllowed(child, style);
style             132 Source/core/rendering/svg/RenderSVGInline.cpp     SVGResourcesCache::clientStyleChanged(this, diff, style());
style             138 Source/core/rendering/svg/RenderSVGInline.cpp     SVGResourcesCache::clientWasAddedToTree(child, child->style());
style              80 Source/core/rendering/svg/RenderSVGInlineText.cpp     bool newPreserves = style() ? style()->whiteSpace() == PRE : false;
style             212 Source/core/rendering/svg/RenderSVGInlineText.cpp     computeNewScaledFontForStyle(this, style(), m_scalingFactor, m_scaledFont);
style             215 Source/core/rendering/svg/RenderSVGInlineText.cpp void RenderSVGInlineText::computeNewScaledFontForStyle(RenderObject* renderer, const RenderStyle* style, float& scalingFactor, Font& scaledFont)
style             217 Source/core/rendering/svg/RenderSVGInlineText.cpp     ASSERT(style);
style             224 Source/core/rendering/svg/RenderSVGInlineText.cpp         scaledFont = style->font();
style             228 Source/core/rendering/svg/RenderSVGInlineText.cpp     if (style->fontDescription().textRendering() == GeometricPrecision)
style             231 Source/core/rendering/svg/RenderSVGInlineText.cpp     FontDescription fontDescription(style->fontDescription());
style             105 Source/core/rendering/svg/RenderSVGModelObject.cpp         if (style()->hasTransform())
style             110 Source/core/rendering/svg/RenderSVGModelObject.cpp     SVGResourcesCache::clientStyleChanged(this, diff, style());
style              58 Source/core/rendering/svg/RenderSVGPath.cpp     if (style()->svgStyle()->hasStroke()) {
style              80 Source/core/rendering/svg/RenderSVGPath.cpp     if (!style()->svgStyle()->hasVisibleStroke())
style             109 Source/core/rendering/svg/RenderSVGPath.cpp     const SVGRenderStyle* svgStyle = style()->svgStyle();
style             130 Source/core/rendering/svg/RenderSVGPath.cpp     return style()->svgStyle()->hasStroke() && style()->svgStyle()->capStyle() != ButtCap;
style             138 Source/core/rendering/svg/RenderSVGPath.cpp     if (style()->svgStyle()->capStyle() == SquareCap)
style              78 Source/core/rendering/svg/RenderSVGRect.cpp     if (style()->svgStyle()->hasStroke()) {
style              99 Source/core/rendering/svg/RenderSVGRect.cpp     if (!style()->svgStyle()->hasVisibleStroke())
style              40 Source/core/rendering/svg/RenderSVGResource.cpp     if (!object->parent() || !object->parent()->style())
style              42 Source/core/rendering/svg/RenderSVGResource.cpp     const SVGRenderStyle* parentSVGStyle = object->parent()->style()->svgStyle();
style              50 Source/core/rendering/svg/RenderSVGResource.cpp static inline RenderSVGResource* requestPaintingResource(RenderSVGResourceMode mode, RenderObject* object, const RenderStyle* style, bool& hasFallback)
style              53 Source/core/rendering/svg/RenderSVGResource.cpp     ASSERT(style);
style              58 Source/core/rendering/svg/RenderSVGResource.cpp     const SVGRenderStyle* svgStyle = style->svgStyle();
style             101 Source/core/rendering/svg/RenderSVGResource.cpp     if (style->insideLink() == InsideVisitedLink) {
style             152 Source/core/rendering/svg/RenderSVGResource.cpp RenderSVGResource* RenderSVGResource::fillPaintingResource(RenderObject* object, const RenderStyle* style, bool& hasFallback)
style             154 Source/core/rendering/svg/RenderSVGResource.cpp     return requestPaintingResource(ApplyToFillMode, object, style, hasFallback);
style             157 Source/core/rendering/svg/RenderSVGResource.cpp RenderSVGResource* RenderSVGResource::strokePaintingResource(RenderObject* object, const RenderStyle* style, bool& hasFallback)
style             159 Source/core/rendering/svg/RenderSVGResource.cpp     return requestPaintingResource(ApplyToStrokeMode, object, style, hasFallback);
style              87 Source/core/rendering/svg/RenderSVGResourceClipper.cpp     if (!style()->svgStyle()->clipperResource().isEmpty())
style             102 Source/core/rendering/svg/RenderSVGResourceClipper.cpp         RenderStyle* style = renderer->style();
style             103 Source/core/rendering/svg/RenderSVGResourceClipper.cpp         if (!style || style->display() == NONE || style->visibility() != VISIBLE)
style             105 Source/core/rendering/svg/RenderSVGResourceClipper.cpp         const SVGRenderStyle* svgStyle = style->svgStyle();
style             166 Source/core/rendering/svg/RenderSVGResourceClipper.cpp         ASSERT(style());
style             167 Source/core/rendering/svg/RenderSVGResourceClipper.cpp         animatedLocalTransform.scale(style()->effectiveZoom());
style             279 Source/core/rendering/svg/RenderSVGResourceClipper.cpp         RenderStyle* style = renderer->style();
style             280 Source/core/rendering/svg/RenderSVGResourceClipper.cpp         if (!style || style->display() == NONE || style->visibility() != VISIBLE)
style             283 Source/core/rendering/svg/RenderSVGResourceClipper.cpp         WindRule newClipRule = style->svgStyle()->clipRule();
style             291 Source/core/rendering/svg/RenderSVGResourceClipper.cpp                 newClipRule = renderer->style()->svgStyle()->clipRule();
style             320 Source/core/rendering/svg/RenderSVGResourceClipper.cpp         RenderStyle* style = renderer->style();
style             321 Source/core/rendering/svg/RenderSVGResourceClipper.cpp         if (!style || style->display() == NONE || style->visibility() != VISIBLE)
style             232 Source/core/rendering/svg/RenderSVGResourceContainer.cpp         SVGResourcesCache::clientStyleChanged(renderer, StyleDifferenceLayout, renderer->style());
style              99 Source/core/rendering/svg/RenderSVGResourceFilter.cpp             effectElement->renderer()->style()->svgStyle()->colorInterpolationFilters() == CI_LINEARRGB ? ColorSpaceLinearRGB : ColorSpaceDeviceRGB);
style              46 Source/core/rendering/svg/RenderSVGResourceFilterPrimitive.cpp     const SVGRenderStyle* newStyle = this->style()->svgStyle();
style              53 Source/core/rendering/svg/RenderSVGResourceGradient.cpp bool RenderSVGResourceGradient::applyResource(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode)
style              56 Source/core/rendering/svg/RenderSVGResourceGradient.cpp     ASSERT(style);
style             123 Source/core/rendering/svg/RenderSVGResourceGradient.cpp     const SVGRenderStyle* svgStyle = style->svgStyle();
style             135 Source/core/rendering/svg/RenderSVGResourceGradient.cpp         SVGRenderSupport::applyStrokeStyleToContext(context, style, object);
style              63 Source/core/rendering/svg/RenderSVGResourceMasker.cpp     ASSERT(style());
style              84 Source/core/rendering/svg/RenderSVGResourceMasker.cpp     ASSERT(style());
style              90 Source/core/rendering/svg/RenderSVGResourceMasker.cpp     const SVGRenderStyle* svgStyle = style()->svgStyle();
style             144 Source/core/rendering/svg/RenderSVGResourceMasker.cpp         RenderStyle* style = renderer->style();
style             145 Source/core/rendering/svg/RenderSVGResourceMasker.cpp         if (!style || style->display() == NONE || style->visibility() != VISIBLE)
style             160 Source/core/rendering/svg/RenderSVGResourceMasker.cpp         RenderStyle* style = renderer->style();
style             161 Source/core/rendering/svg/RenderSVGResourceMasker.cpp         if (!style || style->display() == NONE || style->visibility() != VISIBLE)
style             135 Source/core/rendering/svg/RenderSVGResourcePattern.cpp bool RenderSVGResourcePattern::applyResource(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode)
style             138 Source/core/rendering/svg/RenderSVGResourcePattern.cpp     ASSERT(style);
style             157 Source/core/rendering/svg/RenderSVGResourcePattern.cpp     const SVGRenderStyle* svgStyle = style->svgStyle();
style             169 Source/core/rendering/svg/RenderSVGResourcePattern.cpp         SVGRenderSupport::applyStrokeStyleToContext(context, style, object);
style              43 Source/core/rendering/svg/RenderSVGResourceSolidColor.cpp bool RenderSVGResourceSolidColor::applyResource(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode)
style              51 Source/core/rendering/svg/RenderSVGResourceSolidColor.cpp     const SVGRenderStyle* svgStyle = style ? style->svgStyle() : 0;
style              74 Source/core/rendering/svg/RenderSVGResourceSolidColor.cpp         if (style)
style              75 Source/core/rendering/svg/RenderSVGResourceSolidColor.cpp             SVGRenderSupport::applyStrokeStyleToContext(context, style, object);
style             146 Source/core/rendering/svg/RenderSVGRoot.cpp     if (style()->logicalWidth().isSpecified() || style()->logicalMaxWidth().isSpecified())
style             150 Source/core/rendering/svg/RenderSVGRoot.cpp         return resolveLengthAttributeForSVG(svg->intrinsicWidth(SVGSVGElement::IgnoreCSSProperties), style()->effectiveZoom(), containingBlock()->availableLogicalWidth().toFloat());
style             169 Source/core/rendering/svg/RenderSVGRoot.cpp     if (style()->logicalHeight().isSpecified() || style()->logicalMaxHeight().isSpecified())
style             183 Source/core/rendering/svg/RenderSVGRoot.cpp         return resolveLengthAttributeForSVG(height, style()->effectiveZoom(), containingBlock()->availableLogicalHeight(IncludeMarginBorderPadding).toFloat());
style             298 Source/core/rendering/svg/RenderSVGRoot.cpp     SVGResourcesCache::clientStyleChanged(this, diff, style());
style             309 Source/core/rendering/svg/RenderSVGRoot.cpp     SVGResourcesCache::clientWasAddedToTree(child, child->style());
style             321 Source/core/rendering/svg/RenderSVGRoot.cpp     SVGResourcesCache::clientWasAddedToTree(this, style());
style             336 Source/core/rendering/svg/RenderSVGRoot.cpp     float scale = style()->effectiveZoom();
style              95 Source/core/rendering/svg/RenderSVGShape.cpp     SVGRenderSupport::applyStrokeStyleToStrokeData(&strokeData, style(), this);
style             118 Source/core/rendering/svg/RenderSVGShape.cpp     if (requiresFill && !RenderSVGResource::fillPaintingResource(this, style(), hasFallback))
style             130 Source/core/rendering/svg/RenderSVGShape.cpp     if (requiresStroke && !RenderSVGResource::strokePaintingResource(this, style(), hasFallback))
style             196 Source/core/rendering/svg/RenderSVGShape.cpp     if (!style()->svgStyle()->hasMarkers())
style             209 Source/core/rendering/svg/RenderSVGShape.cpp void RenderSVGShape::fillShape(RenderStyle* style, GraphicsContext* context)
style             212 Source/core/rendering/svg/RenderSVGShape.cpp     if (RenderSVGResource* fillPaintingResource = RenderSVGResource::fillPaintingResource(this, style, hasFallback)) {
style             213 Source/core/rendering/svg/RenderSVGShape.cpp         if (fillPaintingResource->applyResource(this, style, context, ApplyToFillMode)) {
style             217 Source/core/rendering/svg/RenderSVGShape.cpp             if (fallbackResource->applyResource(this, style, context, ApplyToFillMode))
style             223 Source/core/rendering/svg/RenderSVGShape.cpp void RenderSVGShape::strokeShape(RenderStyle* style, GraphicsContext* context)
style             226 Source/core/rendering/svg/RenderSVGShape.cpp     if (RenderSVGResource* strokePaintingResource = RenderSVGResource::strokePaintingResource(this, style, hasFallback)) {
style             227 Source/core/rendering/svg/RenderSVGShape.cpp         if (strokePaintingResource->applyResource(this, style, context, ApplyToStrokeMode)) {
style             231 Source/core/rendering/svg/RenderSVGShape.cpp             if (fallbackResource->applyResource(this, style, context, ApplyToStrokeMode))
style             241 Source/core/rendering/svg/RenderSVGShape.cpp     if (paintInfo.context->paintingDisabled() || style()->visibility() == HIDDEN || isShapeEmpty())
style             248 Source/core/rendering/svg/RenderSVGShape.cpp     bool drawsOutline = style()->outlineWidth() && (childPaintInfo.phase == PaintPhaseOutline || childPaintInfo.phase == PaintPhaseSelfOutline);
style             257 Source/core/rendering/svg/RenderSVGShape.cpp                 const SVGRenderStyle* svgStyle = style()->svgStyle();
style             264 Source/core/rendering/svg/RenderSVGShape.cpp                         fillShape(this->style(), childPaintInfo.context);
style             277 Source/core/rendering/svg/RenderSVGShape.cpp                             strokeShape(this->style(), childPaintInfo.context);
style             317 Source/core/rendering/svg/RenderSVGShape.cpp     PointerEventsHitRules hitRules(PointerEventsHitRules::SVG_GEOMETRY_HITTESTING, request, style()->pointerEvents());
style             328 Source/core/rendering/svg/RenderSVGShape.cpp     bool isVisible = (style()->visibility() == VISIBLE);
style             330 Source/core/rendering/svg/RenderSVGShape.cpp         const SVGRenderStyle* svgStyle = style()->svgStyle();
style             388 Source/core/rendering/svg/RenderSVGShape.cpp     if (style()->svgStyle()->hasStroke()) {
style             390 Source/core/rendering/svg/RenderSVGShape.cpp         SVGRenderSupport::applyStrokeStyleToStrokeData(&strokeData, style(), this);
style             421 Source/core/rendering/svg/RenderSVGShape.cpp     return style()->svgStyle()->strokeWidth()->value(lengthContext);
style             426 Source/core/rendering/svg/RenderSVGShape.cpp     const SVGRenderStyle* svgStyle = style()->svgStyle();
style              75 Source/core/rendering/svg/RenderSVGShape.h     bool hasNonScalingStroke() const { return style()->svgStyle()->vectorEffect() == VE_NON_SCALING_STROKE; }
style             429 Source/core/rendering/svg/RenderSVGText.cpp     PointerEventsHitRules hitRules(PointerEventsHitRules::SVG_TEXT_HITTESTING, request, style()->pointerEvents());
style             430 Source/core/rendering/svg/RenderSVGText.cpp     bool isVisible = (style()->visibility() == VISIBLE);
style             433 Source/core/rendering/svg/RenderSVGText.cpp             || (hitRules.canHitStroke && (style()->svgStyle()->hasStroke() || !hitRules.requireStroke))
style             434 Source/core/rendering/svg/RenderSVGText.cpp             || (hitRules.canHitFill && (style()->svgStyle()->hasFill() || !hitRules.requireFill))) {
style             494 Source/core/rendering/svg/RenderSVGText.cpp     const SVGRenderStyle* svgStyle = style()->svgStyle();
style             510 Source/core/rendering/svg/RenderSVGText.cpp     if (const ShadowList* textShadow = style()->textShadow())
style             520 Source/core/rendering/svg/RenderSVGText.cpp     SVGResourcesCache::clientWasAddedToTree(child, child->style());
style              50 Source/core/rendering/svg/RenderSVGTransformableContainer.cpp bool RenderSVGTransformableContainer::isChildAllowed(RenderObject* child, RenderStyle* style) const
style              67 Source/core/rendering/svg/RenderSVGTransformableContainer.cpp             return parent()->isChildAllowed(child, style);
style              69 Source/core/rendering/svg/RenderSVGTransformableContainer.cpp     return RenderSVGContainer::isChildAllowed(child, style);
style              96 Source/core/rendering/svg/SVGInlineTextBox.cpp     RenderStyle* style = textRenderer.style();
style              97 Source/core/rendering/svg/SVGInlineTextBox.cpp     ASSERT(style);
style              99 Source/core/rendering/svg/SVGInlineTextBox.cpp     TextRun textRun = constructTextRun(style, fragment);
style             118 Source/core/rendering/svg/SVGInlineTextBox.cpp FloatRect SVGInlineTextBox::selectionRectForTextFragment(const SVGTextFragment& fragment, int startPosition, int endPosition, RenderStyle* style)
style             121 Source/core/rendering/svg/SVGInlineTextBox.cpp     ASSERT(style);
style             138 Source/core/rendering/svg/SVGInlineTextBox.cpp     FloatRect selectionRect = scaledFont.selectionRectForText(constructTextRun(style, fragment), textOrigin, fragment.height * scalingFactor, startPosition, endPosition);
style             154 Source/core/rendering/svg/SVGInlineTextBox.cpp     RenderStyle* style = textRenderer().style();
style             155 Source/core/rendering/svg/SVGInlineTextBox.cpp     ASSERT(style);
style             171 Source/core/rendering/svg/SVGInlineTextBox.cpp         FloatRect fragmentRect = selectionRectForTextFragment(fragment, fragmentStartPosition, fragmentEndPosition, style);
style             194 Source/core/rendering/svg/SVGInlineTextBox.cpp     if (renderer().style()->visibility() != VISIBLE)
style             214 Source/core/rendering/svg/SVGInlineTextBox.cpp     RenderStyle* style = parentRenderer.style();
style             215 Source/core/rendering/svg/SVGInlineTextBox.cpp     ASSERT(style);
style             239 Source/core/rendering/svg/SVGInlineTextBox.cpp         paintInfo.context->fillRect(selectionRectForTextFragment(fragment, fragmentStartPosition, fragmentEndPosition, style), backgroundColor);
style             253 Source/core/rendering/svg/SVGInlineTextBox.cpp     if (renderer().style()->visibility() != VISIBLE)
style             270 Source/core/rendering/svg/SVGInlineTextBox.cpp     RenderStyle* style = parentRenderer.style();
style             271 Source/core/rendering/svg/SVGInlineTextBox.cpp     ASSERT(style);
style             273 Source/core/rendering/svg/SVGInlineTextBox.cpp     paintDocumentMarkers(paintInfo.context, paintOffset, style, textRenderer.scaledFont(), true);
style             275 Source/core/rendering/svg/SVGInlineTextBox.cpp     const SVGRenderStyle* svgStyle = style->svgStyle();
style             281 Source/core/rendering/svg/SVGInlineTextBox.cpp     RenderStyle* selectionStyle = style;
style             293 Source/core/rendering/svg/SVGInlineTextBox.cpp             selectionStyle = style;
style             315 Source/core/rendering/svg/SVGInlineTextBox.cpp         unsigned decorations = style->textDecorationsInEffect();
style             327 Source/core/rendering/svg/SVGInlineTextBox.cpp                     paintText(paintInfo.context, style, selectionStyle, fragment, hasSelection, paintSelectedTextOnly);
style             334 Source/core/rendering/svg/SVGInlineTextBox.cpp                     paintText(paintInfo.context, style, selectionStyle, fragment, hasSelection, paintSelectedTextOnly);
style             356 Source/core/rendering/svg/SVGInlineTextBox.cpp bool SVGInlineTextBox::acquirePaintingResource(GraphicsContext*& context, float scalingFactor, RenderObject* renderer, RenderStyle* style)
style             361 Source/core/rendering/svg/SVGInlineTextBox.cpp     ASSERT(style);
style             366 Source/core/rendering/svg/SVGInlineTextBox.cpp         m_paintingResource = RenderSVGResource::fillPaintingResource(renderer, style, hasFallback);
style             368 Source/core/rendering/svg/SVGInlineTextBox.cpp         m_paintingResource = RenderSVGResource::strokePaintingResource(renderer, style, hasFallback);
style             377 Source/core/rendering/svg/SVGInlineTextBox.cpp     if (!m_paintingResource->applyResource(renderer, style, context, m_paintingResourceMode)) {
style             380 Source/core/rendering/svg/SVGInlineTextBox.cpp             m_paintingResource->applyResource(renderer, style, context, m_paintingResourceMode);
style             398 Source/core/rendering/svg/SVGInlineTextBox.cpp bool SVGInlineTextBox::prepareGraphicsContextForTextPainting(GraphicsContext*& context, float scalingFactor, TextRun& textRun, RenderStyle* style)
style             400 Source/core/rendering/svg/SVGInlineTextBox.cpp     bool acquiredResource = acquirePaintingResource(context, scalingFactor, &parent()->renderer(), style);
style             425 Source/core/rendering/svg/SVGInlineTextBox.cpp TextRun SVGInlineTextBox::constructTextRun(RenderStyle* style, const SVGTextFragment& fragment) const
style             427 Source/core/rendering/svg/SVGInlineTextBox.cpp     ASSERT(style);
style             441 Source/core/rendering/svg/SVGInlineTextBox.cpp                 , dirOverride() || style->rtlOrdering() == VisualOrder /* directionalOverride */);
style             450 Source/core/rendering/svg/SVGInlineTextBox.cpp     if (textRunNeedsRenderingContext(style->font()))
style             520 Source/core/rendering/svg/SVGInlineTextBox.cpp         if (renderer->style() && renderer->style()->textDecoration() != TextDecorationNone)
style             532 Source/core/rendering/svg/SVGInlineTextBox.cpp     if (textRenderer().style()->textDecorationsInEffect() == TextDecorationNone)
style             537 Source/core/rendering/svg/SVGInlineTextBox.cpp     RenderStyle* decorationStyle = decorationRenderer->style();
style             565 Source/core/rendering/svg/SVGInlineTextBox.cpp     RenderStyle* decorationStyle = decorationRenderer->style();
style             602 Source/core/rendering/svg/SVGInlineTextBox.cpp void SVGInlineTextBox::paintTextWithShadows(GraphicsContext* context, RenderStyle* style, TextRun& textRun, const SVGTextFragment& fragment, int startPosition, int endPosition)
style             610 Source/core/rendering/svg/SVGInlineTextBox.cpp     const ShadowList* shadowList = style->textShadow();
style             637 Source/core/rendering/svg/SVGInlineTextBox.cpp     if (prepareGraphicsContextForTextPainting(context, scalingFactor, textRun, style)) {
style             652 Source/core/rendering/svg/SVGInlineTextBox.cpp void SVGInlineTextBox::paintText(GraphicsContext* context, RenderStyle* style, RenderStyle* selectionStyle, const SVGTextFragment& fragment, bool hasSelection, bool paintSelectedTextOnly)
style             654 Source/core/rendering/svg/SVGInlineTextBox.cpp     ASSERT(style);
style             665 Source/core/rendering/svg/SVGInlineTextBox.cpp     TextRun textRun = constructTextRun(style, fragment);
style             667 Source/core/rendering/svg/SVGInlineTextBox.cpp         paintTextWithShadows(context, style, textRun, fragment, 0, fragment.length);
style             673 Source/core/rendering/svg/SVGInlineTextBox.cpp         paintTextWithShadows(context, style, textRun, fragment, 0, startPosition);
style             676 Source/core/rendering/svg/SVGInlineTextBox.cpp     if (style != selectionStyle)
style             682 Source/core/rendering/svg/SVGInlineTextBox.cpp     if (style != selectionStyle)
style             683 Source/core/rendering/svg/SVGInlineTextBox.cpp         SVGResourcesCache::clientStyleChanged(&parent()->renderer(), StyleDifferenceRepaint, style);
style             687 Source/core/rendering/svg/SVGInlineTextBox.cpp         paintTextWithShadows(context, style, textRun, fragment, endPosition, fragment.length);
style             695 Source/core/rendering/svg/SVGInlineTextBox.cpp void SVGInlineTextBox::paintTextMatchMarker(GraphicsContext* context, const FloatPoint&, DocumentMarker* marker, RenderStyle* style, const Font& font)
style             727 Source/core/rendering/svg/SVGInlineTextBox.cpp             FloatRect fragmentRect = textBox->selectionRectForTextFragment(fragment, fragmentStartPosition, fragmentEndPosition, style);
style             780 Source/core/rendering/svg/SVGInlineTextBox.cpp     PointerEventsHitRules hitRules(PointerEventsHitRules::SVG_TEXT_HITTESTING, request, renderer().style()->pointerEvents());
style             781 Source/core/rendering/svg/SVGInlineTextBox.cpp     bool isVisible = renderer().style()->visibility() == VISIBLE;
style             784 Source/core/rendering/svg/SVGInlineTextBox.cpp             || (hitRules.canHitStroke && (renderer().style()->svgStyle()->hasStroke() || !hitRules.requireStroke))
style             785 Source/core/rendering/svg/SVGInlineTextBox.cpp             || (hitRules.canHitFill && (renderer().style()->svgStyle()->hasFill() || !hitRules.requireFill))) {
style              49 Source/core/rendering/svg/SVGRenderSupport.cpp     if (object->style()->visibility() != VISIBLE && !object->enclosingLayer()->hasVisibleContent())
style              61 Source/core/rendering/svg/SVGRenderSupport.cpp     repaintRect.inflate(object->style()->outlineWidth());
style             281 Source/core/rendering/svg/SVGRenderSupport.cpp     ASSERT(object->style()->overflowX() == object->style()->overflowY());
style             284 Source/core/rendering/svg/SVGRenderSupport.cpp     ASSERT(object->style()->overflowX() != OSCROLL);
style             289 Source/core/rendering/svg/SVGRenderSupport.cpp     return object->style()->overflowX() == OHIDDEN;
style             340 Source/core/rendering/svg/SVGRenderSupport.cpp void SVGRenderSupport::applyStrokeStyleToContext(GraphicsContext* context, const RenderStyle* style, const RenderObject* object)
style             343 Source/core/rendering/svg/SVGRenderSupport.cpp     ASSERT(style);
style             348 Source/core/rendering/svg/SVGRenderSupport.cpp     const SVGRenderStyle* svgStyle = style->svgStyle();
style             370 Source/core/rendering/svg/SVGRenderSupport.cpp void SVGRenderSupport::applyStrokeStyleToStrokeData(StrokeData* strokeData, const RenderStyle* style, const RenderObject* object)
style             373 Source/core/rendering/svg/SVGRenderSupport.cpp     ASSERT(style);
style             378 Source/core/rendering/svg/SVGRenderSupport.cpp     const SVGRenderStyle* svgStyle = style->svgStyle();
style             209 Source/core/rendering/svg/SVGRenderTreeAsText.cpp static TextStream& operator<<(TextStream& ts, LineCap style)
style             211 Source/core/rendering/svg/SVGRenderTreeAsText.cpp     switch (style) {
style             226 Source/core/rendering/svg/SVGRenderTreeAsText.cpp static TextStream& operator<<(TextStream& ts, LineJoin style)
style             228 Source/core/rendering/svg/SVGRenderTreeAsText.cpp     switch (style) {
style             272 Source/core/rendering/svg/SVGRenderTreeAsText.cpp     const RenderStyle* style = object.style();
style             273 Source/core/rendering/svg/SVGRenderTreeAsText.cpp     const SVGRenderStyle* svgStyle = style->svgStyle();
style             277 Source/core/rendering/svg/SVGRenderTreeAsText.cpp     writeIfNotDefault(ts, "image rendering", style->imageRendering(), RenderStyle::initialImageRendering());
style             278 Source/core/rendering/svg/SVGRenderTreeAsText.cpp     writeIfNotDefault(ts, "opacity", style->opacity(), RenderStyle::initialOpacity());
style             284 Source/core/rendering/svg/SVGRenderTreeAsText.cpp         if (RenderSVGResource* strokePaintingResource = RenderSVGResource::strokePaintingResource(const_cast<RenderSVGShape*>(&shape), shape.style(), hasFallback)) {
style             312 Source/core/rendering/svg/SVGRenderTreeAsText.cpp         if (RenderSVGResource* fillPaintingResource = RenderSVGResource::fillPaintingResource(const_cast<RenderSVGShape*>(&shape), shape.style(), hasFallback)) {
style             395 Source/core/rendering/svg/SVGRenderTreeAsText.cpp     if (text.parent() && (text.parent()->style()->visitedDependentColor(CSSPropertyColor) != text.style()->visitedDependentColor(CSSPropertyColor)))
style             407 Source/core/rendering/svg/SVGRenderTreeAsText.cpp     const SVGRenderStyle* svgStyle = textRenderer.style()->svgStyle();
style             635 Source/core/rendering/svg/SVGRenderTreeAsText.cpp     RenderStyle* style = stop.style();
style             636 Source/core/rendering/svg/SVGRenderTreeAsText.cpp     if (!style)
style             644 Source/core/rendering/svg/SVGRenderTreeAsText.cpp     const RenderStyle* style = object.style();
style             645 Source/core/rendering/svg/SVGRenderTreeAsText.cpp     const SVGRenderStyle* svgStyle = style->svgStyle();
style             109 Source/core/rendering/svg/SVGRenderingContext.cpp     RenderStyle* style = m_object->style();
style             110 Source/core/rendering/svg/SVGRenderingContext.cpp     ASSERT(style);
style             112 Source/core/rendering/svg/SVGRenderingContext.cpp     const SVGRenderStyle* svgStyle = style->svgStyle();
style             117 Source/core/rendering/svg/SVGRenderingContext.cpp     float opacity = isRenderingMask ? 1 : style->opacity();
style             118 Source/core/rendering/svg/SVGRenderingContext.cpp     bool hasBlendMode = style->hasBlendMode() && !isRenderingMask;
style             120 Source/core/rendering/svg/SVGRenderingContext.cpp     if (opacity < 1 || hasBlendMode || style->hasIsolation()) {
style             129 Source/core/rendering/svg/SVGRenderingContext.cpp             m_paintInfo->context->setCompositeOperation(CompositeSourceOver, style->blendMode());
style             140 Source/core/rendering/svg/SVGRenderingContext.cpp     ClipPathOperation* clipPathOperation = style->clipPath();
style             157 Source/core/rendering/svg/SVGRenderingContext.cpp             if (!masker->applyResource(m_object, style, m_paintInfo->context, ApplyToDefaultMode))
style             180 Source/core/rendering/svg/SVGRenderingContext.cpp             if (!m_filter->applyResource(m_object, style, m_paintInfo->context, ApplyToDefaultMode))
style             211 Source/core/rendering/svg/SVGResources.cpp PassOwnPtr<SVGResources> SVGResources::buildResources(const RenderObject* object, const SVGRenderStyle* style)
style             214 Source/core/rendering/svg/SVGResources.cpp     ASSERT(style);
style             234 Source/core/rendering/svg/SVGResources.cpp         if (style->hasClipper()) {
style             235 Source/core/rendering/svg/SVGResources.cpp             AtomicString id = style->clipperResource();
style             240 Source/core/rendering/svg/SVGResources.cpp         if (style->hasFilter()) {
style             241 Source/core/rendering/svg/SVGResources.cpp             AtomicString id = style->filterResource();
style             246 Source/core/rendering/svg/SVGResources.cpp         if (style->hasMasker()) {
style             247 Source/core/rendering/svg/SVGResources.cpp             AtomicString id = style->maskerResource();
style             253 Source/core/rendering/svg/SVGResources.cpp     if (style->hasMarkers() && supportsMarkers(*element)) {
style             254 Source/core/rendering/svg/SVGResources.cpp         const AtomicString& markerStartId = style->markerStartResource();
style             258 Source/core/rendering/svg/SVGResources.cpp         const AtomicString& markerMidId = style->markerMidResource();
style             262 Source/core/rendering/svg/SVGResources.cpp         const AtomicString& markerEndId = style->markerEndResource();
style             263 Source/core/rendering/svg/SVGResources.cpp         if (!ensureResources(resources)->setMarkerEnd(getRenderSVGResourceById<RenderSVGResourceMarker>(document, style->markerEndResource())))
style             268 Source/core/rendering/svg/SVGResources.cpp         if (style->hasFill()) {
style             271 Source/core/rendering/svg/SVGResources.cpp             RenderSVGResourceContainer* resource = paintingResourceFromSVGPaint(document, style->fillPaintType(), style->fillPaintUri(), id, hasPendingResource);
style             277 Source/core/rendering/svg/SVGResources.cpp         if (style->hasStroke()) {
style             280 Source/core/rendering/svg/SVGResources.cpp             RenderSVGResourceContainer* resource = paintingResourceFromSVGPaint(document, style->strokePaintType(), style->strokePaintUri(), id, hasPendingResource);
style              39 Source/core/rendering/svg/SVGResourcesCache.cpp void SVGResourcesCache::addResourcesFromRenderObject(RenderObject* object, const RenderStyle* style)
style              42 Source/core/rendering/svg/SVGResourcesCache.cpp     ASSERT(style);
style              45 Source/core/rendering/svg/SVGResourcesCache.cpp     const SVGRenderStyle* svgStyle = style->svgStyle();
style              96 Source/core/rendering/svg/SVGTextChunkBuilder.cpp     const RenderStyle* style = toRenderSVGInlineText(textBox->textRenderer()).style();
style              97 Source/core/rendering/svg/SVGTextChunkBuilder.cpp     ASSERT(style);
style              99 Source/core/rendering/svg/SVGTextChunkBuilder.cpp     const SVGRenderStyle* svgStyle = style->svgStyle();
style             106 Source/core/rendering/svg/SVGTextChunkBuilder.cpp     if (!style->isLeftToRightDirection())
style              88 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp     if (text->style()->whiteSpace() == PRE) {
style             248 Source/core/rendering/svg/SVGTextLayoutEngine.cpp     const RenderStyle* style = text.style();
style             249 Source/core/rendering/svg/SVGTextLayoutEngine.cpp     ASSERT(style);
style             252 Source/core/rendering/svg/SVGTextLayoutEngine.cpp     m_isVerticalText = style->svgStyle()->isVerticalWritingMode();
style             253 Source/core/rendering/svg/SVGTextLayoutEngine.cpp     layoutTextOnLineOrPath(textBox, &text, style);
style             427 Source/core/rendering/svg/SVGTextLayoutEngine.cpp void SVGTextLayoutEngine::layoutTextOnLineOrPath(SVGInlineTextBox* textBox, RenderSVGInlineText* text, const RenderStyle* style)
style             437 Source/core/rendering/svg/SVGTextLayoutEngine.cpp     const SVGRenderStyle* svgStyle = style->svgStyle();
style             446 Source/core/rendering/svg/SVGTextLayoutEngine.cpp     const Font& font = style->font();
style              38 Source/core/rendering/svg/SVGTextLayoutEngineBaseline.cpp float SVGTextLayoutEngineBaseline::calculateBaselineShift(const SVGRenderStyle* style, SVGElement* contextElement) const
style              40 Source/core/rendering/svg/SVGTextLayoutEngineBaseline.cpp     if (style->baselineShift() == BS_LENGTH) {
style              41 Source/core/rendering/svg/SVGTextLayoutEngineBaseline.cpp         RefPtr<SVGLength> baselineShiftValueLength = style->baselineShiftValue();
style              49 Source/core/rendering/svg/SVGTextLayoutEngineBaseline.cpp     switch (style->baselineShift()) {
style              65 Source/core/rendering/svg/SVGTextLayoutEngineBaseline.cpp     ASSERT(textRenderer->style());
style              67 Source/core/rendering/svg/SVGTextLayoutEngineBaseline.cpp     ASSERT(textRenderer->parent()->style());
style              69 Source/core/rendering/svg/SVGTextLayoutEngineBaseline.cpp     const SVGRenderStyle* style = textRenderer->style()->svgStyle();
style              70 Source/core/rendering/svg/SVGTextLayoutEngineBaseline.cpp     ASSERT(style);
style              72 Source/core/rendering/svg/SVGTextLayoutEngineBaseline.cpp     EDominantBaseline baseline = style->dominantBaseline();
style             113 Source/core/rendering/svg/SVGTextLayoutEngineBaseline.cpp     ASSERT(textRenderer->style());
style             114 Source/core/rendering/svg/SVGTextLayoutEngineBaseline.cpp     ASSERT(textRenderer->style()->svgStyle());
style             120 Source/core/rendering/svg/SVGTextLayoutEngineBaseline.cpp     EAlignmentBaseline baseline = textRenderer->style()->svgStyle()->alignmentBaseline();
style             155 Source/core/rendering/svg/SVGTextLayoutEngineBaseline.cpp float SVGTextLayoutEngineBaseline::calculateGlyphOrientationAngle(bool isVerticalText, const SVGRenderStyle* style, const UChar& character) const
style             157 Source/core/rendering/svg/SVGTextLayoutEngineBaseline.cpp     ASSERT(style);
style             159 Source/core/rendering/svg/SVGTextLayoutEngineBaseline.cpp     switch (isVerticalText ? style->glyphOrientationVertical() : style->glyphOrientationHorizontal()) {
style              86 Source/core/rendering/svg/SVGTextLayoutEngineSpacing.cpp float SVGTextLayoutEngineSpacing::calculateCSSKerningAndSpacing(const SVGRenderStyle* style, SVGElement* contextElement, UChar currentCharacter)
style              89 Source/core/rendering/svg/SVGTextLayoutEngineSpacing.cpp     RefPtr<SVGLength> kerningLength = style->kerning();
style              65 Source/core/rendering/svg/SVGTextMetrics.cpp     RenderStyle* style = text->style();
style              66 Source/core/rendering/svg/SVGTextMetrics.cpp     ASSERT(style);
style              73 Source/core/rendering/svg/SVGTextMetrics.cpp                 , style->direction()
style              74 Source/core/rendering/svg/SVGTextMetrics.cpp                 , isOverride(style->unicodeBidi()) /* directionalOverride */);
style              83 Source/core/rendering/svg/SVGTextMetrics.cpp     if (textRunNeedsRenderingContext(style->font()))
style             107 Source/core/rendering/svg/SVGTextMetrics.cpp     bool needsContext = textRunNeedsRenderingContext(text->style()->font());
style             146 Source/core/rendering/svg/SVGTextMetricsBuilder.cpp     bool preserveWhiteSpace = text->style()->whiteSpace() == PRE;
style             116 Source/core/rendering/svg/SVGTextQuery.cpp         ASSERT(queryData->textRenderer->style());
style             117 Source/core/rendering/svg/SVGTextQuery.cpp         ASSERT(queryData->textRenderer->style()->svgStyle());
style             119 Source/core/rendering/svg/SVGTextQuery.cpp         queryData->isVerticalText = queryData->textRenderer->style()->svgStyle()->isVerticalWritingMode();
style             110 Source/core/rendering/svg/SVGTextRunRenderingContext.cpp         parentRenderObjectStyle = parentRenderObject->style();
style              46 Source/core/svg/SVGAnimatedColor.cpp         return targetRenderer->style()->visitedDependentColor(CSSPropertyColor);
style             154 Source/core/svg/SVGElement.cpp bool SVGElement::rendererIsNeeded(const RenderStyle& style)
style             162 Source/core/svg/SVGElement.cpp         return Element::rendererIsNeeded(style);
style             725 Source/core/svg/SVGElement.cpp void SVGElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
style             729 Source/core/svg/SVGElement.cpp         addPropertyToPresentationAttributeStyle(style, propertyID, value);
style             961 Source/core/svg/SVGElement.cpp     RenderStyle* style = 0;
style             964 Source/core/svg/SVGElement.cpp             style = renderer->style();
style             967 Source/core/svg/SVGElement.cpp     return document().ensureStyleResolver().styleForElement(correspondingElement(), style, DisallowStyleSharing);
style             996 Source/core/svg/SVGElement.cpp             parentStyle = renderer->style();
style              96 Source/core/svg/SVGFEDiffuseLightingElement.cpp         ASSERT(renderer->style());
style              97 Source/core/svg/SVGFEDiffuseLightingElement.cpp         return diffuseLighting->setLightingColor(renderer->style()->svgStyle()->lightingColor());
style             183 Source/core/svg/SVGFEDiffuseLightingElement.cpp     ASSERT(renderer->style());
style             184 Source/core/svg/SVGFEDiffuseLightingElement.cpp     Color color = renderer->style()->svgStyle()->lightingColor();
style             124 Source/core/svg/SVGFEDropShadowElement.cpp     ASSERT(renderer->style());
style             125 Source/core/svg/SVGFEDropShadowElement.cpp     const SVGRenderStyle* svgStyle = renderer->style()->svgStyle();
style              47 Source/core/svg/SVGFEFloodElement.cpp     RenderStyle* style = renderer->style();
style              48 Source/core/svg/SVGFEFloodElement.cpp     ASSERT(style);
style              52 Source/core/svg/SVGFEFloodElement.cpp         return flood->setFloodColor(style->svgStyle()->floodColor());
style              54 Source/core/svg/SVGFEFloodElement.cpp         return flood->setFloodOpacity(style->svgStyle()->floodOpacity());
style              66 Source/core/svg/SVGFEFloodElement.cpp     ASSERT(renderer->style());
style              67 Source/core/svg/SVGFEFloodElement.cpp     const SVGRenderStyle* svgStyle = renderer->style()->svgStyle();
style             101 Source/core/svg/SVGFESpecularLightingElement.cpp         ASSERT(renderer->style());
style             102 Source/core/svg/SVGFESpecularLightingElement.cpp         return specularLighting->setLightingColor(renderer->style()->svgStyle()->lightingColor());
style             190 Source/core/svg/SVGFESpecularLightingElement.cpp     ASSERT(renderer->style());
style             191 Source/core/svg/SVGFESpecularLightingElement.cpp     Color color = renderer->style()->svgStyle()->lightingColor();
style             139 Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp bool SVGFilterPrimitiveStandardAttributes::rendererIsNeeded(const RenderStyle& style)
style             142 Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp         return SVGElement::rendererIsNeeded(style);
style             182 Source/core/svg/SVGFontData.cpp         isVerticalText = parentRenderObject->style()->svgStyle()->isVerticalWritingMode();
style             114 Source/core/svg/SVGForeignObjectElement.cpp bool SVGForeignObjectElement::rendererIsNeeded(const RenderStyle& style)
style             129 Source/core/svg/SVGForeignObjectElement.cpp     return SVGGraphicsElement::rendererIsNeeded(style);
style              73 Source/core/svg/SVGGElement.cpp RenderObject* SVGGElement::createRenderer(RenderStyle* style)
style              79 Source/core/svg/SVGGElement.cpp     if (style->display() == NONE)
style              56 Source/core/svg/SVGGeometryElement.cpp     PointerEventsHitRules hitRules(PointerEventsHitRules::SVG_GEOMETRY_HITTESTING, request, renderer()->style()->pointerEvents());
style              70 Source/core/svg/SVGGeometryElement.cpp     PointerEventsHitRules hitRules(PointerEventsHitRules::SVG_GEOMETRY_HITTESTING, request, renderer()->style()->pointerEvents());
style             128 Source/core/svg/SVGGraphicsElement.cpp     RenderStyle* style = renderer() ? renderer()->style() : 0;
style             131 Source/core/svg/SVGGraphicsElement.cpp     if (style && style->hasTransform()) {
style             135 Source/core/svg/SVGGraphicsElement.cpp         style->applyTransform(transform, renderer()->objectBoundingBox());
style             142 Source/core/svg/SVGGraphicsElement.cpp         float zoom = style->effectiveZoom();
style              93 Source/core/svg/SVGImageElement.cpp void SVGImageElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
style              96 Source/core/svg/SVGImageElement.cpp         SVGGraphicsElement::collectStyleForPresentationAttribute(name, value, style);
style              98 Source/core/svg/SVGImageElement.cpp         addPropertyToPresentationAttributeStyle(style, CSSPropertyWidth, value);
style             100 Source/core/svg/SVGImageElement.cpp         addPropertyToPresentationAttributeStyle(style, CSSPropertyHeight, value);
style             223 Source/core/svg/SVGLengthContext.cpp             return currentContext->renderer()->style();
style             234 Source/core/svg/SVGLengthContext.cpp     RenderStyle* style = renderStyleForLengthResolving(m_context);
style             235 Source/core/svg/SVGLengthContext.cpp     if (!style) {
style             240 Source/core/svg/SVGLengthContext.cpp     float fontSize = style->specifiedFontSize();
style             251 Source/core/svg/SVGLengthContext.cpp     RenderStyle* style = renderStyleForLengthResolving(m_context);
style             252 Source/core/svg/SVGLengthContext.cpp     if (!style) {
style             257 Source/core/svg/SVGLengthContext.cpp     return value * style->specifiedFontSize();
style             262 Source/core/svg/SVGLengthContext.cpp     RenderStyle* style = renderStyleForLengthResolving(m_context);
style             263 Source/core/svg/SVGLengthContext.cpp     if (!style) {
style             270 Source/core/svg/SVGLengthContext.cpp     float xHeight = ceilf(style->fontMetrics().xHeight());
style             281 Source/core/svg/SVGLengthContext.cpp     RenderStyle* style = renderStyleForLengthResolving(m_context);
style             282 Source/core/svg/SVGLengthContext.cpp     if (!style) {
style             289 Source/core/svg/SVGLengthContext.cpp     return value * ceilf(style->fontMetrics().xHeight());
style             348 Source/core/svg/SVGSVGElement.cpp     ASSERT(!renderer || renderer->style());
style             349 Source/core/svg/SVGSVGElement.cpp     if (!renderer || renderer->style()->pointerEvents() == PE_NONE)
style             498 Source/core/svg/SVGSVGElement.cpp                 zoomFactor = 1 / renderer->style()->effectiveZoom();
style             522 Source/core/svg/SVGSVGElement.cpp bool SVGSVGElement::rendererIsNeeded(const RenderStyle& style)
style             530 Source/core/svg/SVGSVGElement.cpp     return Element::rendererIsNeeded(style);
style             642 Source/core/svg/SVGSVGElement.cpp         return FloatSize(contentBoxRect.width() / renderer()->style()->effectiveZoom(), contentBoxRect.height() / renderer()->style()->effectiveZoom());
style             708 Source/core/svg/SVGSVGElement.cpp     return renderer()->style()->width();
style             722 Source/core/svg/SVGSVGElement.cpp     return renderer()->style()->height();
style             102 Source/core/svg/SVGStopElement.cpp     RenderStyle* style = renderer() ? renderer()->style() : 0;
style             106 Source/core/svg/SVGStopElement.cpp     if (!style || !style->svgStyle())
style             109 Source/core/svg/SVGStopElement.cpp     const SVGRenderStyle* svgStyle = style->svgStyle();
style              46 Source/core/svg/SVGTSpanElement.cpp bool SVGTSpanElement::rendererIsNeeded(const RenderStyle& style)
style              56 Source/core/svg/SVGTSpanElement.cpp         return Element::rendererIsNeeded(style);
style             218 Source/core/svg/SVGTextContentElement.cpp void SVGTextContentElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
style             221 Source/core/svg/SVGTextContentElement.cpp         SVGGraphicsElement::collectStyleForPresentationAttribute(name, value, style);
style             226 Source/core/svg/SVGTextContentElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyWhiteSpace, CSSValuePre);
style             228 Source/core/svg/SVGTextContentElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyWhiteSpace, CSSValueNowrap);
style              47 Source/core/svg/SVGTextElement.cpp     RenderStyle* style = renderer() ? renderer()->style() : 0;
style              50 Source/core/svg/SVGTextElement.cpp     if (style && style->hasTransform()) {
style              54 Source/core/svg/SVGTextElement.cpp         style->applyTransform(t, IntSize(0, 0), RenderStyle::ExcludeTransformOrigin);
style             140 Source/core/svg/SVGTextPathElement.cpp bool SVGTextPathElement::rendererIsNeeded(const RenderStyle& style)
style             143 Source/core/svg/SVGTextPathElement.cpp         return Element::rendererIsNeeded(style);
style             161 Source/core/svg/graphics/SVGImage.cpp     ASSERT(renderer->style()->effectiveZoom() == 1);
style              56 Source/core/xml/XSLTProcessor.h     void importStylesheet(PassRefPtr<Node> style)
style              58 Source/core/xml/XSLTProcessor.h         if (style)
style              59 Source/core/xml/XSLTProcessor.h             m_stylesheetRootNode = style;
style             100 Source/platform/fonts/FontDescription.cpp     return FontTraits(style(), variant(), weight(), stretch());
style             105 Source/platform/fonts/FontDescription.cpp     setStyle(traits.style());
style              94 Source/platform/fonts/FontDescription.h     FontStyle style() const { return static_cast<FontStyle>(m_style); }
style              39 Source/platform/fonts/FontDescriptionTest.cpp     EXPECT_EQ(source.style(), target.style());
style              75 Source/platform/fonts/FontTraits.h     FontTraits(FontStyle style, FontVariant variant, FontWeight weight, FontStretch stretch)
style              76 Source/platform/fonts/FontTraits.h         : m_style(style), m_variant(variant), m_weight(weight), m_stretch(stretch), m_filler(0)
style              87 Source/platform/fonts/FontTraits.h     FontStyle style() const { return static_cast<FontStyle>(m_style); }
style             258 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp     blink::WebFontRenderStyle style;
style             261 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp     style.setDefaults();
style             264 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp         style.setDefaults(); // It's probably a webfont. Take the system defaults.
style             266 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp         blink::Platform::current()->sandboxSupport()->getRenderStyleForStrike(font, sizeAndStyle, &style);
style             268 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp         blink::WebFontInfo::renderStyleForStrike(font, sizeAndStyle, &style);
style             271 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp     style.toFontRenderStyle(&m_style);
style             276 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp     getRenderStyleForStrike(m_family.data(), (((int)m_textSize) << 2) | (m_typeface->style() & 3));
style              88 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.h     void setHinting(SkPaint::Hinting style)
style              91 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.h         m_style.hintStyle = style;
style              73 Source/platform/fonts/skia/FontCacheSkia.cpp     if (family.isItalic && description.style() == FontStyleNormal)
style              75 Source/platform/fonts/skia/FontCacheSkia.cpp     if (!family.isItalic && description.style() == FontStyleItalic) {
style             121 Source/platform/fonts/skia/FontCacheSkia.cpp     int style = SkTypeface::kNormal;
style             123 Source/platform/fonts/skia/FontCacheSkia.cpp         style |= SkTypeface::kBold;
style             124 Source/platform/fonts/skia/FontCacheSkia.cpp     if (fontDescription.style())
style             125 Source/platform/fonts/skia/FontCacheSkia.cpp         style |= SkTypeface::kItalic;
style             130 Source/platform/fonts/skia/FontCacheSkia.cpp         return adoptRef(m_fontManager->legacyCreateTypeface(name.data(), style));
style             133 Source/platform/fonts/skia/FontCacheSkia.cpp     return adoptRef(SkTypeface::CreateFromName(name.data(), static_cast<SkTypeface::Style>(style)));
style             148 Source/platform/fonts/skia/FontCacheSkia.cpp         (fontDescription.style() && !tf->isItalic()) || fontDescription.isSyntheticItalic(),
style              70 Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp         int style = SkTypeface::kNormal;
style              72 Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp             style |= SkTypeface::kBold;
style              74 Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp             style |= SkTypeface::kItalic;
style              76 Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp         RefPtr<SkTypeface> typeface = adoptRef(FontCache::fontCache()->fontManager()->legacyCreateTypeface(name.c_str(), static_cast<SkTypeface::Style>(style)));
style             256 Source/platform/fonts/win/FontCacheSkiaWin.cpp         fontDescription.style() == FontStyleItalic && !tf->isItalic() || fontDescription.isSyntheticItalic(),
style             760 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::drawLineForDocumentMarker(const FloatPoint& pt, float width, DocumentMarkerLineStyle style)
style             768 Source/platform/graphics/GraphicsContext.cpp     int index = style == DocumentMarkerGrammarLineStyle ? 1 : 0;
style             944 Source/platform/graphics/GraphicsContext.cpp     if (immutableState()->strokeData().style() != NoStroke
style              99 Source/platform/graphics/GraphicsContext.h     StrokeStyle strokeStyle() const { return immutableState()->strokeData().style(); }
style             100 Source/platform/graphics/GraphicsContext.h     void setStrokeStyle(StrokeStyle style) { mutableState()->setStrokeStyle(style); }
style              75 Source/platform/graphics/GraphicsContextState.cpp void GraphicsContextState::setStrokeStyle(StrokeStyle style)
style              77 Source/platform/graphics/GraphicsContextState.cpp     m_strokeData.setStyle(style);
style              58 Source/platform/graphics/StrokeData.h     StrokeStyle style() const { return m_style; }
style              59 Source/platform/graphics/StrokeData.h     void setStyle(StrokeStyle style) { m_style = style; }
style              96 Source/platform/text/BidiResolver.h                 if (endpoint.object()->style()->collapseWhiteSpace() && endpoint.object()->isText())
style             202 Source/web/ExternalPopupMenu.cpp         PopupMenuStyle style = m_popupMenuClient->itemStyle(i);
style             203 Source/web/ExternalPopupMenu.cpp         if (style.textDirection() == WebCore::RTL)
style             207 Source/web/ExternalPopupMenu.cpp         popupItem.hasTextDirectionOverride = style.hasTextDirectionOverride();
style              91 Source/web/FindInPageCoordinates.cpp     if (renderer->style()->position() == FixedPosition && container->isRenderView())
style             266 Source/web/LinkHighlight.cpp     gc.setFillColor(m_node->renderer()->style()->tapHighlightColor());
style             389 Source/web/PopupListBox.cpp     PopupMenuStyle style = m_popupClient->itemStyle(rowIndex);
style             398 Source/web/PopupListBox.cpp         backColor = style.backgroundColor();
style             399 Source/web/PopupListBox.cpp         textColor = style.foregroundColor();
style             406 Source/web/PopupListBox.cpp         if (style.backgroundColorType() == PopupMenuStyle::DefaultBackgroundColor && RenderTheme::theme().systemColor(CSSValueButtonface) == backColor)
style             431 Source/web/PopupListBox.cpp     if (!style.isVisible())
style             454 Source/web/PopupListBox.cpp     TextRun textRun(itemText, 0, 0, TextRun::AllowTrailingExpansion, style.textDirection(), style.hasTextDirectionOverride());
style             708 Source/web/PopupListBox.cpp         PopupMenuStyle style = m_popupClient->itemStyle(i);
style             709 Source/web/PopupListBox.cpp         m_items[i]->textDirection = style.textDirection();
style             710 Source/web/PopupListBox.cpp         m_items[i]->hasTextDirectionOverride = style.hasTextDirectionOverride();
style              85 Source/web/ValidationMessageClientImpl.cpp     WebTextDirection dir = m_currentAnchor->renderer()->style()->direction() == RTL ? WebTextDirectionRightToLeft : WebTextDirectionLeftToRight;
style              45 Source/web/WebFontDescription.cpp     italic = desc.style() == FontStyleItalic;
style             242 Source/web/WebFrameImpl.cpp             || (ownerRenderer && ownerRenderer->style() && ownerRenderer->style()->visibility() != VISIBLE)) {
style            1131 Source/web/WebViewImpl.cpp     ECursor cursor = node->renderer()->style()->cursor();
style            1198 Source/web/WebViewImpl.cpp         Color highlightColor = node->renderer()->style()->tapHighlightColor();
style             126 Source/web/tests/CompositedLayerMappingTest.cpp     EXPECT_EQ(renderer->style()->visitedDependentColor(CSSPropertyBackgroundColor),
style             712 Source/web/tests/WebFrameTest.cpp         if (renderer->style()) {
style             714 Source/web/tests/WebFrameTest.cpp                 renderer->style()->setTextAutosizingMultiplier(multiplier);
style             715 Source/web/tests/WebFrameTest.cpp             EXPECT_EQ(multiplier, renderer->style()->textAutosizingMultiplier());