HomeSort by relevance Sort by last modified time
    Searched refs:available_bounds (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/shelf/
shelf_layout_manager.cc 707 const gfx::Rect available_bounds(GetAvailableBounds());
713 shelf_width = available_bounds.width();
715 shelf_height = available_bounds.height();
735 gfx::Rect(available_bounds.x(), available_bounds.bottom() - shelf_height,
736 available_bounds.width(), shelf_height),
737 gfx::Rect(available_bounds.x(), available_bounds.y(),
738 shelf_width, available_bounds.height()),
739 gfx::Rect(available_bounds.right() - shelf_width, available_bounds.y()
    [all...]
  /external/chromium/chrome/browser/chromeos/frame/
browser_view.cc 188 gfx::Rect available_bounds = vertical_layout_rect(); local
189 available_bounds.Inset(tabstrip_w, 0, 0, 0);
190 set_vertical_layout_rect(available_bounds);

Completed in 59 milliseconds