Home
last modified time | relevance | path

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

12

/external/chromium_org/ash/wm/
Dstatus_area_layout_manager.cc36 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()
Dwm_event.h93 SetBoundsEvent(WMEventType type, const gfx::Rect& requested_bounds);
96 const gfx::Rect& requested_bounds() const { return requested_bounds_; } in requested_bounds() function
Droot_window_layout_manager.cc72 const gfx::Rect& requested_bounds) { in SetChildBounds() argument
73 SetChildBoundsDirect(child, requested_bounds); in SetChildBounds()
Dlock_layout_manager.cc76 const gfx::Rect& requested_bounds) { in SetChildBounds() argument
78 wm::SetBoundsEvent event(wm::WM_EVENT_SET_BOUNDS, requested_bounds); in SetChildBounds()
Dsystem_modal_container_layout_manager.cc92 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()
Dstatus_area_layout_manager.h27 const gfx::Rect& requested_bounds) OVERRIDE;
Droot_window_layout_manager.h44 const gfx::Rect& requested_bounds) OVERRIDE;
Dsystem_modal_container_layout_manager.h49 const gfx::Rect& requested_bounds) OVERRIDE;
Dlock_layout_manager.h64 const gfx::Rect& requested_bounds) OVERRIDE;
/external/chromium_org/ui/keyboard/
Dkeyboard_layout_manager.cc37 const gfx::Rect& requested_bounds) { in SetChildBounds() argument
51 SetChildBoundsDirect(child, requested_bounds); in SetChildBounds()
62 controller_->NotifyKeyboardBoundsChanging(requested_bounds); in SetChildBounds()
Dkeyboard_layout_manager.h32 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/ash/
Dsnap_to_pixel_layout_manager.cc40 const gfx::Rect& requested_bounds) { in SetChildBounds() argument
41 SetChildBoundsDirect(child, requested_bounds); in SetChildBounds()
Dsnap_to_pixel_layout_manager.h30 const gfx::Rect& requested_bounds) OVERRIDE;
/external/chromium_org/chrome/browser/ui/panels/
Dpanel_manager.cc220 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()
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;
/external/chromium_org/chromecast/service/
Dcast_service_simple.cc61 const gfx::Rect& requested_bounds) OVERRIDE { in SetChildBounds() argument
62 SetChildBoundsDirect(child, requested_bounds); in SetChildBounds()
/external/chromium_org/content/shell/browser/
Dshell_platform_data_aura.cc54 const gfx::Rect& requested_bounds) OVERRIDE { in SetChildBounds() argument
55 SetChildBoundsDirect(child, requested_bounds); in SetChildBounds()
/external/chromium_org/ui/v2/public/
Dlayout.h20 const gfx::Rect& requested_bounds);
/external/chromium_org/athena/wm/
Dwindow_manager_impl.cc58 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/
Dlayout_manager.h47 const gfx::Rect& requested_bounds) = 0;
/external/chromium_org/athena/util/
Dfill_layout_manager.h26 const gfx::Rect& requested_bounds) OVERRIDE;
Dfill_layout_manager.cc42 const gfx::Rect& requested_bounds) { in SetChildBounds() argument
/external/chromium_org/ash/wm/maximize_mode/
Dmaximize_mode_window_state.cc150 (static_cast<const wm::SetBoundsEvent*>(event))->requested_bounds(); in OnWMEvent()
159 (static_cast<const wm::SetBoundsEvent*>(event))->requested_bounds(); in OnWMEvent()

12