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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DRect.h30 class RectBase { class in namespace:WebCore
42 bool equals(const RectBase& other) const
59 RectBase() { } function in class:WebCore::RectBase
60 RectBase(const RectBase& cloneFrom) function in class:WebCore::RectBase
68 ~RectBase() { }
77 class Rect : public RectBase, public RefCounted<Rect> {
98 Rect(const Rect& cloneFrom) : RectBase(cloneFrom), RefCounted<Rect>() { }
105 class Quad : public RectBase, public RefCounted<Quad> {
126 Quad(const Quad& cloneFrom) : RectBase(cloneFro
[all...]
/external/chromium_org/ui/gfx/
H A Drect_base.h27 class GFX_EXPORT RectBase { class in namespace:gfx
157 RectBase(const PointClass& origin, const SizeClass& size) function in class:gfx::RectBase
159 explicit RectBase(const SizeClass& size) function in class:gfx::RectBase
161 explicit RectBase(const PointClass& origin) function in class:gfx::RectBase
165 ~RectBase() {}

Completed in 312 milliseconds