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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp 624 int Element::clientLeft()
629 return adjustForAbsoluteZoom(roundToInt(renderer->clientLeft()), renderer);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.h 223 // excluding border and scrollbar. clientLeft/Top are just the borderLeftWidth and borderTopWidth.
224 LayoutUnit clientLeft() const { return borderLeft(); }
231 LayoutRect clientBoxRect() const { return LayoutRect(clientLeft(), clientTop(), clientWidth(), clientHeight()); }
    [all...]

Completed in 874 milliseconds