Searched refs:absBounds (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayerCompositor.cpp | 688 IntRect absBounds; local 691 …absBounds = layer->renderer()->localToAbsoluteQuad(FloatRect(layer->localBoundingBox())).enclosing… 693 if (absBounds.isEmpty()) 694 absBounds.setSize(IntSize(1, 1)); 696 mustOverlapCompositedLayers = overlapsCompositedLayers(*overlapMap, absBounds); 741 addToOverlapMap(*overlapMap, layer, absBounds, haveComputedBounds); 772 addToOverlapMap(*overlapMap, layer, absBounds, haveComputedBounds); 822 addToOverlapMap(*overlapMap, layer, absBounds, haveComputedBounds); 850 addToOverlapMap(*overlapMap, layer, absBounds, haveComputedBounds);
|
D | RenderMenuList.cpp | 298 IntRect absBounds = absoluteBoundingBoxRect(); in showPopup() local 299 absBounds.setLocation(roundedIntPoint(absTopLeft)); in showPopup() 300 m_popup->show(absBounds, document()->view(), in showPopup()
|
D | RenderLayer.cpp | 2018 … IntRect absBounds(borderBox.x() + tx, borderBox.y() + ty, borderBox.width(), borderBox.height()); in positionOverflowControls() local 2020 m_vBar->setFrameRect(IntRect(absBounds.maxX() - box->borderRight() - m_vBar->width(), in positionOverflowControls() 2021 absBounds.y() + box->borderTop(), in positionOverflowControls() 2023 … absBounds.height() - (box->borderTop() + box->borderBottom()) - scrollCorner.height())); in positionOverflowControls() 2026 m_hBar->setFrameRect(IntRect(absBounds.x() + box->borderLeft(), in positionOverflowControls() 2027 absBounds.maxY() - box->borderBottom() - m_hBar->height(), in positionOverflowControls() 2028 … absBounds.width() - (box->borderLeft() + box->borderRight()) - scrollCorner.width(), in positionOverflowControls()
|
/external/webkit/Source/WebKit/android/nav/ |
D | CacheBuilder.cpp | 1140 IntRect absBounds; in BuildFrame() local 1149 absBounds = bounds; in BuildFrame() 1159 absBounds = nodeRenderer->absoluteBoundingBoxRect(); in BuildFrame() 1160 originalAbsBounds = absBounds; in BuildFrame() 1161 absBounds.move(globalOffsetX, globalOffsetY); in BuildFrame() 1167 bounds = absBounds; in BuildFrame() 1175 bounds = absBounds; in BuildFrame() 1191 clip.mBounds = absBounds; in BuildFrame() 1229 absBounds = bounds; in BuildFrame() 1317 bounds = absBounds; in BuildFrame() [all …]
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebViewCore.cpp | 3836 IntRect absBounds = node->hasTagName(HTMLNames::areaTag) in validNodeAndBounds() local 3839 return absBounds == originalAbsoluteBounds; in validNodeAndBounds()
|