Searched refs:focus_bounds (Results 1 – 2 of 2) 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()
322 gfx::Rect focus_bounds = text_bounds; in PaintText() local323 focus_bounds.Inset(-kFocusBorderPadding, -kFocusBorderPadding); in PaintText()324 canvas->DrawFocusRect(focus_bounds); in PaintText()