/external/chromium_org/ash/wm/ |
D | status_area_layout_manager.cc | 51 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()
|
D | root_window_layout_manager.cc | 73 const gfx::Rect& requested_bounds) { in SetChildBounds() argument 74 SetChildBoundsDirect(child, requested_bounds); in SetChildBounds()
|
D | status_area_layout_manager.h | 32 const gfx::Rect& requested_bounds) OVERRIDE;
|
D | system_modal_container_layout_manager.cc | 95 const gfx::Rect& requested_bounds) { in SetChildBounds() argument 96 SetChildBoundsDirect(child, requested_bounds); in SetChildBounds()
|
D | root_window_layout_manager.h | 45 const gfx::Rect& requested_bounds) OVERRIDE;
|
D | base_layout_manager.cc | 98 const gfx::Rect& requested_bounds) { in SetChildBounds() argument 99 gfx::Rect child_bounds(requested_bounds); in SetChildBounds()
|
D | system_modal_container_layout_manager.h | 49 const gfx::Rect& requested_bounds) OVERRIDE;
|
D | base_layout_manager.h | 65 const gfx::Rect& requested_bounds) OVERRIDE;
|
/external/chromium_org/ui/v2/src/ |
D | layout.cc | 18 const gfx::Rect& requested_bounds) { in SetChildBounds() argument 19 SetChildBoundsDirect(child, requested_bounds); in SetChildBounds()
|
/external/chromium_org/chrome/browser/ui/panels/ |
D | panel_manager.cc | 224 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()
|
D | detached_panel_collection.cc | 261 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()
|
D | panel_collection.h | 149 const gfx::Rect& requested_bounds) const = 0;
|
D | detached_panel_collection.h | 61 const gfx::Rect& requested_bounds) const OVERRIDE;
|
D | panel_manager.h | 72 const gfx::Rect& requested_bounds,
|
D | docked_panel_collection.cc | 790 const gfx::Rect& requested_bounds) const { in GetInitialPanelBounds() 791 gfx::Rect initial_bounds = requested_bounds; in GetInitialPanelBounds() 793 GetDefaultPositionForPanel(requested_bounds.size())); in GetInitialPanelBounds()
|
D | docked_panel_collection.h | 75 const gfx::Rect& requested_bounds) const OVERRIDE;
|
D | stacked_panel_collection.h | 64 const gfx::Rect& requested_bounds) const OVERRIDE;
|
/external/chromium_org/ui/keyboard/ |
D | keyboard_controller.cc | 118 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/ |
D | layout.h | 20 const gfx::Rect& requested_bounds);
|
/external/chromium_org/ui/aura/ |
D | layout_manager.h | 47 const gfx::Rect& requested_bounds) = 0;
|
/external/chromium_org/content/shell/browser/ |
D | shell_aura.cc | 57 const gfx::Rect& requested_bounds) OVERRIDE { in SetChildBounds() argument 58 SetChildBoundsDirect(child, requested_bounds); in SetChildBounds()
|
/external/chromium_org/ash/wm/workspace/ |
D | workspace_layout_manager.cc | 122 const gfx::Rect& requested_bounds) { in SetChildBounds() argument 125 SetChildBoundsDirect(child, requested_bounds); in SetChildBounds() 130 gfx::Rect child_bounds(requested_bounds); in SetChildBounds()
|
D | workspace_layout_manager.h | 49 const gfx::Rect& requested_bounds) OVERRIDE;
|
/external/chromium_org/ash/wm/panels/ |
D | panel_layout_manager.h | 91 const gfx::Rect& requested_bounds) OVERRIDE;
|
/external/chromium_org/ash/wm/dock/ |
D | docked_window_layout_manager.h | 148 const gfx::Rect& requested_bounds) OVERRIDE;
|