Home | History | Annotate | Download | only in dom

Lines Matching defs:offsetParent

311 Element* Element::offsetParent()
315 if (RenderObject* offsetParent = rend->offsetParent())
316 return static_cast<Element*>(offsetParent->node());