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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h407 bool isDocumentElement() const { return document().documentElement() == m_node; } function in class:blink::RenderObject
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.

Completed in 188 milliseconds