Home | History | Annotate | Download | only in rendering

Lines Matching refs:isDocumentElement

407     bool isDocumentElement() const { return document().documentElement() == m_node; }
1003 // Return the renderer whose background style is used to paint the root background. Should only be called on the renderer for which isDocumentElement() is true.