Searched refs:enclosing_bounds (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_stack_view.cc340 gfx::Rect enclosing_bounds; local
362 enclosing_bounds = UnionRects(enclosing_bounds, current_bounds);
371 enclosing_bounds = UnionRects(enclosing_bounds, panel->GetBounds());
376 DeferUpdateNativeWindowBounds(defer_update, window_, enclosing_bounds);
378 window_->SetBounds(enclosing_bounds);
387 gfx::Rect enclosing_bounds; local
391 enclosing_bounds = UnionRects(enclosing_bounds, pane
[all...]
/external/chromium_org/chrome/browser/ui/panels/
H A Dstacked_panel_collection.cc36 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();
168 gfx::Rect enclosing_bounds = top_panel()->GetBounds(); local
169 enclosing_bounds.set_height(
170 bottom_panel()->GetBounds().bottom() - enclosing_bounds.y());
171 return enclosing_bounds;

Completed in 180 milliseconds