Home
last modified time | relevance | path

Searched refs:DashboardRegion (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/css/
DDashboardRegion.h30 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
DCSSPrimitiveValue.h33 class DashboardRegion; variable
181DashboardRegion* 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;
DCSSPrimitiveValue.cpp196 void CSSPrimitiveValue::init(PassRefPtr<DashboardRegion> r) in init()
790 … for (DashboardRegion* region = getDashboardRegionValue(); region; region = region->m_next.get()) { in cssText()
DCSSComputedStyleDeclaration.cpp1467 RefPtr<DashboardRegion> firstRegion; in getPropertyCSSValue()
1468 DashboardRegion* previousRegion = 0; in getPropertyCSSValue()
1470 RefPtr<DashboardRegion> region = DashboardRegion::create(); in getPropertyCSSValue()
DCSSParser.cpp3387 RefPtr<DashboardRegion> firstRegion = DashboardRegion::create(); in parseDashboardRegions()
3388 DashboardRegion* region = 0; in parseDashboardRegions()
3394 RefPtr<DashboardRegion> nextRegion = DashboardRegion::create(); in parseDashboardRegions()
DCSSStyleSelector.cpp5585 DashboardRegion *region = primitiveValue->getDashboardRegionValue(); in applyProperty()
5589 DashboardRegion *first = region; in applyProperty()
/external/webkit/Source/WebCore/
DGNUmakefile.list.am1002 Source/WebCore/css/DashboardRegion.h \
DGNUmakefile.am1054 Source/WebCore/css/DashboardRegion.h \
DWebCore.gypi2340 'css/DashboardRegion.h',
DChangeLog-2008-08-1012782 DashboardRegion pieces are leaking
12784 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 the
12787 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:
DChangeLog-2007-10-144546 * css/DashboardRegion.h:
22768 * css/DashboardRegion.h:
64143 * css/DashboardRegion.h:
DChangeLog-2006-12-3153928 * css/DashboardRegion.h: Added.
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj3325 …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 */,