HomeSort by relevance Sort by last modified time
    Searched refs:initialColor (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/rendering/style/
StyleInheritedData.cpp 33 , color(RenderStyle::initialColor())
RenderStyle.h     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ColorPickerDialog.java 213 int initialColor) {
217 mInitialColor = initialColor;
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
InstrumentedPlatformCanvas.h 37 InstrumentedPlatformCanvas(int width, int height, Color initialColor)
40 , m_solidColor(initialColor)
  /external/webkit/Source/WebCore/css/
CSSStyleApplyProperty.cpp 297 setPropertyValue(CSSPropertyColor, new ApplyPropertyColor(&RenderStyle::color, &RenderStyle::setColor, RenderStyle::initialColor));

Completed in 238 milliseconds