Searched refs:containerBox (Results 1 – 5 of 5) sorted by relevance
431 var containerBox = container.boxInWindow(container.ownerDocument.defaultView);433 this.element.style.left = containerBox.x + "px";434 this.element.style.top = containerBox.y + "px";435 this.element.style.height = containerBox.height + "px";436 this.element.style.width = containerBox.width + "px";
38 OrderIterator::OrderIterator(const RenderBox* containerBox) in OrderIterator() argument39 : m_containerBox(containerBox) in OrderIterator()
178 RenderBox* containerBox = toRenderBox(container); in LayoutState() local179 m_clipRect = LayoutRect(toPoint(m_paintOffset), containerBox->cachedSizeForOverflowClip()); in LayoutState()180 m_paintOffset -= containerBox->scrolledContentOffset(); in LayoutState()
1116 RenderBox* containerBox = toRenderBox(o); in mapRectToPaintInvalidationBacking() local1117 containerBox->applyCachedClipAndScrollOffsetForRepaint(rect); in mapRectToPaintInvalidationBacking()
2094 RenderBox* containerBox = toRenderBox(o); in mapRectToPaintInvalidationBacking() local2095 containerBox->applyCachedClipAndScrollOffsetForRepaint(rect); in mapRectToPaintInvalidationBacking()