/external/webkit/Source/WebCore/rendering/ |
D | RenderTableCell.cpp | 408 …CollapsedBorderValue result(&style()->borderStart(), style()->visitedDependentColor(start), BCELL); in collapsedStartBorder() 412 …edBorderValue(&prevCell->style()->borderEnd(), prevCell->style()->visitedDependentColor(end), BCEL… in collapsedStartBorder() 418 …BorderValue(&parent()->style()->borderStart(), parent()->style()->visitedDependentColor(start), BR… in collapsedStartBorder() 423 …rderValue(§ion()->style()->borderStart(), section()->style()->visitedDependentColor(start), BR… in collapsedStartBorder() 433 …psedBorderValue(&colElt->style()->borderStart(), colElt->style()->visitedDependentColor(start), BC… in collapsedStartBorder() 437 …Elt->parent()->style()->borderStart(), colElt->parent()->style()->visitedDependentColor(start), BC… in collapsedStartBorder() 447 …lapsedBorderValue(&colElt->style()->borderEnd(), colElt->style()->visitedDependentColor(end), BCOL… in collapsedStartBorder() 454 …lapsedBorderValue(&table->style()->borderStart(), table->style()->visitedDependentColor(start), BT… in collapsedStartBorder() 471 …lue result = CollapsedBorderValue(&style()->borderEnd(), style()->visitedDependentColor(end), BCEL… in collapsedEndBorder() 477 …BorderValue(&nextCell->style()->borderStart(), nextCell->style()->visitedDependentColor(start), BC… in collapsedEndBorder() [all …]
|
D | RenderMediaControlsChromium.cpp | 124 …context->setStrokeColor(style->visitedDependentColor(CSSPropertyBorderLeftColor), ColorSpaceDevice… in paintMediaSlider() 126 …context->setFillColor(style->visitedDependentColor(CSSPropertyBackgroundColor), ColorSpaceDeviceRG… in paintMediaSlider() 154 Color startColor = object->style()->visitedDependentColor(CSSPropertyColor); in paintMediaSlider() 228 …context->setStrokeColor(object->style()->visitedDependentColor(CSSPropertyBorderLeftColor).rgb(), … in paintMediaTimelineContainer() 234 …context->setStrokeColor(object->style()->visitedDependentColor(CSSPropertyBorderRightColor).rgb(),… in paintMediaTimelineContainer()
|
D | RenderMenuList.cpp | 431 …return style ? PopupMenuStyle(style->visitedDependentColor(CSSPropertyColor), itemBackgroundColor(… in itemStyle() 439 return style()->visitedDependentColor(CSSPropertyBackgroundColor); in itemBackgroundColor() 444 backgroundColor = element->renderStyle()->visitedDependentColor(CSSPropertyBackgroundColor); in itemBackgroundColor() 450 …backgroundColor = style()->visitedDependentColor(CSSPropertyBackgroundColor).blend(backgroundColor… in itemBackgroundColor() 461 …return PopupMenuStyle(s->visitedDependentColor(CSSPropertyColor), s->visitedDependentColor(CSSProp… in menuStyle()
|
D | RenderThemeChromiumLinux.cpp | 233 …extraParams.button.backgroundColor = o->style()->visitedDependentColor(CSSPropertyBackgroundColor)… in paintButton() 254 if (o->style()->visitedDependentColor(CSSPropertyBackgroundColor).isValid()) in paintTextField() 255 backgroundColor = o->style()->visitedDependentColor(CSSPropertyBackgroundColor); in paintTextField() 280 …extraParams.menuList.backgroundColor = o->style()->visitedDependentColor(CSSPropertyBackgroundColo… in paintMenuList()
|
D | EllipsisBox.cpp | 36 Color textColor = style->visitedDependentColor(CSSPropertyColor); in paint() 83 Color textColor = style->visitedDependentColor(CSSPropertyColor); in paintSelection()
|
D | RenderListBox.cpp | 378 …renderStyle() ? element->renderStyle()->visitedDependentColor(CSSPropertyColor) : style()->visited… in paintItemForeground() 423 …rStyle() ? element->renderStyle()->visitedDependentColor(CSSPropertyBackgroundColor) : style()->vi… in paintItemBackground()
|
D | RenderDetailsMarker.cpp | 136 const Color color(style()->visitedDependentColor(CSSPropertyColor)); in paint()
|
D | RenderTextControl.cpp | 138 …olor(disabledTextColor(textBlockStyle->visitedDependentColor(CSSPropertyColor), startStyle->visite… in adjustInnerTextStyle() 647 …paintInfo.context->setFillColor(placeholderStyle->visitedDependentColor(CSSPropertyColor), placeho… in paintPlaceholder()
|
D | RenderBoxModelObject.cpp | 1346 style->visitedDependentColor(CSSPropertyBorderTopColor), in paintBorder() 1352 style->visitedDependentColor(CSSPropertyBorderRightColor), in paintBorder() 1358 style->visitedDependentColor(CSSPropertyBorderBottomColor), in paintBorder() 1364 style->visitedDependentColor(CSSPropertyBorderLeftColor), in paintBorder() 1602 const Color& topColor = style->visitedDependentColor(CSSPropertyBorderTopColor); in paintBorder() 1603 const Color& bottomColor = style->visitedDependentColor(CSSPropertyBorderBottomColor); in paintBorder() 1604 const Color& leftColor = style->visitedDependentColor(CSSPropertyBorderLeftColor); in paintBorder() 1605 const Color& rightColor = style->visitedDependentColor(CSSPropertyBorderRightColor); in paintBorder() 2077 …bool hasOpaqueBackground = s->visitedDependentColor(CSSPropertyBackgroundColor).isValid() && s->vi… in paintBoxShadow()
|
D | RenderFieldset.cpp | 157 …paintFillLayers(paintInfo, style()->visitedDependentColor(CSSPropertyBackgroundColor), style()->ba… in paintBoxDecorations()
|
D | RenderTable.h | 85 … const Color bgColor() const { return style()->visitedDependentColor(CSSPropertyBackgroundColor); } in bgColor()
|
D | RenderImage.cpp | 295 … context->setFillColor(style()->visitedDependentColor(CSSPropertyColor), style()->colorSpace()); in paintReplaced() 371 areaElementStyle->visitedDependentColor(CSSPropertyOutlineColor)); in paintAreaElementFocusRing()
|
D | RenderObject.cpp | 1015 …sRingRects, style->outlineWidth(), style->outlineOffset(), style->visitedDependentColor(CSSPropert… in paintFocusRing() 1042 Color oc = styleToUse->visitedDependentColor(CSSPropertyOutlineColor); in paintOutline() 1445 if (pseudoStyle && pseudoStyle->visitedDependentColor(CSSPropertyBackgroundColor).isValid()) in selectionBackgroundColor() 1446 color = pseudoStyle->visitedDependentColor(CSSPropertyBackgroundColor).blendWithWhite(); in selectionBackgroundColor() 1466 color = pseudoStyle->visitedDependentColor(colorProperty); in selectionColor() 1468 color = pseudoStyle->visitedDependentColor(CSSPropertyColor); in selectionColor() 2324 result = renderer->style()->visitedDependentColor(CSSPropertyWebkitTextStrokeColor); in decorationColor() 2329 result = renderer->style()->visitedDependentColor(CSSPropertyWebkitTextFillColor); in decorationColor()
|
D | InlineTextBox.cpp | 575 textFillColor = styleToUse->visitedDependentColor(CSSPropertyWebkitTextFillColor); in paint() 581 textStrokeColor = styleToUse->visitedDependentColor(CSSPropertyWebkitTextStrokeColor); in paint() 587 emphasisMarkColor = styleToUse->visitedDependentColor(CSSPropertyWebkitTextEmphasisColor); in paint() 633 …r stroke = paintInfo.forceBlackText ? Color::black : pseudoStyle->visitedDependentColor(CSSPropert… in paint() 800 Color textColor = style->visitedDependentColor(CSSPropertyColor); in paintSelection()
|
D | RenderThemeChromiumWin.cpp | 677 if (o->style()->visitedDependentColor(CSSPropertyBackgroundColor).isValid()) in paintTextFieldInternal() 678 backgroundColor = o->style()->visitedDependentColor(CSSPropertyBackgroundColor); in paintTextFieldInternal()
|
D | RenderFileUploadControl.cpp | 249 …paintInfo.context->setFillColor(style()->visitedDependentColor(CSSPropertyColor), style()->colorSp… in paintObject()
|
/external/webkit/Source/WebCore/editing/mac/ |
D | EditorMac.mm | 101 …if (style->visitedDependentColor(CSSPropertyBackgroundColor).isValid() && style->visitedDependentC… 102 …[result setObject:nsColor(style->visitedDependentColor(CSSPropertyBackgroundColor)) forKey:NSBackg… 107 …if (style->visitedDependentColor(CSSPropertyColor).isValid() && style->visitedDependentColor(CSSPr… 108 …[result setObject:nsColor(style->visitedDependentColor(CSSPropertyColor)) forKey:NSForegroundColor…
|
/external/webkit/Source/WebCore/accessibility/ |
D | AccessibilityTable.cpp | 135 Color tableBGColor = tableStyle->visitedDependentColor(CSSPropertyBackgroundColor); in isDataTable() 193 Color cellColor = renderStyle->visitedDependentColor(CSSPropertyBackgroundColor); in isDataTable() 210 Color rowColor = rowRenderStyle->visitedDependentColor(CSSPropertyBackgroundColor); in isDataTable()
|
/external/webkit/Source/WebCore/editing/ |
D | DeleteButtonController.cpp | 140 …derer->hasBackground() || style->visitedDependentColor(CSSPropertyBackgroundColor) != parentStyle-… in isDeletableElement()
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | RenderSVGResource.cpp | 68 color = style->visitedDependentColor(CSSPropertyColor); in requestPaintingResource()
|
D | SVGRenderTreeAsText.cpp | 446 …parent() && (text.parent()->style()->visitedDependentColor(CSSPropertyColor) != text.style()->visi… in writeRenderSVGTextBox() 447 …writeNameValuePair(ts, "color", text.style()->visitedDependentColor(CSSPropertyColor).nameForRende… in writeRenderSVGTextBox()
|
/external/webkit/Source/WebCore/rendering/mathml/ |
D | RenderMathMLSquareRoot.cpp | 121 …info.context->setStrokeColor(style()->visitedDependentColor(CSSPropertyColor), ColorSpaceDeviceRGB… in paint()
|
D | RenderMathMLFraction.cpp | 163 info.context->setStrokeColor(style()->visitedDependentColor(CSSPropertyColor), ColorSpaceSRGB); in paint()
|
D | RenderMathMLRoot.cpp | 155 …info.context->setStrokeColor(style()->visitedDependentColor(CSSPropertyColor), ColorSpaceDeviceRGB… in paint()
|
/external/webkit/Source/WebCore/css/ |
D | CSSComputedStyleDeclaration.cpp | 840 …primitiveValueCache->createColorValue(m_allowVisitedStyle? style->visitedDependentColor(CSSPropert… in getPropertyCSSValue() 992 …_allowVisitedStyle ? primitiveValueCache->createColorValue(style->visitedDependentColor(CSSPropert… in getPropertyCSSValue() 994 …_allowVisitedStyle ? primitiveValueCache->createColorValue(style->visitedDependentColor(CSSPropert… in getPropertyCSSValue() 996 …_allowVisitedStyle ? primitiveValueCache->createColorValue(style->visitedDependentColor(CSSPropert… in getPropertyCSSValue() 998 …_allowVisitedStyle ? primitiveValueCache->createColorValue(style->visitedDependentColor(CSSPropert… in getPropertyCSSValue() 1049 …rimitiveValueCache->createColorValue(m_allowVisitedStyle ? style->visitedDependentColor(CSSPropert… in getPropertyCSSValue() 1059 …_allowVisitedStyle ? primitiveValueCache->createColorValue(style->visitedDependentColor(CSSPropert… in getPropertyCSSValue() 1265 …_allowVisitedStyle ? primitiveValueCache->createColorValue(style->visitedDependentColor(CSSPropert… in getPropertyCSSValue()
|