Searched defs:StyleReflection (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/rendering/style/
H A DStyleReflection.h35 class StyleReflection : public RefCounted<StyleReflection> { class in namespace:WebCore
37 static PassRefPtr<StyleReflection> create()
39 return adoptRef(new StyleReflection);
42 bool operator==(const StyleReflection& o) const
46 bool operator!=(const StyleReflection& o) const { return !(*this == o); }
57 StyleReflection() function in class:WebCore::StyleReflection

Completed in 47 milliseconds