Home | History | Annotate | Download | only in dom

Lines Matching defs:clientLeft

624 int Element::clientLeft()
629 return adjustForAbsoluteZoom(roundToInt(renderer->clientLeft()), renderer);