HomeSort by relevance Sort by last modified time
    Searched defs:clientLeft (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/rendering/
RenderBox.h 119 // excluding border and scrollbar. clientLeft/Top are just the borderLeftWidth and borderTopWidth.
120 int clientLeft() const { return borderLeft(); }
  /external/webkit/WebCore/dom/
Element.cpp 320 int Element::clientLeft()
325 return adjustForAbsoluteZoom(rend->clientLeft(), rend);
    [all...]

Completed in 157 milliseconds