currentColor 115 Source/core/css/CSSGradientValue.cpp PassRefPtrWillBeRawPtr<CSSGradientValue> CSSGradientValue::gradientWithStylesResolved(const TextLinkColors& textLinkColors, Color currentColor) currentColor 138 Source/core/css/CSSGradientValue.cpp result->m_stops[i].m_resolvedColor = textLinkColors.colorFromPrimitiveValue(result->m_stops[i].m_color.get(), currentColor); currentColor 114 Source/core/css/CSSGradientValue.h PassRefPtrWillBeRawPtr<CSSGradientValue> gradientWithStylesResolved(const TextLinkColors&, Color currentColor); currentColor 41 Source/core/css/StyleColor.h static StyleColor currentColor() { return StyleColor(); } currentColor 46 Source/core/css/StyleColor.h Color resolve(Color currentColor) const { return m_currentColor ? currentColor : m_color; } currentColor 40 Source/core/css/resolver/ElementStyleResources.cpp PassRefPtr<StyleImage> ElementStyleResources::styleImage(const TextLinkColors& textLinkColors, Color currentColor, CSSPropertyID property, CSSValue* value) currentColor 47 Source/core/css/resolver/ElementStyleResources.cpp return generatedOrPendingFromValue(property, toCSSGradientValue(value)->gradientWithStylesResolved(textLinkColors, currentColor).get()); currentColor 55 Source/core/css/resolver/ElementStyleResources.h PassRefPtr<StyleImage> styleImage(const TextLinkColors&, Color currentColor, CSSPropertyID, CSSValue*); currentColor 97 Source/core/dom/TextLinkColors.cpp Color TextLinkColors::colorFromPrimitiveValue(const CSSPrimitiveValue* value, Color currentColor, bool forVisitedLink) const currentColor 116 Source/core/dom/TextLinkColors.cpp return currentColor; currentColor 56 Source/core/dom/TextLinkColors.h Color colorFromPrimitiveValue(const CSSPrimitiveValue*, Color currentColor, bool forVisitedLink = false) const; currentColor 392 Source/core/html/canvas/CanvasRenderingContext2D.cpp style = CanvasStyle::createFromRGBA(colorWithOverrideAlpha(currentColor(canvas()), style->overrideAlpha())); currentColor 394 Source/core/html/canvas/CanvasRenderingContext2D.cpp style = CanvasStyle::createFromRGBA(currentColor(canvas())); currentColor 425 Source/core/html/canvas/CanvasRenderingContext2D.cpp style = CanvasStyle::createFromRGBA(colorWithOverrideAlpha(currentColor(canvas()), style->overrideAlpha())); currentColor 427 Source/core/html/canvas/CanvasRenderingContext2D.cpp style = CanvasStyle::createFromRGBA(currentColor(canvas())); currentColor 73 Source/core/html/canvas/CanvasStyle.cpp parsedColor = currentColor(canvas); currentColor 100 Source/core/html/canvas/CanvasStyle.h RGBA32 currentColor(HTMLCanvasElement*); currentColor 48 Source/core/html/forms/ColorInputType.h virtual Color currentColor() OVERRIDE; currentColor 87 Source/core/rendering/style/BorderValue.h StyleColor color() const { return m_colorIsCurrentColor ? StyleColor::currentColor() : StyleColor(m_color); } currentColor 38 Source/core/rendering/style/CachedUAStyle.h , backgroundColor(StyleColor::currentColor()) currentColor 44 Source/core/rendering/style/CachedUAStyle.h , backgroundColor(StyleColor::currentColor()) currentColor 57 Source/core/rendering/style/CollapsedBorderValue.h StyleColor color() const { return m_colorIsCurrentColor ? StyleColor::currentColor() : StyleColor(m_color); } currentColor 236 Source/core/rendering/style/RenderStyle.cpp noninherited_flags.currentColor = other->noninherited_flags.currentColor; currentColor 1369 Source/core/rendering/style/RenderStyle.cpp StyleColor result(StyleColor::currentColor()); currentColor 231 Source/core/rendering/style/RenderStyle.h && currentColor == other.currentColor currentColor 266 Source/core/rendering/style/RenderStyle.h unsigned currentColor : 1; // At least one color has the value 'currentColor' currentColor 331 Source/core/rendering/style/RenderStyle.h noninherited_flags.currentColor = false; currentColor 1513 Source/core/rendering/style/RenderStyle.h void setHasCurrentColor() { noninherited_flags.currentColor = true; } currentColor 1514 Source/core/rendering/style/RenderStyle.h bool hasCurrentColor() const { return noninherited_flags.currentColor; } currentColor 33 Source/core/rendering/style/StyleMultiColData.cpp , m_visitedLinkColumnRuleColor(StyleColor::currentColor()) currentColor 61 Source/core/rendering/style/StyleRareInheritedData.h StyleColor textStrokeColor() const { return m_textStrokeColorIsCurrentColor ? StyleColor::currentColor() : StyleColor(m_textStrokeColor); } currentColor 62 Source/core/rendering/style/StyleRareInheritedData.h StyleColor textFillColor() const { return m_textFillColorIsCurrentColor ? StyleColor::currentColor() : StyleColor(m_textFillColor); } currentColor 63 Source/core/rendering/style/StyleRareInheritedData.h StyleColor textEmphasisColor() const { return m_textEmphasisColorIsCurrentColor ? StyleColor::currentColor() : StyleColor(m_textEmphasisColor); } currentColor 64 Source/core/rendering/style/StyleRareInheritedData.h StyleColor visitedLinkTextStrokeColor() const { return m_visitedLinkTextStrokeColorIsCurrentColor ? StyleColor::currentColor() : StyleColor(m_visitedLinkTextStrokeColor); } currentColor 65 Source/core/rendering/style/StyleRareInheritedData.h StyleColor visitedLinkTextFillColor() const { return m_visitedLinkTextFillColorIsCurrentColor ? StyleColor::currentColor() : StyleColor(m_visitedLinkTextFillColor); } currentColor 66 Source/core/rendering/style/StyleRareInheritedData.h StyleColor visitedLinkTextEmphasisColor() const { return m_visitedLinkTextEmphasisColorIsCurrentColor ? StyleColor::currentColor() : StyleColor(m_visitedLinkTextEmphasisColor); } currentColor 49 Source/core/rendering/style/StyleRareNonInheritedData.cpp , m_textDecorationColor(StyleColor::currentColor()) currentColor 50 Source/core/rendering/style/StyleRareNonInheritedData.cpp , m_visitedLinkTextDecorationColor(StyleColor::currentColor()) currentColor 52 Source/core/rendering/style/StyleRareNonInheritedData.cpp , m_visitedLinkOutlineColor(StyleColor::currentColor()) currentColor 53 Source/core/rendering/style/StyleRareNonInheritedData.cpp , m_visitedLinkBorderLeftColor(StyleColor::currentColor()) currentColor 54 Source/core/rendering/style/StyleRareNonInheritedData.cpp , m_visitedLinkBorderRightColor(StyleColor::currentColor()) currentColor 55 Source/core/rendering/style/StyleRareNonInheritedData.cpp , m_visitedLinkBorderTopColor(StyleColor::currentColor()) currentColor 56 Source/core/rendering/style/StyleRareNonInheritedData.cpp , m_visitedLinkBorderBottomColor(StyleColor::currentColor()) currentColor 87 Source/core/svg/SVGAnimatedTypeAnimator.cpp return SVGColorProperty::create(value.isEmpty() ? StyleColor::currentColor() : SVGPaint::colorFromRGBColorString(value)); currentColor 92 Source/core/svg/SVGPaint.cpp return StyleColor::currentColor(); currentColor 51 Source/platform/ColorChooserClient.h virtual Color currentColor() = 0; currentColor 90 Source/web/ColorChooserUIController.cpp this, static_cast<WebColor>(m_client->currentColor().rgb()), m_client->suggestions()));