Searched defs:label_rect (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Dscreen_capture_notification_ui_views.cc246 gfx::Rect label_rect; local
247 label_rect.set_x(grip_rect.right() + kHorizontalMargin);
248 label_rect.set_width(
249 stop_button_rect.x() - kHorizontalMargin - label_rect.x());
250 label_rect.set_height(bounds().height());
251 label_->SetBoundsRect(label_rect);

Completed in 334 milliseconds