Home
last modified time | relevance | path

Searched refs:visitedDependentColor (Results 1 – 25 of 54) sorted by relevance

123

/external/webkit/Source/WebCore/rendering/
DRenderTableCell.cpp408 …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(&section()->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 …]
DRenderMediaControlsChromium.cpp124 …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()
DRenderMenuList.cpp431 …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()
DRenderThemeChromiumLinux.cpp233 …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()
DEllipsisBox.cpp36 Color textColor = style->visitedDependentColor(CSSPropertyColor); in paint()
83 Color textColor = style->visitedDependentColor(CSSPropertyColor); in paintSelection()
DRenderListBox.cpp378 …renderStyle() ? element->renderStyle()->visitedDependentColor(CSSPropertyColor) : style()->visited… in paintItemForeground()
423 …rStyle() ? element->renderStyle()->visitedDependentColor(CSSPropertyBackgroundColor) : style()->vi… in paintItemBackground()
DRenderDetailsMarker.cpp136 const Color color(style()->visitedDependentColor(CSSPropertyColor)); in paint()
DRenderTextControl.cpp138 …olor(disabledTextColor(textBlockStyle->visitedDependentColor(CSSPropertyColor), startStyle->visite… in adjustInnerTextStyle()
647 …paintInfo.context->setFillColor(placeholderStyle->visitedDependentColor(CSSPropertyColor), placeho… in paintPlaceholder()
DRenderBoxModelObject.cpp1346 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()
DRenderFieldset.cpp157 …paintFillLayers(paintInfo, style()->visitedDependentColor(CSSPropertyBackgroundColor), style()->ba… in paintBoxDecorations()
DRenderTable.h85 … const Color bgColor() const { return style()->visitedDependentColor(CSSPropertyBackgroundColor); } in bgColor()
DRenderImage.cpp295 … context->setFillColor(style()->visitedDependentColor(CSSPropertyColor), style()->colorSpace()); in paintReplaced()
371 areaElementStyle->visitedDependentColor(CSSPropertyOutlineColor)); in paintAreaElementFocusRing()
DRenderObject.cpp1015 …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()
DInlineTextBox.cpp575 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()
DRenderThemeChromiumWin.cpp677 if (o->style()->visitedDependentColor(CSSPropertyBackgroundColor).isValid()) in paintTextFieldInternal()
678 backgroundColor = o->style()->visitedDependentColor(CSSPropertyBackgroundColor); in paintTextFieldInternal()
DRenderFileUploadControl.cpp249 …paintInfo.context->setFillColor(style()->visitedDependentColor(CSSPropertyColor), style()->colorSp… in paintObject()
/external/webkit/Source/WebCore/editing/mac/
DEditorMac.mm101 …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/
DAccessibilityTable.cpp135 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/
DDeleteButtonController.cpp140 …derer->hasBackground() || style->visitedDependentColor(CSSPropertyBackgroundColor) != parentStyle-… in isDeletableElement()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResource.cpp68 color = style->visitedDependentColor(CSSPropertyColor); in requestPaintingResource()
DSVGRenderTreeAsText.cpp446 …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/
DRenderMathMLSquareRoot.cpp121 …info.context->setStrokeColor(style()->visitedDependentColor(CSSPropertyColor), ColorSpaceDeviceRGB… in paint()
DRenderMathMLFraction.cpp163 info.context->setStrokeColor(style()->visitedDependentColor(CSSPropertyColor), ColorSpaceSRGB); in paint()
DRenderMathMLRoot.cpp155 …info.context->setStrokeColor(style()->visitedDependentColor(CSSPropertyColor), ColorSpaceDeviceRGB… in paint()
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp840 …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()

123