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

  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp 23 #include "RenderStyle.h"
43 inline RenderStyle* defaultStyle()
45 static RenderStyle* s_defaultStyle = RenderStyle::createDefaultStyle().releaseRef();
49 PassRefPtr<RenderStyle> RenderStyle::create()
51 return adoptRef(new RenderStyle());
54 PassRefPtr<RenderStyle> RenderStyle::createDefaultStyle()
56 return adoptRef(new RenderStyle(true))
    [all...]
RenderStyle.h 106 typedef Vector<RefPtr<RenderStyle>, 4> PseudoStyleCache;
108 class RenderStyle: public RefCounted<RenderStyle> {
116 friend class RenderSVGResource; // FIXME: Needs to alter the visited state by hand. Should clean the SVG code up and move it into RenderStyle perhaps.
158 // !START SYNC!: Keep this in sync with the copy constructor in RenderStyle.cpp
309 ALWAYS_INLINE RenderStyle();
311 ALWAYS_INLINE RenderStyle(bool);
312 ALWAYS_INLINE RenderStyle(const RenderStyle&);
315 static PassRefPtr<RenderStyle> create()
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 442 enum RenderStyle {
455 static PassRefPtr<GraphicsContext3D> create(Attributes, HostWindow*, RenderStyle = RenderOffscreen);
    [all...]

Completed in 112 milliseconds