Searched defs:newStyle (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceFilterPrimitive.cpp46 const SVGRenderStyle& newStyle = this->style()->svgStyle(); local
49 if (newStyle.floodColor() != oldStyle->svgStyle().floodColor())
51 if (newStyle.floodOpacity() != oldStyle->svgStyle().floodOpacity())
54 if (newStyle.lightingColor() != oldStyle->svgStyle().lightingColor())
H A DSVGResourcesCache.cpp118 void SVGResourcesCache::clientStyleChanged(RenderObject* renderer, StyleDifference diff, const RenderStyle* newStyle) argument
132 // FIXME: Avoid passing in a useless StyleDifference, but instead compare oldStyle/newStyle to see which resources changed
137 cache->addResourcesFromRenderObject(renderer, newStyle);
143 void SVGResourcesCache::clientWasAddedToTree(RenderObject* renderer, const RenderStyle* newStyle) argument
152 cache->addResourcesFromRenderObject(renderer, newStyle);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerReflectionInfo.cpp91 RefPtr<RenderStyle> newStyle = RenderStyle::create(); local
92 newStyle->inheritFrom(box().style());
129 newStyle->setTransform(transform);
132 newStyle->setMaskBoxImage(box().style()->boxReflect()->mask());
134 m_reflection->setStyle(newStyle.release());
H A DRenderLayerModelObject.cpp90 void RenderLayerModelObject::styleWillChange(StyleDifference diff, const RenderStyle& newStyle) argument
96 if (oldStyle->hasAutoClip() != newStyle.hasAutoClip()
97 || oldStyle->clip() != newStyle.clip())
102 RenderObject::styleWillChange(diff, newStyle);
H A DRenderRuby.cpp87 RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(ruby->style(), INLINE_BLOCK); local
89 newBlock->setStyle(newStyle.release());
H A DRenderScrollbarPart.cpp139 void RenderScrollbarPart::styleWillChange(StyleDifference diff, const RenderStyle& newStyle) argument
141 RenderBlock::styleWillChange(diff, newStyle);
H A DRenderTableRow.cpp64 static bool borderWidthChanged(const RenderStyle* oldStyle, const RenderStyle* newStyle) argument
66 return oldStyle->borderLeftWidth() != newStyle->borderLeftWidth()
67 || oldStyle->borderTopWidth() != newStyle->borderTopWidth()
68 || oldStyle->borderRightWidth() != newStyle->borderRightWidth()
69 || oldStyle->borderBottomWidth() != newStyle->borderBottomWidth();
244 RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parent->style(), TABLE_ROW); local
245 newRow->setStyle(newStyle.release());
H A DRenderRubyRun.cpp184 RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(style(), BLOCK); local
185 newStyle->setTextAlign(CENTER); // FIXME: use WEBKIT_CENTER?
186 renderer->setStyle(newStyle.release());
195 RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parentRuby->style(), INLINE_BLOCK); local
196 rr->setStyle(newStyle.release());
H A DRenderCounter.cpp554 void RenderCounter::rendererStyleChanged(RenderObject& renderer, const RenderStyle* oldStyle, const RenderStyle* newStyle) argument
560 const CounterDirectiveMap* newCounterDirectives = newStyle ? newStyle->counterDirectives() : 0;
H A DRenderListItem.cpp62 RefPtr<RenderStyle> newStyle = RenderStyle::create(); local
65 newStyle->inheritFrom(style());
68 m_marker->setStyle(newStyle.release());
H A DRenderDeprecatedFlexibleBox.cpp177 void RenderDeprecatedFlexibleBox::styleWillChange(StyleDifference diff, const RenderStyle& newStyle) argument
180 if (oldStyle && !oldStyle->lineClamp().isNone() && newStyle.lineClamp().isNone())
183 RenderBlock::styleWillChange(diff, newStyle);
H A DRenderInline.cpp162 static void updateStyleOfAnonymousBlockContinuations(RenderObject* block, const RenderStyle* newStyle, const RenderStyle* oldStyle) argument
170 if (!block->style()->isOutlineEquivalent(newStyle)) {
172 newBlockStyle->setOutlineFromStyle(*newStyle);
175 if (block->style()->position() != newStyle->position()) {
183 newBlockStyle->setPosition(newStyle->position());
201 RenderStyle* newStyle = style(); local
206 currCont->setStyle(newStyle);
213 && (!newStyle->isOutlineEquivalent(oldStyle)
214 || (newStyle->position() != oldStyle->position() && (newStyle
338 RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(style(), BLOCK); local
[all...]
H A DRenderListMarker.cpp1084 void RenderListMarker::styleWillChange(StyleDifference diff, const RenderStyle& newStyle) argument
1086 if (style() && (newStyle.listStylePosition() != style()->listStylePosition() || newStyle.listStyleType() != style()->listStyleType()))
1089 RenderBox::styleWillChange(diff, newStyle);
H A DRenderTable.cpp1328 RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parent->style(), TABLE); local
1331 newTable->setStyle(newStyle.release());
H A DRenderTableCell.cpp1265 RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parent->style(), TABLE_CELL); local
1266 newCell->setStyle(newStyle.release());
H A DRenderTableSection.cpp1597 RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parent->style(), TABLE_ROW_GROUP); local
1600 newSection->setStyle(newStyle.release());
H A DRenderText.cpp202 RenderStyle* newStyle = style(); local
205 if (oldTransform != newStyle->textTransform() || oldSecurity != newStyle->textSecurity())
212 newStyle->font().willUseFontData(text().characterStartingAt(0));
H A DRenderBlockFlow.cpp1938 void RenderBlockFlow::styleWillChange(StyleDifference diff, const RenderStyle& newStyle) argument
1942 if (oldStyle && parent() && diff.needsFullLayout() && oldStyle->position() != newStyle.position()
1943 && containsFloats() && !isFloating() && !isOutOfFlowPositioned() && newStyle.hasOutOfFlowPosition())
1946 RenderBlock::styleWillChange(diff, newStyle);
H A DRenderLayer.cpp319 void RenderLayer::updateTransform(const RenderStyle* oldStyle, RenderStyle* newStyle) argument
321 if (oldStyle && newStyle->transformDataEquivalent(*oldStyle))
326 bool hasTransform = renderer()->hasTransform() && newStyle->hasTransform();
3459 void RenderLayer::updateFilters(const RenderStyle* oldStyle, const RenderStyle* newStyle) argument
3461 if (!newStyle->hasFilter() && (!oldStyle || !oldStyle->hasFilter()))
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dreptest.cpp122 UChar newStyle = NO_STYLE; local
124 newStyle = styles.charAt(start);
126 newStyle = styles.charAt(start-1);
128 newStyle = styles.charAt(limit);
139 s.append(newStyle);
/external/icu/icu4c/source/test/intltest/
H A Dreptest.cpp122 UChar newStyle = NO_STYLE; local
124 newStyle = styles.charAt(start);
126 newStyle = styles.charAt(start-1);
128 newStyle = styles.charAt(limit);
139 s.append(newStyle);
/external/skia/src/core/
H A DSkFontHost.cpp235 SkFontStyle newStyle = SkFontStyle(bold ? SkFontStyle::kBold_Weight local
240 return fm->matchFaceStyle(familyFace, newStyle);
/external/chromium_org/third_party/skia/src/core/
H A DSkTypeface.cpp147 SkFontStyle newStyle = SkFontStyle(bold ? SkFontStyle::kBold_Weight local
152 return fm->matchFaceStyle(family, newStyle);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.cpp88 RefPtr<RenderStyle> newStyle = RenderStyle::create(); local
89 newStyle->inheritFrom(parentStyle);
90 newStyle->inheritUnicodeBidiFrom(parentStyle);
91 newStyle->setDisplay(display);
92 return newStyle;
153 static StyleRecalcChange diffPseudoStyles(const RenderStyle* oldStyle, const RenderStyle* newStyle) argument
162 RenderStyle* newPseudoStyle = newStyle->getCachedPseudoStyle(pseudoId);
172 StyleRecalcChange RenderStyle::stylePropagationDiff(const RenderStyle* oldStyle, const RenderStyle* newStyle) argument
174 if ((!oldStyle && newStyle) || (oldStyle && !newStyle))
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp1953 RefPtr<RenderStyle> newStyle = RenderStyle::create(); local
1959 newStyle->setFontDescription(elementFontDescription);
1969 newStyle->setFontDescription(defaultFontDescription);
1972 newStyle->font().update(newStyle->font().fontSelector());
1985 styleResolver.applyPropertiesToStyle(properties, WTF_ARRAY_LENGTH(properties), newStyle.get());
1991 modifiableState().m_font = newStyle->font();

Completed in 462 milliseconds

12