Home
last modified time | relevance | path

Searched refs:label_bounds (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ash/system/chromeos/screen_security/
Dscreen_tray_item.cc73 gfx::Rect label_bounds = label_->bounds(); in Layout() local
74 label_bounds.set_width( in Layout()
76 label_->SetBoundsRect(label_bounds); in Layout()
/external/chromium/chrome/browser/ui/views/
Dabout_chrome_view.cc445 const gfx::Rect label_bounds = main_text_label_->bounds(); in OnPaint() local
463 label_bounds, font); in OnPaint()
467 label_bounds, font); in OnPaint()
471 label_bounds, font); in OnPaint()
481 &position, text_direction_is_rtl_, label_bounds, font); in OnPaint()
485 label_bounds, font); in OnPaint()
/external/chromium_org/chrome/browser/ui/views/frame/
Dopaque_browser_frame_view_layout.cc429 gfx::Rect label_bounds( in LayoutAvatar() local
434 avatar_label_->SetBoundsRect(label_bounds); in LayoutAvatar()