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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
FillLayer.h 65 FillLayer(EFillLayerType);
169 EFillLayerType type() const { return static_cast<EFillLayerType>(m_type); }
174 static EFillAttachment initialFillAttachment(EFillLayerType) { return ScrollBackgroundAttachment; }
175 static EFillBox initialFillClip(EFillLayerType) { return BorderFillBox; }
176 static EFillBox initialFillOrigin(EFillLayerType type) { return type == BackgroundFillLayer ? PaddingFillBox : BorderFillBox; }
177 static EFillRepeat initialFillRepeatX(EFillLayerType) { return RepeatFill; }
178 static EFillRepeat initialFillRepeatY(EFillLayerType) { return RepeatFill; }
179 static CompositeOperator initialFillComposite(EFillLayerType) { return CompositeSourceOver; }
180 static BlendMode initialFillBlendMode(EFillLayerType) { return BlendModeNormal;
    [all...]
RenderStyleConstants.h 155 enum EFillLayerType {
FillLayer.cpp 43 FillLayer::FillLayer(EFillLayerType type)

Completed in 48 milliseconds