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

  /external/webkit/Source/WebCore/rendering/
RenderBox.h 176 // excluding border and scrollbar. clientLeft/Top are just the borderLeftWidth and borderTopWidth.
177 int clientLeft() const { return borderLeft(); }
184 IntRect clientBoxRect() const { return IntRect(clientLeft(), clientTop(), clientWidth(), clientHeight()); }
  /external/webkit/Source/WebCore/dom/
Element.cpp 399 int Element::clientLeft()
404 return adjustForAbsoluteZoom(rend->clientLeft(), rend);
    [all...]

Completed in 48 milliseconds