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.cpp518 …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 …]
DRenderTreeAsText.cpp223 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 …]
DRenderMenuList.cpp470 …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()
DEllipsisBox.cpp53 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()
DRenderListBox.cpp416 …olor textColor = element->renderStyle() ? resolveColor(element->renderStyle(), CSSPropertyColor) :… in paintItemForeground()
457 …backColor = element->renderStyle() ? resolveColor(element->renderStyle(), CSSPropertyBackgroundCol… in paintItemBackground()
DRenderDetailsMarker.cpp129 const Color color(resolveColor(CSSPropertyColor)); in paint()
DRenderObject.h776 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
DRenderThemeChromiumDefault.cpp315 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()
DRenderFieldset.cpp163 …paintFillLayers(paintInfo, resolveColor(CSSPropertyBackgroundColor), style()->backgroundLayers(), … in paintBoxDecorations()
DRenderFileUploadControl.cpp139 paintInfo.context->setFillColor(resolveColor(CSSPropertyColor)); in paintObject()
DRenderFrameSet.cpp90 …context->fillRect(borderRect, frameSet()->hasBorderColor() ? resolveColor(CSSPropertyBorderLeftCol… in paintColumnBorder()
109 …context->fillRect(borderRect, frameSet()->hasBorderColor() ? resolveColor(CSSPropertyBorderLeftCol… in paintRowBorder()
DRenderImage.cpp367 context->setFillColor(resolveColor(CSSPropertyColor)); in paintReplaced()
441 resolveColor(areaElementStyle, CSSPropertyOutlineColor)); in paintAreaElementFocusRing()
DRenderObject.cpp1159 …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()
DInlineTextBox.cpp408 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()
DRenderTable.h88 Color bgColor() const { return resolveColor(CSSPropertyBackgroundColor); } in bgColor()
DRenderBoxModelObject.cpp513 … 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()
DRenderMultiColumnSet.cpp330 const Color& ruleColor = resolveColor(blockStyle, CSSPropertyWebkitColumnRuleColor); in paintColumnRules()
DRenderBox.cpp1220 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()
DRenderTheme.cpp965 paintInfo.context->setFillColor(o->resolveColor(CSSPropertyColor)); in paintSliderTicks()
DRenderListMarker.cpp1167 const Color color(resolveColor(CSSPropertyColor)); in paint()
DRenderInline.cpp1438 Color outlineColor = resolveColor(styleToUse, CSSPropertyOutlineColor); in paintOutline()
DInlineFlowBox.cpp1280 Color c = renderer()->resolveColor(styleToUse, CSSPropertyBackgroundColor); in paintBoxDecorations()
DCompositedLayerMapping.cpp1391 return backgroundRenderer->resolveColor(CSSPropertyBackgroundColor); in rendererBackgroundColor()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DCaret.cpp254 caretColor = element->renderer()->resolveColor(CSSPropertyColor); in paintCaret()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRenderTreeAsText.cpp374 … writeNameValuePair(ts, "color", text.resolveColor(CSSPropertyColor).nameForRenderTreeAsText()); in writeRenderSVGTextBox()

12