HomeSort by relevance Sort by last modified time
    Searched refs:DashboardRegion (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/css/
DashboardRegion.h 30 class DashboardRegion : public RectBase, public RefCounted<DashboardRegion> {
32 static PassRefPtr<DashboardRegion> create() { return adoptRef(new DashboardRegion); }
34 RefPtr<DashboardRegion> m_next;
41 DashboardRegion() : m_isCircle(false), m_isRectangle(false) { }
CSSPrimitiveValue.h 33 class DashboardRegion;
181 DashboardRegion* getDashboardRegionValue() const { return m_type != CSS_DASHBOARD_REGION ? 0 : m_value.region; }
221 void init(PassRefPtr<DashboardRegion>); // FIXME: Dashboard region should not be a primitive value.
238 DashboardRegion* region;
CSSPrimitiveValue.cpp 44 #include "DashboardRegion.h"
196 void CSSPrimitiveValue::init(PassRefPtr<DashboardRegion> r)
789 for (DashboardRegion* region = getDashboardRegionValue(); region; region = region->m_next.get()) {
CSSComputedStyleDeclaration.cpp 56 #include "DashboardRegion.h"
    [all...]
CSSParser.cpp 81 #include "DashboardRegion.h"
    [all...]
CSSStyleSelector.cpp 110 #include "DashboardRegion.h"
    [all...]

Completed in 137 milliseconds