/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderTableCell.cpp | 518 …CollapsedBorderValue result(style()->borderStart(), includeColor ? resolveColor(startColorProperty… in computeCollapsedStartBorder() 523 …ellBefore->borderAdjoiningCellAfter(this), includeColor ? cellBefore->resolveColor(endColorPropert… in computeCollapsedStartBorder() 533 …Value(row()->borderAdjoiningStartCell(this), includeColor ? parent()->resolveColor(startColorPrope… in computeCollapsedStartBorder() 538 …(section()->borderAdjoiningStartCell(this), includeColor ? section()->resolveColor(startColorPrope… in computeCollapsedStartBorder() 549 …(colElt->borderAdjoiningCellStartBorder(this), includeColor ? colElt->resolveColor(startColorPrope… in computeCollapsedStartBorder() 556 …(colElt->borderAdjoiningCellStartBorder(this), includeColor ? colElt->resolveColor(startColorPrope… in computeCollapsedStartBorder() 561 …rAdjoiningCellStartBorder(this), includeColor ? enclosingColumnGroup->resolveColor(startColorPrope… in computeCollapsedStartBorder() 573 …rValue(colElt->borderAdjoiningCellAfter(this), includeColor ? colElt->resolveColor(endColorPropert… in computeCollapsedStartBorder() 578 …rValue(colElt->borderAdjoiningCellAfter(this), includeColor ? colElt->resolveColor(endColorPropert… in computeCollapsedStartBorder() 584 …derAdjoiningCellEndBorder(this), includeColor ? enclosingColumnGroup->resolveColor(endColorPropert… in computeCollapsedStartBorder() [all …]
|
D | RenderTreeAsText.cpp | 223 Color color = o.resolveColor(CSSPropertyColor); in writeRenderObject() 224 if (o.parent()->resolveColor(CSSPropertyColor) != color) in writeRenderObject() 228 Color backgroundColor = o.resolveColor(CSSPropertyBackgroundColor); in writeRenderObject() 229 if (o.parent()->resolveColor(CSSPropertyBackgroundColor) != backgroundColor in writeRenderObject() 233 Color textFillColor = o.resolveColor(CSSPropertyWebkitTextFillColor); in writeRenderObject() 234 if (o.parent()->resolveColor(CSSPropertyWebkitTextFillColor) != textFillColor in writeRenderObject() 238 Color textStrokeColor = o.resolveColor(CSSPropertyWebkitTextStrokeColor); in writeRenderObject() 239 if (o.parent()->resolveColor(CSSPropertyWebkitTextStrokeColor) != textStrokeColor in writeRenderObject() 260 Color col = o.resolveColor(CSSPropertyBorderTopColor); in writeRenderObject() 271 Color col = o.resolveColor(CSSPropertyBorderRightColor); in writeRenderObject() [all …]
|
D | RenderMenuList.cpp | 470 …return style ? PopupMenuStyle(resolveColor(style, CSSPropertyColor), itemBackgroundColor, style->f… in itemStyle() 479 itemBackgroundColor = resolveColor(CSSPropertyBackgroundColor); in getItemBackgroundColor() 487 backgroundColor = resolveColor(element->renderStyle(), CSSPropertyBackgroundColor); in getItemBackgroundColor() 496 backgroundColor = resolveColor(CSSPropertyBackgroundColor).blend(backgroundColor); in getItemBackgroundColor() 510 …return PopupMenuStyle(o->resolveColor(CSSPropertyColor), o->resolveColor(CSSPropertyBackgroundColo… in menuStyle()
|
D | EllipsisBox.cpp | 53 Color styleTextColor = m_renderer->resolveColor(style, CSSPropertyWebkitTextFillColor); in paint() 76 drawLooper.addShadow(offset, shadow.blur(), m_renderer->resolveColor(shadow.color()), in paint() 140 Color textColor = m_renderer->resolveColor(style, CSSPropertyColor); in paintSelection()
|
D | RenderListBox.cpp | 416 …olor textColor = element->renderStyle() ? resolveColor(element->renderStyle(), CSSPropertyColor) :… in paintItemForeground() 457 …backColor = element->renderStyle() ? resolveColor(element->renderStyle(), CSSPropertyBackgroundCol… in paintItemBackground()
|
D | RenderDetailsMarker.cpp | 129 const Color color(resolveColor(CSSPropertyColor)); in paint()
|
D | RenderObject.h | 776 inline Color resolveColor(const RenderStyle* styleToUse, int colorProperty) const in resolveColor() function 781 inline Color resolveColor(int colorProperty) const in resolveColor() function 786 inline Color resolveColor(int colorProperty, Color fallback) const in resolveColor() function 788 Color color = resolveColor(colorProperty); in resolveColor() 792 inline Color resolveColor(Color color) const in resolveColor() function
|
D | RenderThemeChromiumDefault.cpp | 315 extraParams.button.backgroundColor = o->resolveColor(CSSPropertyBackgroundColor).rgb(); in paintButton() 337 Color backgroundColor = o->resolveColor(CSSPropertyBackgroundColor, Color::white); in paintTextField() 361 backgroundColor = o->resolveColor(CSSPropertyBackgroundColor); in paintMenuList()
|
D | RenderFieldset.cpp | 163 …paintFillLayers(paintInfo, resolveColor(CSSPropertyBackgroundColor), style()->backgroundLayers(), … in paintBoxDecorations()
|
D | RenderFileUploadControl.cpp | 139 paintInfo.context->setFillColor(resolveColor(CSSPropertyColor)); in paintObject()
|
D | RenderFrameSet.cpp | 90 …context->fillRect(borderRect, frameSet()->hasBorderColor() ? resolveColor(CSSPropertyBorderLeftCol… in paintColumnBorder() 109 …context->fillRect(borderRect, frameSet()->hasBorderColor() ? resolveColor(CSSPropertyBorderLeftCol… in paintRowBorder()
|
D | RenderImage.cpp | 367 context->setFillColor(resolveColor(CSSPropertyColor)); in paintReplaced() 441 resolveColor(areaElementStyle, CSSPropertyOutlineColor)); in paintAreaElementFocusRing()
|
D | RenderObject.cpp | 1159 …usRing(focusRingRects, style->outlineWidth(), style->outlineOffset(), resolveColor(style, CSSPrope… in paintFocusRing() 1217 Color outlineColor = resolveColor(styleToUse, CSSPropertyOutlineColor); in paintOutline() 1733 if (pseudoStyle && resolveColor(pseudoStyle.get(), CSSPropertyBackgroundColor).isValid()) { in selectionBackgroundColor() 1734 … backgroundColor = resolveColor(pseudoStyle.get(), CSSPropertyBackgroundColor).blendWithWhite(); in selectionBackgroundColor() 1754 Color selectionColor = resolveColor(pseudoStyle.get(), colorProperty); in selectionColor() 1755 …color = selectionColor.isValid() ? selectionColor : resolveColor(pseudoStyle.get(), CSSPropertyCol… in selectionColor() 2984 result = object->resolveColor(style, CSSPropertyTextDecorationColor); in decorationColor() 2989 result = object->resolveColor(style, CSSPropertyWebkitTextStrokeColor); in decorationColor() 2994 result = object->resolveColor(style, CSSPropertyWebkitTextFillColor); in decorationColor()
|
D | InlineTextBox.cpp | 408 drawLooper.addShadow(offset, shadow.blur(), renderer->resolveColor(shadow.color()), in paintTextWithShadows() 552 textFillColor = rendererToUse->resolveColor(styleToUse, CSSPropertyWebkitTextFillColor); in paint() 566 textStrokeColor = rendererToUse->resolveColor(styleToUse, CSSPropertyWebkitTextStrokeColor); in paint() 572 … emphasisMarkColor = rendererToUse->resolveColor(styleToUse, CSSPropertyWebkitTextEmphasisColor); in paint() 619 …Color stroke = paintInfo.forceBlackText() ? Color::black : rendererToUse->resolveColor(pseudoStyle… in paint()
|
D | RenderTable.h | 88 Color bgColor() const { return resolveColor(CSSPropertyBackgroundColor); } in bgColor()
|
D | RenderBoxModelObject.cpp | 513 … context->setShadow(shadowOffset, boxShadow.blur(), renderer->resolveColor(boxShadow.color()), in applyBoxShadowForBackground() 2357 resolveColor(style, CSSPropertyBorderTopColor), in getBorderEdgeInfo() 2363 resolveColor(style, CSSPropertyBorderRightColor), in getBorderEdgeInfo() 2369 resolveColor(style, CSSPropertyBorderBottomColor), in getBorderEdgeInfo() 2375 resolveColor(style, CSSPropertyBorderLeftColor), in getBorderEdgeInfo() 2448 Color backgroundColor = resolveColor(CSSPropertyBackgroundColor); in boxShadowShouldBeAppliedToBackground() 2500 const Color& shadowColor = resolveColor(shadow.color()); in paintBoxShadow()
|
D | RenderMultiColumnSet.cpp | 330 const Color& ruleColor = resolveColor(blockStyle, CSSPropertyWebkitColumnRuleColor); in paintColumnRules()
|
D | RenderBox.cpp | 1220 Color bgColor = rootBackgroundRenderer->resolveColor(CSSPropertyBackgroundColor); in paintRootBoxFillLayers() 1328 …paintFillLayers(paintInfo, resolveColor(CSSPropertyBackgroundColor), style()->backgroundLayers(), … in paintBackground() 1336 Color backgroundColor = resolveColor(CSSPropertyBackgroundColor); in backgroundPaintedExtent() 1351 Color backgroundColor = resolveColor(CSSPropertyBackgroundColor); in backgroundIsKnownToBeOpaqueInRect() 1472 Color bgColor = resolveColor(CSSPropertyBackgroundColor); in backgroundHasOpaqueTopLayer()
|
D | RenderTheme.cpp | 965 paintInfo.context->setFillColor(o->resolveColor(CSSPropertyColor)); in paintSliderTicks()
|
D | RenderListMarker.cpp | 1167 const Color color(resolveColor(CSSPropertyColor)); in paint()
|
D | RenderInline.cpp | 1438 Color outlineColor = resolveColor(styleToUse, CSSPropertyOutlineColor); in paintOutline()
|
D | InlineFlowBox.cpp | 1280 Color c = renderer()->resolveColor(styleToUse, CSSPropertyBackgroundColor); in paintBoxDecorations()
|
D | CompositedLayerMapping.cpp | 1391 return backgroundRenderer->resolveColor(CSSPropertyBackgroundColor); in rendererBackgroundColor()
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | Caret.cpp | 254 caretColor = element->renderer()->resolveColor(CSSPropertyColor); in paintCaret()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGRenderTreeAsText.cpp | 374 … writeNameValuePair(ts, "color", text.resolveColor(CSSPropertyColor).nameForRenderTreeAsText()); in writeRenderSVGTextBox()
|