Searched refs:title_bounds (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ash/frame/
H A Ddefault_header_painter_unittest.cc52 gfx::Rect title_bounds = painter.GetTitleBounds(); local
54 title_bounds.CenterPoint().y());
H A Ddefault_header_painter.cc271 gfx::Rect title_bounds = GetTitleBounds(); local
272 title_bounds.set_x(view_->GetMirroredXForRect(title_bounds));
276 title_bounds,
/external/chromium_org/ui/views/window/
H A Dcustom_frame_view_unittest.cc97 gfx::Rect title_bounds() { function in class:views::CustomFrameViewTest
172 title_bounds().x() + title_bounds().width());
196 title_bounds().x());
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_header_painter_ash.cc332 gfx::Rect title_bounds = GetTitleBounds(); local
333 title_bounds.set_x(view_->GetMirroredXForRect(title_bounds));
337 title_bounds,
/external/chromium_org/ui/app_list/views/
H A Dapp_list_item_view.cc316 gfx::Rect title_bounds(rect.x() + (rect.width() - title_size.width()) / 2,
320 title_bounds.Intersect(rect);
321 title_->SetBoundsRect(title_bounds);
326 progress_bar_bounds.set_y(title_bounds.y());

Completed in 206 milliseconds