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

  /external/webkit/WebCore/rendering/style/
FillLayer.h 64 FillLayer(EFillLayerType);
145 EFillLayerType type() const { return static_cast<EFillLayerType>(m_type); }
150 static EFillAttachment initialFillAttachment(EFillLayerType) { return ScrollBackgroundAttachment; }
151 static EFillBox initialFillClip(EFillLayerType) { return BorderFillBox; }
152 static EFillBox initialFillOrigin(EFillLayerType type) { return type == BackgroundFillLayer ? PaddingFillBox : BorderFillBox; }
153 static EFillRepeat initialFillRepeatX(EFillLayerType) { return RepeatFill; }
154 static EFillRepeat initialFillRepeatY(EFillLayerType) { return RepeatFill; }
155 static CompositeOperator initialFillComposite(EFillLayerType) { return CompositeSourceOver; }
156 static EFillSizeType initialFillSizeType(EFillLayerType) { return SizeLength;
    [all...]
RenderStyleConstants.h 139 enum EFillLayerType {
FillLayer.cpp 27 FillLayer::FillLayer(EFillLayerType type)

Completed in 34 milliseconds