Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h1408 ShapeValue* shapeInside() const { return rareNonInheritedData->m_shapeInside.get(); } in shapeInside() function
1411 ShapeValue* shapeInside = this->shapeInside(); in resolvedShapeInside() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp1406 void RenderBlock::updateShapeInsideInfoAfterStyleChange(const ShapeValue* shapeInside, const ShapeV… in updateShapeInsideInfoAfterStyleChange()