Searched refs:isCurrentColor (Results 1 – 11 of 11) sorted by relevance
43 bool isCurrentColor() const { return m_currentColor; } in isCurrentColor() function44 Color color() const { ASSERT(!isCurrentColor()); return m_color; } in color()56 if (a.isCurrentColor() || b.isCurrentColor())57 return a.isCurrentColor() && b.isCurrentColor();
74 …xtStrokeColor = color.resolve(Color()); m_textStrokeColorIsCurrentColor = color.isCurrentColor(); } in setTextStrokeColor()75 …m_textFillColor = color.resolve(Color()); m_textFillColorIsCurrentColor = color.isCurrentColor(); } in setTextFillColor()76 …phasisColor = color.resolve(Color()); m_textEmphasisColorIsCurrentColor = color.isCurrentColor(); } in setTextEmphasisColor()77 …or = color.resolve(Color()); m_visitedLinkTextStrokeColorIsCurrentColor = color.isCurrentColor(); } in setVisitedLinkTextStrokeColor()78 …olor = color.resolve(Color()); m_visitedLinkTextFillColorIsCurrentColor = color.isCurrentColor(); } in setVisitedLinkTextFillColor()79 … = color.resolve(Color()); m_visitedLinkTextEmphasisColorIsCurrentColor = color.isCurrentColor(); } in setVisitedLinkTextEmphasisColor()
22 …ne == TextDecorationUnderline && m_style == TextDecorationStyleSolid && m_color.isCurrentColor(); } in isSimpleUnderline()
46 , m_colorIsCurrentColor(color.isCurrentColor()) in CollapsedBorderValue()
84 m_colorIsCurrentColor = color.isCurrentColor(); in setColor()
1401 if (!styleColor.isCurrentColor()) in visitedDependentDecorationStyleColor()1407 if (!textStrokeStyleColor.isCurrentColor() && textStrokeStyleColor.color().alpha()) in visitedDependentDecorationStyleColor()1479 if (!result.isCurrentColor()) in colorIncludingFallback()
32 …return m_styleColor.isCurrentColor() ? "currentColor" : m_styleColor.color().serializedAsCSSCompon… in valueAsString()
53 …bool isCurrentColor() const { return m_type == CurrentColor || m_type == CurrentColorWithOverrideA… in isCurrentColor() function
406 if (style->isCurrentColor()) { in setStrokeStyle()439 if (style->isCurrentColor()) { in setFillStyle()
483 if (renderStyle->textFillColor().isCurrentColor()) in removeTextFillAndStrokeColorsIfNeeded()485 if (renderStyle->textStrokeColor().isCurrentColor()) in removeTextFillAndStrokeColorsIfNeeded()
8254 ASSERT(!styleColor.isCurrentColor()); in parseSVGValue()