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 556 int Element::clientLeft()
561 return adjustLayoutUnitForAbsoluteZoom(roundToInt(renderer->clientLeft()), *renderer);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.h 252 // excluding border and scrollbar. clientLeft/Top are just the borderLeftWidth and borderTopWidth.
253 LayoutUnit clientLeft() const { return borderLeft() + (style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft() ? verticalScrollbarWidth() : 0); }
260 LayoutRect clientBoxRect() const { return LayoutRect(clientLeft(), clientTop(), clientWidth(), clientHeight()); }
    [all...]

Completed in 862 milliseconds