OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createColor
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSValuePool.cpp
45
, m_colorTransparent(CSSPrimitiveValue::
createColor
(Color::transparent))
46
, m_colorWhite(CSSPrimitiveValue::
createColor
(Color::white))
47
, m_colorBlack(CSSPrimitiveValue::
createColor
(Color::black))
85
entry.iterator->value = CSSPrimitiveValue::
createColor
(rgbValue);
SVGCSSParser.cpp
192
parsedValue = SVGPaint::
createColor
(RenderTheme::theme().systemColor(id));
358
return SVGPaint::
createColor
(Color(c));
CSSPrimitiveValue.h
204
static PassRefPtr<CSSPrimitiveValue>
createColor
(unsigned rgbValue) { return adoptRef(new CSSPrimitiveValue(rgbValue)); }
CSSPrimitiveValue.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPaint.h
63
static PassRefPtr<SVGPaint>
createColor
(const Color& color)
SVGAnimatedColor.cpp
38
OwnPtr<SVGAnimatedType> animtedType = SVGAnimatedType::
createColor
(new Color);
SVGAnimatedType.h
45
static PassOwnPtr<SVGAnimatedType>
createColor
(Color*);
SVGAnimatedType.cpp
110
PassOwnPtr<SVGAnimatedType> SVGAnimatedType::
createColor
(Color* color)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar
org.eclipse.jface_3.6.1.M20100825-0800.jar
/prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar
/prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
org.eclipse.jface_3.6.2.M20110210-1200.jar
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar
Completed in 92 milliseconds