Searched refs:focus_bounds (Results 1 – 1 of 1) sorted by relevance
65 gfx::Rect focus_bounds = text_bounds; in PaintText() local66 focus_bounds.Inset(-Label::kFocusBorderPadding, in PaintText()68 canvas->DrawFocusRect(focus_bounds.x(), focus_bounds.y(), in PaintText()69 focus_bounds.width(), focus_bounds.height()); in PaintText()