Home
last modified time | relevance | path

Searched defs:layoutBox (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DShapeValue.h61 static PassRefPtr<ShapeValue> createLayoutBoxValue(LayoutBox layoutBox) in createLayoutBoxValue()
82 LayoutBox layoutBox() const { return m_layoutBox; } in layoutBox() function
83 void setLayoutBox(LayoutBox layoutBox) { m_layoutBox = layoutBox; } in setLayoutBox()
105 ShapeValue(LayoutBox layoutBox) in ShapeValue()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h4948 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(LayoutBox layoutBox) in CSSPrimitiveValue()