OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DashboardRegion
(Results
1 - 5
of
5
) sorted by null
/external/webkit/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
32
class
DashboardRegion
;
161
DashboardRegion
* getDashboardRegionValue() const { return m_type != CSS_DASHBOARD_REGION ? 0 : m_value.region; }
197
void init(PassRefPtr<
DashboardRegion
>); // FIXME: Dashboard region should not be a primitive value.
212
DashboardRegion
* region;
CSSComputedStyleDeclaration.cpp
49
#include "
DashboardRegion
.h"
[
all
...]
CSSParser.cpp
75
#include "
DashboardRegion
.h"
[
all
...]
CSSStyleSelector.cpp
100
#include "
DashboardRegion
.h"
[
all
...]
Completed in 154 milliseconds