cornerRect 2549 Source/core/frame/FrameView.cpp IntRect cornerRect = scrollCornerRect(); cornerRect 2552 Source/core/frame/FrameView.cpp if (doc && !cornerRect.isEmpty()) { cornerRect 2578 Source/core/frame/FrameView.cpp invalidateScrollCorner(cornerRect); cornerRect 2587 Source/core/frame/FrameView.cpp void FrameView::paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect) cornerRect 2597 Source/core/frame/FrameView.cpp context->fillRect(cornerRect, baseBackgroundColor()); cornerRect 2598 Source/core/frame/FrameView.cpp m_scrollCorner->paintIntoRect(context, cornerRect.location(), cornerRect); cornerRect 2602 Source/core/frame/FrameView.cpp ScrollView::paintScrollCorner(context, cornerRect); cornerRect 212 Source/core/frame/FrameView.h virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect) OVERRIDE; cornerRect 286 Source/core/rendering/RenderLayerScrollableArea.cpp return cornerRect(m_box->style(), horizontalScrollbar(), verticalScrollbar(), m_box->pixelSnappedBorderBoxRect()); cornerRect 1131 Source/core/rendering/RenderLayerScrollableArea.cpp IntRect corner = cornerRect(m_box->style(), horizontalScrollbar(), verticalScrollbar(), bounds); cornerRect 110 Source/core/rendering/RenderScrollbarTheme.cpp void RenderScrollbarTheme::paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect) cornerRect 113 Source/core/rendering/RenderScrollbarTheme.cpp context->fillRect(cornerRect, Color::white); cornerRect 44 Source/core/rendering/RenderScrollbarTheme.h virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect) OVERRIDE; cornerRect 100 Source/platform/geometry/FloatRoundedRect.cpp static inline float cornerRectIntercept(float y, const FloatRect& cornerRect) cornerRect 102 Source/platform/geometry/FloatRoundedRect.cpp ASSERT(cornerRect.height() > 0); cornerRect 103 Source/platform/geometry/FloatRoundedRect.cpp return cornerRect.width() * sqrt(1 - (y * y) / (cornerRect.height() * cornerRect.height())); cornerRect 738 Source/platform/scroll/ScrollView.cpp static void positionScrollCornerLayer(GraphicsLayer* graphicsLayer, const IntRect& cornerRect) cornerRect 742 Source/platform/scroll/ScrollView.cpp graphicsLayer->setDrawsContent(!cornerRect.isEmpty()); cornerRect 743 Source/platform/scroll/ScrollView.cpp graphicsLayer->setPosition(cornerRect.location()); cornerRect 744 Source/platform/scroll/ScrollView.cpp if (cornerRect.size() != graphicsLayer->size()) cornerRect 746 Source/platform/scroll/ScrollView.cpp graphicsLayer->setSize(cornerRect.size()); cornerRect 783 Source/platform/scroll/ScrollView.cpp IntRect cornerRect; cornerRect 786 Source/platform/scroll/ScrollView.cpp return cornerRect; cornerRect 789 Source/platform/scroll/ScrollView.cpp cornerRect.unite(IntRect(shouldPlaceVerticalScrollbarOnLeft() ? 0 : m_horizontalScrollbar->width(), cornerRect 796 Source/platform/scroll/ScrollView.cpp cornerRect.unite(IntRect(shouldPlaceVerticalScrollbarOnLeft() ? 0 : (width() - m_verticalScrollbar->width()), cornerRect 802 Source/platform/scroll/ScrollView.cpp return cornerRect; cornerRect 824 Source/platform/scroll/ScrollView.cpp void ScrollView::paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect) cornerRect 826 Source/platform/scroll/ScrollView.cpp ScrollbarTheme::theme()->paintScrollCorner(context, cornerRect); cornerRect 243 Source/platform/scroll/ScrollView.h virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect); cornerRect 203 Source/platform/scroll/ScrollbarTheme.cpp void ScrollbarTheme::paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect) cornerRect 205 Source/platform/scroll/ScrollbarTheme.cpp if (cornerRect.isEmpty()) cornerRect 209 Source/platform/scroll/ScrollbarTheme.cpp context->fillRect(cornerRect, Color::white); cornerRect 211 Source/platform/scroll/ScrollbarTheme.cpp blink::Platform::current()->themeEngine()->paint(context->canvas(), blink::WebThemeEngine::PartScrollbarCorner, blink::WebThemeEngine::StateNormal, blink::WebRect(cornerRect), 0); cornerRect 81 Source/platform/scroll/ScrollbarTheme.h virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect);