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.h52 virtual RenderBox* createAnonymousBoxWithSameTypeAs(const RenderObject* parent) const OVERRIDE in createAnonymousBoxWithSameTypeAs() function
DRenderTableCell.h165 virtual RenderBox* createAnonymousBoxWithSameTypeAs(const RenderObject* parent) const OVERRIDE in createAnonymousBoxWithSameTypeAs() function
DRenderTable.h252 virtual RenderBox* createAnonymousBoxWithSameTypeAs(const RenderObject* parent) const OVERRIDE in createAnonymousBoxWithSameTypeAs() function
DRenderTableSection.h213 virtual RenderBox* createAnonymousBoxWithSameTypeAs(const RenderObject* parent) const OVERRIDE in createAnonymousBoxWithSameTypeAs() function
DRenderBox.h589 virtual RenderBox* createAnonymousBoxWithSameTypeAs(const RenderObject*) const in createAnonymousBoxWithSameTypeAs() function
DRenderBlock.cpp5318 RenderBox* RenderBlock::createAnonymousBoxWithSameTypeAs(const RenderObject* parent) const in createAnonymousBoxWithSameTypeAs() function in WebCore::RenderBlock