Searched defs:layoutBox (Results 1 – 2 of 2) sorted by relevance
61 static PassRefPtr<ShapeValue> createLayoutBoxValue(LayoutBox layoutBox) in createLayoutBoxValue()82 LayoutBox layoutBox() const { return m_layoutBox; } in layoutBox() function83 void setLayoutBox(LayoutBox layoutBox) { m_layoutBox = layoutBox; } in setLayoutBox()105 ShapeValue(LayoutBox layoutBox) in ShapeValue()
4948 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(LayoutBox layoutBox) in CSSPrimitiveValue()