Home
last modified time | relevance | path

Searched refs:scrollCorner (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/page/
DFrameView.h261 …l isFrameViewScrollCorner(RenderScrollbarPart* scrollCorner) const { return m_scrollCorner == scro… in isFrameViewScrollCorner() argument
/external/webkit/Source/WebCore/rendering/
DRenderLayerCompositor.cpp1695 const IntRect& scrollCorner = m_renderView->frameView()->scrollCornerRect(); local
1697 context.translate(-scrollCorner.x(), -scrollCorner.y());
1699 transformedClip.move(scrollCorner.x(), scrollCorner.y());
DRenderLayer.cpp2046 const IntRect& scrollCorner = scrollCornerRect(); in scrollTo() local
2052 … absBounds.height() - (box->borderTop() + box->borderBottom()) - scrollCorner.height())); in scrollTo()
2057 … absBounds.width() - (box->borderLeft() + box->borderRight()) - scrollCorner.width(), in scrollTo()
2085 m_scrollCorner->setFrameRect(scrollCorner); in scrollTo()