Home
last modified time | relevance | path

Searched refs:oldShapeValue (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp2169 void RenderObject::updateShapeImage(const ShapeValue* oldShapeValue, const ShapeValue* newShapeValu… in updateShapeImage() argument
2171 if (oldShapeValue || newShapeValue) in updateShapeImage()
2172 …updateImage(oldShapeValue ? oldShapeValue->image() : 0, newShapeValue ? newShapeValue->image() : 0… in updateShapeImage()