HomeSort by relevance Sort by last modified time
    Searched refs:layoutDelta (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
LayoutState.cpp 73 LayoutRect clipRect(toPoint(m_paintOffset) + renderer->view()->layoutDelta(), renderer->cachedSizeForOverflowClip());
RenderView.h 109 // layoutDelta is used transiently during layout to store how far an object has moved from its
111 // If we're doing a full repaint m_layoutState will be 0, but in that case layoutDelta doesn't matter.
112 LayoutSize layoutDelta() const
222 // We push LayoutState even if layoutState is disabled because it stores layoutDelta too.
244 // Note that even when disabled, LayoutState is still used to store layoutDelta.
344 // We push state even if disabled, because we still need to store layoutDelta
RenderReplaced.cpp 570 // FIXME: layoutDelta needs to be applied in parts before/after transforms and
572 r.move(v->layoutDelta());
RenderTableCell.cpp 349 // FIXME: layoutDelta needs to be applied in parts before/after transforms and
351 r.move(v->layoutDelta());
    [all...]
RenderBox.cpp 597 // FIXME: layoutDelta needs to be applied in parts before/after transforms and
599 box.move(view()->layoutDelta());
    [all...]
RenderObject.cpp     [all...]
RenderBlock.cpp     [all...]

Completed in 126 milliseconds