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

  /external/webkit/WebCore/rendering/style/
DataRef.h 31 template <typename T> class DataRef {
51 bool operator==(const DataRef<T>& o) const
58 bool operator!=(const DataRef<T>& o) const
StyleRareNonInheritedData.h 30 #include "DataRef.h"
87 DataRef<StyleFlexibleBoxData> flexibleBox; // Flexible box properties
88 DataRef<StyleMarqueeData> marquee; // Marquee properties
89 DataRef<StyleMultiColData> m_multiCol; // CSS3 multicol properties
90 DataRef<StyleTransformData> m_transform; // Transform properties (rotate, scale, skew, etc.)
SVGRenderStyle.h 27 #include "DataRef.h"
77 // SVG CSS Properties (using DataRef's)
172 DataRef<StyleFillData> fill;
173 DataRef<StyleStrokeData> stroke;
174 DataRef<StyleMarkerData> markers;
175 DataRef<StyleTextData> text;
178 DataRef<StyleStopData> stops;
179 DataRef<StyleClipData> clip;
180 DataRef<StyleMaskData> mask;
181 DataRef<StyleMiscData> misc
    [all...]
RenderStyle.h 44 #include "DataRef.h"
139 DataRef<StyleBoxData> box;
140 DataRef<StyleVisualData> visual;
141 DataRef<StyleBackgroundData> background;
142 DataRef<StyleSurroundData> surround;
143 DataRef<StyleRareNonInheritedData> rareNonInheritedData;
146 DataRef<StyleRareInheritedData> rareInheritedData;
147 DataRef<StyleInheritedData> inherited;
153 DataRef<SVGRenderStyle> m_svgStyle;
    [all...]

Completed in 348 milliseconds