Home
last modified time | relevance | path

Searched defs:createAnonymousBoxWithSameTypeAs (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableRow.h54 virtual RenderBox* createAnonymousBoxWithSameTypeAs(const RenderObject* parent) const OVERRIDE in createAnonymousBoxWithSameTypeAs() function
DRenderTableCell.h167 virtual RenderBox* createAnonymousBoxWithSameTypeAs(const RenderObject* parent) const OVERRIDE in createAnonymousBoxWithSameTypeAs() function
DRenderTable.h261 virtual RenderBox* createAnonymousBoxWithSameTypeAs(const RenderObject* parent) const OVERRIDE in createAnonymousBoxWithSameTypeAs() function
DRenderTableSection.h223 virtual RenderBox* createAnonymousBoxWithSameTypeAs(const RenderObject* parent) const OVERRIDE in createAnonymousBoxWithSameTypeAs() function
DRenderBox.h602 virtual RenderBox* createAnonymousBoxWithSameTypeAs(const RenderObject*) const in createAnonymousBoxWithSameTypeAs() function
DRenderBlock.cpp4029 RenderBox* RenderBlock::createAnonymousBoxWithSameTypeAs(const RenderObject* parent) const in createAnonymousBoxWithSameTypeAs() function in blink::RenderBlock