Home | History | Annotate | Download | only in dom

Lines Matching defs:bodyElement

2019         HTMLElement* bodyElement = body();
2020 if (bodyElement && !bodyElement->renderer() && m_pendingSheetLayout == NoLayoutWithPendingSheets) {
2488 Element* bodyElement = body();
2496 if (bodyElement && rootStyle->isOverflowVisible() && isHTMLHtmlElement(*rootElement))
2497 return bodyElement;