HomeSort by relevance Sort by last modified time
    Searched defs:container_bounds (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_current_page_delegate_impl.cc 104 gfx::Rect container_bounds = web_contents->GetContainerBounds(); local
111 container_bounds.size());
119 container_bounds.size());
  /external/chromium_org/ash/system/tray/
special_popup_row.cc 121 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/ash/wm/
system_modal_container_layout_manager_unittest.cc 563 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/
split_view_controller.cc 529 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/ash/wm/dock/
docked_window_layout_manager.cc 567 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
    [all...]
  /external/chromium_org/chrome/browser/prerender/
prerender_local_predictor.cc 757 gfx::Rect container_bounds = source_web_contents->GetContainerBounds(); local
758 info->size_.reset(new gfx::Size(container_bounds.size()));
    [all...]

Completed in 247 milliseconds