Home
last modified time | relevance | path

Searched refs:resolveColor (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableCell.cpp509 …CollapsedBorderValue result(style()->borderStart(), includeColor ? resolveColor(startColorProperty… in computeCollapsedStartBorder()
514 …ellBefore->borderAdjoiningCellAfter(this), includeColor ? cellBefore->resolveColor(endColorPropert… in computeCollapsedStartBorder()
524 …Value(row()->borderAdjoiningStartCell(this), includeColor ? parent()->resolveColor(startColorPrope… in computeCollapsedStartBorder()
529 …(section()->borderAdjoiningStartCell(this), includeColor ? section()->resolveColor(startColorPrope… in computeCollapsedStartBorder()
540 …(colElt->borderAdjoiningCellStartBorder(this), includeColor ? colElt->resolveColor(startColorPrope… in computeCollapsedStartBorder()
547 …(colElt->borderAdjoiningCellStartBorder(this), includeColor ? colElt->resolveColor(startColorPrope… in computeCollapsedStartBorder()
552 …rAdjoiningCellStartBorder(this), includeColor ? enclosingColumnGroup->resolveColor(startColorPrope… in computeCollapsedStartBorder()
564 …rValue(colElt->borderAdjoiningCellAfter(this), includeColor ? colElt->resolveColor(endColorPropert… in computeCollapsedStartBorder()
569 …rValue(colElt->borderAdjoiningCellAfter(this), includeColor ? colElt->resolveColor(endColorPropert… in computeCollapsedStartBorder()
575 …derAdjoiningCellEndBorder(this), includeColor ? enclosingColumnGroup->resolveColor(endColorPropert… in computeCollapsedStartBorder()
[all …]
DRenderTreeAsText.cpp227 Color color = o.resolveColor(CSSPropertyColor); in writeRenderObject()
228 if (o.parent()->resolveColor(CSSPropertyColor) != color) in writeRenderObject()
232 Color backgroundColor = o.resolveColor(CSSPropertyBackgroundColor); in writeRenderObject()
233 if (o.parent()->resolveColor(CSSPropertyBackgroundColor) != backgroundColor in writeRenderObject()
237 Color textFillColor = o.resolveColor(CSSPropertyWebkitTextFillColor); in writeRenderObject()
238 if (o.parent()->resolveColor(CSSPropertyWebkitTextFillColor) != textFillColor in writeRenderObject()
242 Color textStrokeColor = o.resolveColor(CSSPropertyWebkitTextStrokeColor); in writeRenderObject()
243 if (o.parent()->resolveColor(CSSPropertyWebkitTextStrokeColor) != textStrokeColor in writeRenderObject()
264 ts << o.resolveColor(CSSPropertyBorderTopColor) << ")"; in writeRenderObject()
274 ts << o.resolveColor(CSSPropertyBorderRightColor) << ")"; in writeRenderObject()
[all …]
DTextPainter.cpp122 textStyle.fillColor = renderer.resolveColor(style, CSSPropertyWebkitTextFillColor); in textPaintingStyle()
123 textStyle.strokeColor = renderer.resolveColor(style, CSSPropertyWebkitTextStrokeColor); in textPaintingStyle()
124 … textStyle.emphasisMarkColor = renderer.resolveColor(style, CSSPropertyWebkitTextEmphasisColor); in textPaintingStyle()
161 …selectionStyle.strokeColor = forceBlackText ? Color::black : renderer.resolveColor(pseudoStyle, CS… in selectionPaintingStyle()
DRenderMenuList.cpp520 …return style ? PopupMenuStyle(resolveColor(style, CSSPropertyColor), itemBackgroundColor, style->f… in itemStyle()
530 itemBackgroundColor = resolveColor(CSSPropertyBackgroundColor); in getItemBackgroundColor()
538 backgroundColor = resolveColor(element->renderStyle(), CSSPropertyBackgroundColor); in getItemBackgroundColor()
547 backgroundColor = resolveColor(CSSPropertyBackgroundColor).blend(backgroundColor); in getItemBackgroundColor()
561 …return PopupMenuStyle(o->resolveColor(CSSPropertyColor), o->resolveColor(CSSPropertyBackgroundColo… in menuStyle()
DRenderThemeChromiumDefault.cpp311 extraParams.button.backgroundColor = o->resolveColor(CSSPropertyBackgroundColor).rgb(); in paintButton()
332 Color backgroundColor = o->resolveColor(CSSPropertyBackgroundColor); in paintTextField()
356 backgroundColor = o->resolveColor(CSSPropertyBackgroundColor); in paintMenuList()
DRenderFileUploadControl.cpp138 paintInfo.context->setFillColor(resolveColor(CSSPropertyColor)); in paintObject()
DEllipsisBox.cpp111 Color textColor = renderer().resolveColor(style, CSSPropertyColor); in paintSelection()
DRenderFrameSet.cpp94 …context->fillRect(borderRect, frameSet()->hasBorderColor() ? resolveColor(CSSPropertyBorderLeftCol… in paintColumnBorder()
113 …context->fillRect(borderRect, frameSet()->hasBorderColor() ? resolveColor(CSSPropertyBorderLeftCol… in paintRowBorder()
DRenderTable.h88 Color bgColor() const { return resolveColor(CSSPropertyBackgroundColor); } in bgColor()
DRenderObject.cpp1541 return resolveColor(pseudoStyle.get(), CSSPropertyBackgroundColor).blendWithWhite(); in selectionBackgroundColor()
1552 return resolveColor(colorProperty); in selectionColor()
1555 return resolveColor(pseudoStyle.get(), colorProperty); in selectionColor()
1557 return resolveColor(colorProperty); in selectionColor()
DRenderBoxModelObject.cpp434 Color backgroundColor = resolveColor(CSSPropertyBackgroundColor); in boxShadowShouldBeAppliedToBackground()
DRenderObject.h812 inline Color resolveColor(const RenderStyle* styleToUse, int colorProperty) const in resolveColor() function
817 inline Color resolveColor(int colorProperty) const in resolveColor() function
DRenderTheme.cpp879 paintInfo.context->setFillColor(o->resolveColor(CSSPropertyColor)); in paintSliderTicks()
DRenderBox.cpp1089 Color backgroundColor = resolveColor(CSSPropertyBackgroundColor); in getBackgroundPaintedExtent()
1113 Color backgroundColor = resolveColor(CSSPropertyBackgroundColor); in backgroundIsKnownToBeOpaqueInRect()
1236 Color bgColor = resolveColor(CSSPropertyBackgroundColor); in backgroundHasOpaqueTopLayer()
/external/chromium_org/third_party/WebKit/Source/core/paint/
DImagePainter.cpp68 m_renderImage.resolveColor(areaElementStyle, CSSPropertyOutlineColor)); in paintAreaElementFocusRing()
138 context->setFillColor(m_renderImage.resolveColor(CSSPropertyColor)); in paintReplaced()
DDetailsMarkerPainter.cpp30 const Color color(m_renderDetailsMarker.resolveColor(CSSPropertyColor)); in paint()
DMultiColumnSetPainter.cpp40 …const Color& ruleColor = m_renderMultiColumnSet.resolveColor(blockStyle, CSSPropertyWebkitColumnRu… in paintColumnRules()
DListMarkerPainter.cpp60 const Color color(m_renderListMarker.resolveColor(CSSPropertyColor)); in paint()
DObjectPainter.cpp25 …tRects, style->outlineWidth(), style->outlineOffset(), m_renderObject.resolveColor(style, CSSPrope… in paintFocusRing()
60 Color outlineColor = m_renderObject.resolveColor(styleToUse, CSSPropertyOutlineColor); in paintOutline()
DInlinePainter.cpp54 Color outlineColor = m_renderInline.resolveColor(styleToUse, CSSPropertyOutlineColor); in paintOutline()
DInlineFlowBoxPainter.cpp209 …Color backgroundColor = m_inlineFlowBox.renderer().resolveColor(styleToUse, CSSPropertyBackgroundC… in paintBoxDecorationBackground()
DBlockPainter.cpp263 const Color& ruleColor = m_renderBlock.resolveColor(CSSPropertyWebkitColumnRuleColor); in paintColumnRules()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DCaret.cpp284 caretColor = element->renderer()->resolveColor(CSSPropertyColor); in paintCaret()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRenderTreeAsText.cpp397 … writeNameValuePair(ts, "color", text.resolveColor(CSSPropertyColor).nameForRenderTreeAsText()); in writeRenderSVGTextBox()
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DCompositedLayerMapping.cpp1716 return backgroundRenderer->resolveColor(CSSPropertyBackgroundColor); in rendererBackgroundColor()

12