Searched defs:newSection (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableSection.cpp1598 RenderTableSection* newSection = new RenderTableSection(0); local
1599 newSection->setDocumentForAnonymous(&parent->document());
1600 newSection->setStyle(newStyle.release());
1601 return newSection;

Completed in 79 milliseconds