Searched defs:requested_bounds (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/ui/keyboard/
H A Dkeyboard_layout_manager.cc37 const gfx::Rect& requested_bounds) {
51 SetChildBoundsDirect(child, requested_bounds);
62 controller_->NotifyKeyboardBoundsChanging(requested_bounds);
36 SetChildBounds(aura::Window* child, const gfx::Rect& requested_bounds) argument
/external/chromium_org/ui/v2/src/
H A Dlayout.cc18 const gfx::Rect& requested_bounds) {
19 SetChildBoundsDirect(child, requested_bounds);
17 SetChildBounds(View* child, const gfx::Rect& requested_bounds) argument
/external/chromium_org/ash/
H A Dsnap_to_pixel_layout_manager.cc40 const gfx::Rect& requested_bounds) {
41 SetChildBoundsDirect(child, requested_bounds);
38 SetChildBounds( aura::Window* child, const gfx::Rect& requested_bounds) argument
/external/chromium_org/ash/wm/
H A Dstatus_area_layout_manager.cc36 const gfx::Rect& requested_bounds) {
40 SnapToPixelLayoutManager::SetChildBounds(child, requested_bounds);
46 if (requested_bounds == child->GetTargetBounds())
49 SnapToPixelLayoutManager::SetChildBounds(child, requested_bounds);
34 SetChildBounds( aura::Window* child, const gfx::Rect& requested_bounds) argument
H A Droot_window_layout_manager.cc72 const gfx::Rect& requested_bounds) {
73 SetChildBoundsDirect(child, requested_bounds);
70 SetChildBounds( aura::Window* child, const gfx::Rect& requested_bounds) argument
H A Dwm_event.h93 SetBoundsEvent(WMEventType type, const gfx::Rect& requested_bounds);
96 const gfx::Rect& requested_bounds() const { return requested_bounds_; } function in class:ash::wm::SetBoundsEvent
H A Dlock_layout_manager.cc76 const gfx::Rect& requested_bounds) {
78 wm::SetBoundsEvent event(wm::WM_EVENT_SET_BOUNDS, requested_bounds);
75 SetChildBounds(aura::Window* child, const gfx::Rect& requested_bounds) argument
H A Dsystem_modal_container_layout_manager.cc92 const gfx::Rect& requested_bounds) {
93 SnapToPixelLayoutManager::SetChildBounds(child, requested_bounds);
94 child->SetProperty(kCenteredKey, DialogIsCentered(requested_bounds));
90 SetChildBounds( aura::Window* child, const gfx::Rect& requested_bounds) argument
/external/chromium_org/athena/util/
H A Dfill_layout_manager.cc42 const gfx::Rect& requested_bounds) {
41 SetChildBounds(aura::Window* child, const gfx::Rect& requested_bounds) argument
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_layout_manager.cc125 const gfx::Rect& requested_bounds) {
127 wm::SetBoundsEvent event(wm::WM_EVENT_SET_BOUNDS, requested_bounds);
123 SetChildBounds( Window* child, const gfx::Rect& requested_bounds) argument
/external/chromium_org/athena/wm/
H A Dwindow_manager_impl.cc58 const gfx::Rect& requested_bounds) OVERRIDE;
137 const gfx::Rect& requested_bounds) {
138 if (!requested_bounds.IsEmpty())
139 SetChildBoundsDirect(child, requested_bounds);
135 SetChildBounds( aura::Window* child, const gfx::Rect& requested_bounds) argument
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_manager.cc220 const gfx::Rect& requested_bounds,
233 int width = requested_bounds.width();
234 int height = requested_bounds.height();
241 display_settings_provider_->GetWorkAreaMatching(requested_bounds);
259 requested_bounds.x(), requested_bounds.y(), width, height);
272 if (auto_sizing_enabled() && requested_bounds.width() == 0 &&
273 requested_bounds.height() == 0) {
217 CreatePanel(const std::string& app_name, Profile* profile, const GURL& url, const gfx::Rect& requested_bounds, CreateMode mode) argument
/external/chromium_org/ash/shelf/
H A Dshelf_layout_manager.cc520 const gfx::Rect& requested_bounds) {
521 SnapToPixelLayoutManager::SetChildBounds(child, requested_bounds);
519 SetChildBounds(aura::Window* child, const gfx::Rect& requested_bounds) argument
/external/chromium_org/ash/wm/panels/
H A Dpanel_layout_manager.cc415 const gfx::Rect& requested_bounds) {
416 gfx::Rect bounds(requested_bounds);
435 if (bounds.x() + bounds.width()/2 <= requested_bounds.x()) break;
414 SetChildBounds(aura::Window* child, const gfx::Rect& requested_bounds) argument
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager.cc711 const gfx::Rect& requested_bounds) {
713 gfx::Rect actual_new_bounds(requested_bounds);
709 SetChildBounds( aura::Window* child, const gfx::Rect& requested_bounds) argument
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11.cc885 void DesktopWindowTreeHostX11::SetBounds(const gfx::Rect& requested_bounds) { argument
886 gfx::Rect bounds(requested_bounds.origin(),
887 AdjustSize(requested_bounds.size()));

Completed in 2152 milliseconds