HomeSort by relevance Sort by last modified time
    Searched refs:cornerRect (Results 1 - 14 of 14) sorted by null

  /external/webkit/WebCore/platform/qt/
ScrollbarThemeQt.h 44 virtual void paintScrollCorner(ScrollView*, GraphicsContext*, const IntRect& cornerRect);
  /external/webkit/WebCore/platform/wx/
ScrollbarThemeWx.h 40 virtual void paintScrollCorner(ScrollView*, GraphicsContext*, const IntRect& cornerRect);
ScrollbarThemeWx.cpp 175 void ScrollbarThemeWx::paintScrollCorner(ScrollView* view, GraphicsContext* context, const IntRect& cornerRect)
181 ScrollbarTheme::paintScrollCorner(view, context, cornerRect);
  /external/webkit/WebCore/platform/
ScrollbarTheme.h 76 virtual void paintScrollCorner(ScrollView*, GraphicsContext* context, const IntRect& cornerRect) { context->fillRect(cornerRect, Color::white, DeviceColorSpace); }
ScrollbarThemeComposite.h 46 virtual void paintScrollCorner(ScrollView*, GraphicsContext*, const IntRect& cornerRect);
ScrollbarThemeComposite.cpp 295 void ScrollbarThemeComposite::paintScrollCorner(ScrollView* view, GraphicsContext* context, const IntRect& cornerRect)
300 if (!page->chrome()->client()->paintCustomScrollCorner(context, cornerRect))
301 context->fillRect(cornerRect, Color::white, DeviceColorSpace);
ScrollView.cpp 730 IntRect cornerRect;
733 cornerRect.unite(IntRect(m_horizontalScrollbar->width(),
740 cornerRect.unite(IntRect(width() - m_verticalScrollbar->width(),
746 return cornerRect;
753 void ScrollView::paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect)
755 ScrollbarTheme::nativeTheme()->paintScrollCorner(this, context, cornerRect);
    [all...]
ScrollView.h 251 virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect);
  /external/webkit/WebCore/platform/chromium/
ScrollbarThemeChromium.cpp 122 void ScrollbarThemeChromium::paintScrollCorner(ScrollView* view, GraphicsContext* context, const IntRect& cornerRect)
128 ScrollbarTheme::paintScrollCorner(view, context, cornerRect);
  /external/webkit/WebCore/rendering/
RenderScrollbarTheme.h 47 virtual void paintScrollCorner(ScrollView*, GraphicsContext* context, const IntRect& cornerRect);
RenderScrollbarTheme.cpp 109 void RenderScrollbarTheme::paintScrollCorner(ScrollView*, GraphicsContext* context, const IntRect& cornerRect)
112 context->fillRect(cornerRect, Color::white, DeviceColorSpace);
RenderLayer.cpp     [all...]
  /external/webkit/WebCore/page/
FrameView.h 253 virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect);
FrameView.cpp     [all...]

Completed in 431 milliseconds