/external/chromium_org/ash/wm/ |
D | status_area_layout_manager.cc | 36 const gfx::Rect& requested_bounds) { in SetChildBounds() argument 40 SnapToPixelLayoutManager::SetChildBounds(child, requested_bounds); in SetChildBounds() 46 if (requested_bounds == child->GetTargetBounds()) in SetChildBounds() 49 SnapToPixelLayoutManager::SetChildBounds(child, requested_bounds); in SetChildBounds()
|
D | wm_event.h | 93 SetBoundsEvent(WMEventType type, const gfx::Rect& requested_bounds); 96 const gfx::Rect& requested_bounds() const { return requested_bounds_; } in requested_bounds() function
|
D | root_window_layout_manager.cc | 72 const gfx::Rect& requested_bounds) { in SetChildBounds() argument 73 SetChildBoundsDirect(child, requested_bounds); in SetChildBounds()
|
D | lock_layout_manager.cc | 76 const gfx::Rect& requested_bounds) { in SetChildBounds() argument 78 wm::SetBoundsEvent event(wm::WM_EVENT_SET_BOUNDS, requested_bounds); in SetChildBounds()
|
D | system_modal_container_layout_manager.cc | 92 const gfx::Rect& requested_bounds) { in SetChildBounds() argument 93 SnapToPixelLayoutManager::SetChildBounds(child, requested_bounds); in SetChildBounds() 94 child->SetProperty(kCenteredKey, DialogIsCentered(requested_bounds)); in SetChildBounds()
|
D | status_area_layout_manager.h | 27 const gfx::Rect& requested_bounds) OVERRIDE;
|
D | root_window_layout_manager.h | 44 const gfx::Rect& requested_bounds) OVERRIDE;
|
D | system_modal_container_layout_manager.h | 49 const gfx::Rect& requested_bounds) OVERRIDE;
|
D | lock_layout_manager.h | 64 const gfx::Rect& requested_bounds) OVERRIDE;
|
/external/chromium_org/ui/keyboard/ |
D | keyboard_layout_manager.cc | 37 const gfx::Rect& requested_bounds) { in SetChildBounds() argument 51 SetChildBoundsDirect(child, requested_bounds); in SetChildBounds() 62 controller_->NotifyKeyboardBoundsChanging(requested_bounds); in SetChildBounds()
|
D | keyboard_layout_manager.h | 32 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/ash/ |
D | snap_to_pixel_layout_manager.cc | 40 const gfx::Rect& requested_bounds) { in SetChildBounds() argument 41 SetChildBoundsDirect(child, requested_bounds); in SetChildBounds()
|
D | snap_to_pixel_layout_manager.h | 30 const gfx::Rect& requested_bounds) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/panels/ |
D | panel_manager.cc | 220 const gfx::Rect& requested_bounds, in CreatePanel() argument 233 int width = requested_bounds.width(); in CreatePanel() 234 int height = requested_bounds.height(); in CreatePanel() 241 display_settings_provider_->GetWorkAreaMatching(requested_bounds); in CreatePanel() 259 requested_bounds.x(), requested_bounds.y(), width, height); in CreatePanel() 272 if (auto_sizing_enabled() && requested_bounds.width() == 0 && in CreatePanel() 273 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;
|
/external/chromium_org/chromecast/service/ |
D | cast_service_simple.cc | 61 const gfx::Rect& requested_bounds) OVERRIDE { in SetChildBounds() argument 62 SetChildBoundsDirect(child, requested_bounds); in SetChildBounds()
|
/external/chromium_org/content/shell/browser/ |
D | shell_platform_data_aura.cc | 54 const gfx::Rect& requested_bounds) OVERRIDE { in SetChildBounds() argument 55 SetChildBoundsDirect(child, requested_bounds); in SetChildBounds()
|
/external/chromium_org/ui/v2/public/ |
D | layout.h | 20 const gfx::Rect& requested_bounds);
|
/external/chromium_org/athena/wm/ |
D | window_manager_impl.cc | 58 const gfx::Rect& requested_bounds) OVERRIDE; 137 const gfx::Rect& requested_bounds) { in SetChildBounds() argument 138 if (!requested_bounds.IsEmpty()) in SetChildBounds() 139 SetChildBoundsDirect(child, requested_bounds); in SetChildBounds()
|
/external/chromium_org/ui/aura/ |
D | layout_manager.h | 47 const gfx::Rect& requested_bounds) = 0;
|
/external/chromium_org/athena/util/ |
D | fill_layout_manager.h | 26 const gfx::Rect& requested_bounds) OVERRIDE;
|
D | fill_layout_manager.cc | 42 const gfx::Rect& requested_bounds) { in SetChildBounds() argument
|
/external/chromium_org/ash/wm/maximize_mode/ |
D | maximize_mode_window_state.cc | 150 (static_cast<const wm::SetBoundsEvent*>(event))->requested_bounds(); in OnWMEvent() 159 (static_cast<const wm::SetBoundsEvent*>(event))->requested_bounds(); in OnWMEvent()
|