Searched defs:clientLeft (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.cpp556 int Element::clientLeft() function in class:blink::Element
561 return adjustLayoutUnitForAbsoluteZoom(roundToInt(renderer->clientLeft()), *renderer);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.h252 // excluding border and scrollbar. clientLeft/Top are just the borderLeftWidth and borderTopWidth.
253 LayoutUnit clientLeft() const { return borderLeft() + (style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft() ? verticalScrollbarWidth() : 0); } function in class:blink::RenderBox
260 LayoutRect clientBoxRect() const { return LayoutRect(clientLeft(), clientTop(), clientWidth(), clientHeight()); }

Completed in 369 milliseconds