Home
last modified time | relevance | path

Searched defs:currentColor (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DStyleColor.h41 static StyleColor currentColor() { return StyleColor(); } in currentColor() function
46 Color resolve(Color currentColor) const { return m_currentColor ? currentColor : m_color; } in resolve()
DSVGCSSComputedStyleDeclaration.cpp85 …rentColor(SVGPaintType paintType, const String& url, const Color& color, const Color& currentColor) in adjustSVGPaintForCurrentColor()
DCSSGradientValue.cpp114 …GradientValue::gradientWithStylesResolved(const TextLinkColors& textLinkColors, Color currentColor) in gradientWithStylesResolved()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DTextLinkColors.cpp97 Color TextLinkColors::colorFromPrimitiveValue(const CSSPrimitiveValue* value, Color currentColor, b… in colorFromPrimitiveValue()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DElementStyleResources.cpp40 …yleImage(Document& document, const TextLinkColors& textLinkColors, Color currentColor, CSSProperty… in styleImage()
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DColorInputType.cpp229 Color ColorInputType::currentColor() in currentColor() function in blink::ColorInputType
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasStyle.cpp57 RGBA32 currentColor(HTMLCanvasElement* canvas) in currentColor() function