Searched defs:currentColor (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStyleColor.h41 static StyleColor currentColor() { return StyleColor(); } function in class:blink::StyleColor
46 Color resolve(Color currentColor) const { return m_currentColor ? currentColor : m_color; }
H A DSVGCSSComputedStyleDeclaration.cpp85 static PassRefPtrWillBeRawPtr<CSSValue> adjustSVGPaintForCurrentColor(SVGPaintType paintType, const String& url, const Color& color, const Color& currentColor) argument
93 values->append(CSSPrimitiveValue::createColor(currentColor.rgb()));
101 return CSSPrimitiveValue::createColor(currentColor.rgb());
H A DCSSGradientValue.cpp114 PassRefPtrWillBeRawPtr<CSSGradientValue> CSSGradientValue::gradientWithStylesResolved(const TextLinkColors& textLinkColors, Color currentColor) argument
137 result->m_stops[i].m_resolvedColor = textLinkColors.colorFromPrimitiveValue(result->m_stops[i].m_color.get(), currentColor);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTextLinkColors.cpp97 Color TextLinkColors::colorFromPrimitiveValue(const CSSPrimitiveValue* value, Color currentColor, bool forVisitedLink) const argument
116 return currentColor;
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DElementStyleResources.cpp40 PassRefPtr<StyleImage> ElementStyleResources::styleImage(Document& document, const TextLinkColors& textLinkColors, Color currentColor, CSSPropertyID property, CSSValue* value) argument
47 return generatedOrPendingFromValue(property, toCSSGradientValue(value)->gradientWithStylesResolved(textLinkColors, currentColor).get());
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasStyle.cpp57 RGBA32 currentColor(HTMLCanvasElement* canvas) function in namespace:blink
74 parsedColor = currentColor(canvas);
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DColorInputType.cpp229 Color ColorInputType::currentColor() function in class:blink::ColorInputType
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 291 milliseconds