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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.h 139 return resizerCornerRect(bounds, ResizerForTouch);
206 IntRect resizerCornerRect(const IntRect&, ResizerHitTestType) const;
210 void drawPlatformResizerImage(GraphicsContext*, IntRect resizerCornerRect);
RenderLayerScrollableArea.cpp 815 x += m_vBar ? m_vBar->width() : resizerCornerRect(box().pixelSnappedBorderBoxRect(), ResizerForPointer).width();
    [all...]

Completed in 50 milliseconds