Searched refs:container_bounds (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ash/system/tray/
H A Dspecial_popup_row.cc121 gfx::Rect container_bounds = content_bounds; local
122 container_bounds.ClampToCenteredSize(bounds.size());
123 container_bounds.set_x(content_bounds.width() - container_bounds.width());
124 button_container_->SetBoundsRect(container_bounds);
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_current_page_delegate_impl.cc104 gfx::Rect container_bounds = web_contents->GetContainerBounds(); local
111 container_bounds.size());
119 container_bounds.size());
/external/chromium_org/chrome/browser/android/omnibox/
H A Domnibox_prerender.cc145 gfx::Rect container_bounds = web_contents->GetContainerBounds();
151 container_bounds.size());
158 container_bounds.size());
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager.cc567 const gfx::Rect container_bounds = dock_container_->GetBoundsInScreen(); local
568 if (bounds.x() <= container_bounds.x() &&
569 bounds.right() > container_bounds.x()) {
571 } else if (bounds.x() < container_bounds.right() &&
572 bounds.right() >= container_bounds.right()) {
1027 const gfx::Rect container_bounds = dock_container_->GetBoundsInScreen(); local
1028 return (abs(bounds.x() - container_bounds.x()) <
1029 abs(bounds.right() - container_bounds.right())) ?
/external/chromium_org/ash/wm/
H A Dsystem_modal_container_layout_manager_unittest.cc563 const gfx::Rect& container_bounds = GetModalContainer()->bounds(); local
567 (container_bounds.right() - modal_size.width()) / 2, // X centered
568 container_bounds.bottom() - modal_size.height()); // at bottom
599 const gfx::Rect& container_bounds = GetModalContainer()->bounds(); local
604 (container_bounds.right() - modal_size.width()) / 2, // X centered
605 container_bounds.bottom() - modal_size.height()); // at bottom
/external/chromium_org/athena/wm/
H A Dsplit_view_controller.cc529 gfx::Rect container_bounds = container_->GetBoundsInScreen(); local
531 delta > 0 ? display_bounds.x() - container_bounds.x()
532 : display_bounds.right() - container_bounds.x();
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_local_predictor.cc757 gfx::Rect container_bounds = source_web_contents->GetContainerBounds(); local
758 info->size_.reset(new gfx::Size(container_bounds.size()));
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc413 gfx::Rect container_bounds((width() - container_size.width()) / 2,
417 container_->SetBoundsRect(container_bounds);

Completed in 195 milliseconds