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

  /external/chromium_org/ui/gfx/geometry/
rect_base.h 27 class GFX_EXPORT RectBase {
157 RectBase(const PointClass& origin, const SizeClass& size)
159 explicit RectBase(const SizeClass& size)
161 explicit RectBase(const PointClass& origin)
165 ~RectBase() {}
  /external/chromium_org/third_party/WebKit/Source/core/css/
Rect.h 30 class RectBase : public RefCountedWillBeGarbageCollected<RectBase> {
31 DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(RectBase);
43 bool equals(const RectBase& other) const
54 RectBase() { }
55 RectBase(const RectBase& cloneFrom)
70 class Rect : public RectBase {
83 Rect(const Rect& cloneFrom) : RectBase(cloneFrom) { }
89 // NOTE: If adding fields to this class please make the RectBase trac
    [all...]

Completed in 1056 milliseconds