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

  /external/chromium_org/chrome/browser/ui/views/panels/
panel_stack_view.cc 392 gfx::Rect enclosing_bounds; local
414 enclosing_bounds = UnionRects(enclosing_bounds, current_bounds);
423 enclosing_bounds = UnionRects(enclosing_bounds, panel->GetBounds());
428 DeferUpdateNativeWindowBounds(defer_update, window_, enclosing_bounds);
430 window_->SetBounds(enclosing_bounds);
439 gfx::Rect enclosing_bounds; local
443 enclosing_bounds = UnionRects(enclosing_bounds, panel->GetBounds())
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
stacked_panel_collection.cc 36 gfx::Rect enclosing_bounds = GetEnclosingBounds();
38 GetWorkAreaMatching(enclosing_bounds);
44 if (enclosing_bounds.height() > work_area.height()) {
45 int needed_space = enclosing_bounds.height() - work_area.height();
174 gfx::Rect enclosing_bounds = top_panel()->GetBounds(); local
175 enclosing_bounds.set_height(
176 bottom_panel()->GetBounds().bottom() - enclosing_bounds.y());
177 return enclosing_bounds;

Completed in 316 milliseconds