Home
last modified time | relevance | path

Searched defs:cssBox (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DShapeValue.h50 static PassRefPtr<ShapeValue> createShapeValue(PassRefPtr<BasicShape> shape, CSSBoxType cssBox) in createShapeValue()
55 static PassRefPtr<ShapeValue> createBoxShapeValue(CSSBoxType cssBox) in createBoxShapeValue()
83 CSSBoxType cssBox() const { return m_cssBox; } in cssBox() function
88 ShapeValue(PassRefPtr<BasicShape> shape, CSSBoxType cssBox) in ShapeValue()
105 ShapeValue(CSSBoxType cssBox) in ShapeValue()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXRenderObject.cpp266 RenderBoxModelObject* cssBox = renderBoxModelObject(); in determineAccessibilityRole() local
863 RenderBoxModelObject* cssBox = renderBoxModelObject(); in stringValue() local
2141 RenderBoxModelObject* cssBox = renderBoxModelObject(); in addImageMapChildren() local
DAXObjectCache.cpp297 RenderBoxModelObject* cssBox = toRenderBoxModelObject(renderer); in createFromRenderer() local
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h4711 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(CSSBoxType cssBox) in CSSPrimitiveValue()