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

/external/chromium_org/chrome/browser/resources/
H A Dpolicy.js451 var newSection = this.createPolicyTableSection(id, label_title,
453 this.mainSection.appendChild(newSection);
/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 115 milliseconds