/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderTableCell.cpp | 509 …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 …]
|
D | RenderTreeAsText.cpp | 227 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 …]
|
D | TextPainter.cpp | 122 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()
|
D | RenderMenuList.cpp | 520 …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()
|
D | RenderThemeChromiumDefault.cpp | 311 extraParams.button.backgroundColor = o->resolveColor(CSSPropertyBackgroundColor).rgb(); in paintButton() 332 Color backgroundColor = o->resolveColor(CSSPropertyBackgroundColor); in paintTextField() 356 backgroundColor = o->resolveColor(CSSPropertyBackgroundColor); in paintMenuList()
|
D | RenderFileUploadControl.cpp | 138 paintInfo.context->setFillColor(resolveColor(CSSPropertyColor)); in paintObject()
|
D | EllipsisBox.cpp | 111 Color textColor = renderer().resolveColor(style, CSSPropertyColor); in paintSelection()
|
D | RenderFrameSet.cpp | 94 …context->fillRect(borderRect, frameSet()->hasBorderColor() ? resolveColor(CSSPropertyBorderLeftCol… in paintColumnBorder() 113 …context->fillRect(borderRect, frameSet()->hasBorderColor() ? resolveColor(CSSPropertyBorderLeftCol… in paintRowBorder()
|
D | RenderTable.h | 88 Color bgColor() const { return resolveColor(CSSPropertyBackgroundColor); } in bgColor()
|
D | RenderObject.cpp | 1541 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()
|
D | RenderBoxModelObject.cpp | 434 Color backgroundColor = resolveColor(CSSPropertyBackgroundColor); in boxShadowShouldBeAppliedToBackground()
|
D | RenderObject.h | 812 inline Color resolveColor(const RenderStyle* styleToUse, int colorProperty) const in resolveColor() function 817 inline Color resolveColor(int colorProperty) const in resolveColor() function
|
D | RenderTheme.cpp | 879 paintInfo.context->setFillColor(o->resolveColor(CSSPropertyColor)); in paintSliderTicks()
|
D | RenderBox.cpp | 1089 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/ |
D | ImagePainter.cpp | 68 m_renderImage.resolveColor(areaElementStyle, CSSPropertyOutlineColor)); in paintAreaElementFocusRing() 138 context->setFillColor(m_renderImage.resolveColor(CSSPropertyColor)); in paintReplaced()
|
D | DetailsMarkerPainter.cpp | 30 const Color color(m_renderDetailsMarker.resolveColor(CSSPropertyColor)); in paint()
|
D | MultiColumnSetPainter.cpp | 40 …const Color& ruleColor = m_renderMultiColumnSet.resolveColor(blockStyle, CSSPropertyWebkitColumnRu… in paintColumnRules()
|
D | ListMarkerPainter.cpp | 60 const Color color(m_renderListMarker.resolveColor(CSSPropertyColor)); in paint()
|
D | ObjectPainter.cpp | 25 …tRects, style->outlineWidth(), style->outlineOffset(), m_renderObject.resolveColor(style, CSSPrope… in paintFocusRing() 60 Color outlineColor = m_renderObject.resolveColor(styleToUse, CSSPropertyOutlineColor); in paintOutline()
|
D | InlinePainter.cpp | 54 Color outlineColor = m_renderInline.resolveColor(styleToUse, CSSPropertyOutlineColor); in paintOutline()
|
D | InlineFlowBoxPainter.cpp | 209 …Color backgroundColor = m_inlineFlowBox.renderer().resolveColor(styleToUse, CSSPropertyBackgroundC… in paintBoxDecorationBackground()
|
D | BlockPainter.cpp | 263 const Color& ruleColor = m_renderBlock.resolveColor(CSSPropertyWebkitColumnRuleColor); in paintColumnRules()
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | Caret.cpp | 284 caretColor = element->renderer()->resolveColor(CSSPropertyColor); in paintCaret()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGRenderTreeAsText.cpp | 397 … writeNameValuePair(ts, "color", text.resolveColor(CSSPropertyColor).nameForRenderTreeAsText()); in writeRenderSVGTextBox()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/ |
D | CompositedLayerMapping.cpp | 1716 return backgroundRenderer->resolveColor(CSSPropertyBackgroundColor); in rendererBackgroundColor()
|