Searched refs:DashboardRegion (Results 1 – 13 of 13) sorted by relevance
30 class DashboardRegion : public RectBase, public RefCounted<DashboardRegion> {32 static PassRefPtr<DashboardRegion> create() { return adoptRef(new DashboardRegion); } in create()34 RefPtr<DashboardRegion> m_next;41 DashboardRegion() : m_isCircle(false), m_isRectangle(false) { } in DashboardRegion() function
33 class DashboardRegion; variable181 …DashboardRegion* getDashboardRegionValue() const { return m_type != CSS_DASHBOARD_REGION ? 0 : m_v… in getDashboardRegionValue()221 …void init(PassRefPtr<DashboardRegion>); // FIXME: Dashboard region should not be a primitive value.238 DashboardRegion* region;
196 void CSSPrimitiveValue::init(PassRefPtr<DashboardRegion> r) in init()790 … for (DashboardRegion* region = getDashboardRegionValue(); region; region = region->m_next.get()) { in cssText()
1467 RefPtr<DashboardRegion> firstRegion; in getPropertyCSSValue()1468 DashboardRegion* previousRegion = 0; in getPropertyCSSValue()1470 RefPtr<DashboardRegion> region = DashboardRegion::create(); in getPropertyCSSValue()
3387 RefPtr<DashboardRegion> firstRegion = DashboardRegion::create(); in parseDashboardRegions()3388 DashboardRegion* region = 0; in parseDashboardRegions()3394 RefPtr<DashboardRegion> nextRegion = DashboardRegion::create(); in parseDashboardRegions()
5585 DashboardRegion *region = primitiveValue->getDashboardRegionValue(); in applyProperty()5589 DashboardRegion *first = region; in applyProperty()
1002 Source/WebCore/css/DashboardRegion.h \
1054 Source/WebCore/css/DashboardRegion.h \
2340 'css/DashboardRegion.h',
12782 DashboardRegion pieces are leaking12784 My recent change introduced a leak of objects owned by each DashboardRegion,12786 each of Rect and DashboardRegion, the leak is gone. It's not clear if the12787 DashboardRegion class should really exist -- it doesn't have a DOM binding,12790 * css/DashboardRegion.h: Derive from RectBase instead of from Rect.14276 * css/DashboardRegion.h:14277 (WebCore::DashboardRegion::create):14278 (WebCore::DashboardRegion::DashboardRegion):24876 * css/DashboardRegion.h:
4546 * css/DashboardRegion.h:22768 * css/DashboardRegion.h:64143 * css/DashboardRegion.h:
53928 * css/DashboardRegion.h: Added.
3325 …0B0A1989CA007FB8C5 /* DashboardRegion.h in Headers */ = {isa = PBXBuildFile; fileRef = A80E6CE10A1…9896 …CA007FB8C5 /* DashboardRegion.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…19040 A80E6CE10A1989CA007FB8C5 /* DashboardRegion.h */,20183 A80E6D0B0A1989CA007FB8C5 /* DashboardRegion.h in Headers */,