Home
last modified time | relevance | path

Searched refs:requested_bounds (Results 1 – 25 of 33) sorted by relevance

12

/external/chromium_org/ash/wm/
Dstatus_area_layout_manager.cc51 const gfx::Rect& requested_bounds) { in SetChildBounds() argument
55 SetChildBoundsDirect(child, requested_bounds); in SetChildBounds()
61 if (requested_bounds == child->bounds()) in SetChildBounds()
64 SetChildBoundsDirect(child, requested_bounds); in SetChildBounds()
Droot_window_layout_manager.cc73 const gfx::Rect& requested_bounds) { in SetChildBounds() argument
74 SetChildBoundsDirect(child, requested_bounds); in SetChildBounds()
Dstatus_area_layout_manager.h32 const gfx::Rect& requested_bounds) OVERRIDE;
Dsystem_modal_container_layout_manager.cc95 const gfx::Rect& requested_bounds) { in SetChildBounds() argument
96 SetChildBoundsDirect(child, requested_bounds); in SetChildBounds()
Droot_window_layout_manager.h45 const gfx::Rect& requested_bounds) OVERRIDE;
Dbase_layout_manager.cc98 const gfx::Rect& requested_bounds) { in SetChildBounds() argument
99 gfx::Rect child_bounds(requested_bounds); in SetChildBounds()
Dsystem_modal_container_layout_manager.h49 const gfx::Rect& requested_bounds) OVERRIDE;
Dbase_layout_manager.h65 const gfx::Rect& requested_bounds) OVERRIDE;
/external/chromium_org/ui/v2/src/
Dlayout.cc18 const gfx::Rect& requested_bounds) { in SetChildBounds() argument
19 SetChildBoundsDirect(child, requested_bounds); in SetChildBounds()
/external/chromium_org/chrome/browser/ui/panels/
Dpanel_manager.cc224 const gfx::Rect& requested_bounds, in CreatePanel() argument
237 int width = requested_bounds.width(); in CreatePanel()
238 int height = requested_bounds.height(); in CreatePanel()
245 display_settings_provider_->GetWorkAreaMatching(requested_bounds); in CreatePanel()
263 requested_bounds.x(), requested_bounds.y(), width, height); in CreatePanel()
276 if (auto_sizing_enabled() && requested_bounds.width() == 0 && in CreatePanel()
277 requested_bounds.height() == 0) { in CreatePanel()
Ddetached_panel_collection.cc261 const gfx::Rect& requested_bounds) const { in GetInitialPanelBounds()
263 return requested_bounds; in GetInitialPanelBounds()
266 GetWorkAreaMatching(requested_bounds); in GetInitialPanelBounds()
267 gfx::Rect initial_bounds = requested_bounds; in GetInitialPanelBounds()
Dpanel_collection.h149 const gfx::Rect& requested_bounds) const = 0;
Ddetached_panel_collection.h61 const gfx::Rect& requested_bounds) const OVERRIDE;
Dpanel_manager.h72 const gfx::Rect& requested_bounds,
Ddocked_panel_collection.cc790 const gfx::Rect& requested_bounds) const { in GetInitialPanelBounds()
791 gfx::Rect initial_bounds = requested_bounds; in GetInitialPanelBounds()
793 GetDefaultPositionForPanel(requested_bounds.size())); in GetInitialPanelBounds()
Ddocked_panel_collection.h75 const gfx::Rect& requested_bounds) const OVERRIDE;
Dstacked_panel_collection.h64 const gfx::Rect& requested_bounds) const OVERRIDE;
/external/chromium_org/ui/keyboard/
Dkeyboard_controller.cc118 const gfx::Rect& requested_bounds) OVERRIDE { in SetChildBounds() argument
124 controller_->NotifyKeyboardBoundsChanging(requested_bounds); in SetChildBounds()
125 SetChildBoundsDirect(child, requested_bounds); in SetChildBounds()
/external/chromium_org/ui/v2/public/
Dlayout.h20 const gfx::Rect& requested_bounds);
/external/chromium_org/ui/aura/
Dlayout_manager.h47 const gfx::Rect& requested_bounds) = 0;
/external/chromium_org/content/shell/browser/
Dshell_aura.cc57 const gfx::Rect& requested_bounds) OVERRIDE { in SetChildBounds() argument
58 SetChildBoundsDirect(child, requested_bounds); in SetChildBounds()
/external/chromium_org/ash/wm/workspace/
Dworkspace_layout_manager.cc122 const gfx::Rect& requested_bounds) { in SetChildBounds() argument
125 SetChildBoundsDirect(child, requested_bounds); in SetChildBounds()
130 gfx::Rect child_bounds(requested_bounds); in SetChildBounds()
Dworkspace_layout_manager.h49 const gfx::Rect& requested_bounds) OVERRIDE;
/external/chromium_org/ash/wm/panels/
Dpanel_layout_manager.h91 const gfx::Rect& requested_bounds) OVERRIDE;
/external/chromium_org/ash/wm/dock/
Ddocked_window_layout_manager.h148 const gfx::Rect& requested_bounds) OVERRIDE;

12