Home
last modified time | relevance | path

Searched refs:containerBox (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DSuggestBox.js431 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";
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DOrderIterator.cpp38 OrderIterator::OrderIterator(const RenderBox* containerBox) in OrderIterator() argument
39 : m_containerBox(containerBox) in OrderIterator()
DLayoutState.cpp178 RenderBox* containerBox = toRenderBox(container); in LayoutState() local
179 m_clipRect = LayoutRect(toPoint(m_paintOffset), containerBox->cachedSizeForOverflowClip()); in LayoutState()
180 m_paintOffset -= containerBox->scrolledContentOffset(); in LayoutState()
DRenderInline.cpp1116 RenderBox* containerBox = toRenderBox(o); in mapRectToPaintInvalidationBacking() local
1117 containerBox->applyCachedClipAndScrollOffsetForRepaint(rect); in mapRectToPaintInvalidationBacking()
DRenderBox.cpp2094 RenderBox* containerBox = toRenderBox(o); in mapRectToPaintInvalidationBacking() local
2095 containerBox->applyCachedClipAndScrollOffsetForRepaint(rect); in mapRectToPaintInvalidationBacking()