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

  /external/webkit/Source/WebCore/rendering/style/
FillLayer.h 65 FillLayer(EFillLayerType);
147 EFillLayerType type() const { return static_cast<EFillLayerType>(m_type); }
152 static EFillAttachment initialFillAttachment(EFillLayerType) { return ScrollBackgroundAttachment; }
153 static EFillBox initialFillClip(EFillLayerType) { return BorderFillBox; }
154 static EFillBox initialFillOrigin(EFillLayerType type) { return type == BackgroundFillLayer ? PaddingFillBox : BorderFillBox; }
155 static EFillRepeat initialFillRepeatX(EFillLayerType) { return RepeatFill; }
156 static EFillRepeat initialFillRepeatY(EFillLayerType) { return RepeatFill; }
157 static CompositeOperator initialFillComposite(EFillLayerType) { return CompositeSourceOver; }
158 static EFillSizeType initialFillSizeType(EFillLayerType) { return SizeLength;
    [all...]
RenderStyleConstants.h 143 enum EFillLayerType {
FillLayer.cpp 27 FillLayer::FillLayer(EFillLayerType type)
  /external/webkit/Source/WebCore/css/
CSSStyleApplyProperty.cpp 196 ApplyPropertyFillLayer(CSSPropertyID propertyId, EFillLayerType fillLayerType, FillLayer* (RenderStyle::*accessLayers)(),
198 void (FillLayer::*set)(T), void (FillLayer::*clear)(), T (*initial)(EFillLayerType),
275 EFillLayerType m_fillLayerType;
282 T (*m_initial)(EFillLayerType);

Completed in 182 milliseconds