Searched refs:indicator_bounds (Results 1 – 2 of 2) sorted by relevance
834 gfx::Rect indicator_bounds( in OnPaint() local840 canvas->FillRectInt(kDropIndicatorColor, indicator_bounds.x(), in OnPaint()841 indicator_bounds.y(), indicator_bounds.width(), in OnPaint()842 indicator_bounds.height()); in OnPaint()
513 gfx::Rect indicator_bounds(x - kDropIndicatorWidth / 2, in PaintChildren() local517 indicator_bounds.set_x(GetMirroredXForRect(indicator_bounds)); in PaintChildren()520 canvas->FillRectInt(kDropIndicatorColor, indicator_bounds.x(), in PaintChildren()521 indicator_bounds.y(), indicator_bounds.width(), in PaintChildren()522 indicator_bounds.height()); in PaintChildren()