Searched refs:old_bounds (Results 1 - 25 of 100) sorted by relevance

1234

/external/chromium_org/chrome/browser/ui/ash/
H A Dshelf_browsertest.cc25 const gfx::Rect old_bounds = browser()->window()->GetBounds(); local
27 old_bounds.x(),
28 old_bounds.y(),
29 old_bounds.width(),
30 shelf->GetIdealBounds().y() - old_bounds.y());
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dview_private.h44 void LocalSetBounds(const gfx::Rect& old_bounds, argument
46 view_->LocalSetBounds(old_bounds, new_bounds);
/external/chromium_org/ash/wm/
H A Dsystem_background_controller.h37 const gfx::Rect& old_bounds,
H A Dwindow_animations.cc70 const gfx::Rect& old_bounds,
75 int old_area = old_bounds.width() * old_bounds.height();
329 const gfx::Rect old_bounds(old_layer_owner->root()->bounds());
331 const bool old_on_top = (old_bounds.width() > new_bounds.width());
335 old_bounds, new_bounds);
349 static_cast<float>(old_bounds.width());
351 static_cast<float>(old_bounds.height());
352 out_transform.Translate(new_bounds.x() - old_bounds.x(),
353 new_bounds.y() - old_bounds
69 GetCrossFadeDuration(aura::Window* window, const gfx::Rect& old_bounds, const gfx::Rect& new_bounds) argument
[all...]
H A Dresize_shadow_controller.h41 const gfx::Rect& old_bounds,
H A Dscreen_dimmer.h49 const gfx::Rect& old_bounds,
H A Dsystem_background_controller.cc37 const gfx::Rect& old_bounds,
35 OnWindowBoundsChanged( aura::Window* root, const gfx::Rect& old_bounds, const gfx::Rect& new_bounds) argument
H A Dtoplevel_window_event_handler_unittest.cc406 gfx::Rect old_bounds = target->bounds(); local
420 EXPECT_NE(old_bounds.ToString(), target->bounds().ToString());
423 old_bounds = target->bounds();
433 EXPECT_NE(old_bounds.ToString(), target->bounds().ToString());
439 old_bounds = target->bounds();
449 EXPECT_NE(old_bounds.ToString(), target->bounds().ToString());
451 EXPECT_EQ(old_bounds.ToString(),
455 target->SetBounds(old_bounds);
464 EXPECT_NE(old_bounds.ToString(), target->bounds().ToString());
467 EXPECT_EQ(old_bounds
486 gfx::Rect old_bounds = target->bounds(); local
511 gfx::Rect old_bounds = window->bounds(); local
533 gfx::Rect old_bounds = target->bounds(); local
588 gfx::Rect old_bounds = target->bounds(); local
[all...]
H A Dresize_shadow_controller.cc44 const gfx::Rect& old_bounds,
42 OnWindowBoundsChanged( aura::Window* window, const gfx::Rect& old_bounds, const gfx::Rect& new_bounds) argument
H A Dscreen_dimmer.cc60 const gfx::Rect& old_bounds,
59 OnWindowBoundsChanged(aura::Window* root, const gfx::Rect& old_bounds, const gfx::Rect& new_bounds) argument
/external/chromium_org/mojo/services/public/cpp/view_manager/
H A Dview_observer.h57 const gfx::Rect& old_bounds,
60 const gfx::Rect& old_bounds,
56 OnViewBoundsChanging(View* view, const gfx::Rect& old_bounds, const gfx::Rect& new_bounds) argument
59 OnViewBoundsChanged(View* view, const gfx::Rect& old_bounds, const gfx::Rect& new_bounds) argument
/external/chromium_org/ui/keyboard/
H A Dkeyboard_layout_manager.cc50 gfx::Rect old_bounds = child->bounds(); local
52 if (old_bounds.height() == 0 && child->bounds().height() != 0 &&
/external/chromium_org/ui/views/controls/menu/
H A Ddisplay_change_listener_aura.cc24 const gfx::Rect& old_bounds,
50 const gfx::Rect& old_bounds,
48 OnWindowBoundsChanged( aura::Window* window, const gfx::Rect& old_bounds, const gfx::Rect& new_bounds) argument
/external/chromium_org/mojo/aura/
H A Dwindow_tree_host_mojo.cc164 const gfx::Rect& old_bounds,
167 if (old_bounds.origin() != new_bounds.origin())
169 if (old_bounds.size() != new_bounds.size())
162 OnViewBoundsChanged( View* view, const gfx::Rect& old_bounds, const gfx::Rect& new_bounds) argument
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_win.cc125 gfx::Rect old_bounds = bounds_; local
127 if (bounds_.origin() != old_bounds.origin())
129 if (bounds_.size() != old_bounds.size())
H A Dwindow_delegate.h44 virtual void OnBoundsChanged(const gfx::Rect& old_bounds,
/external/chromium_org/mojo/services/view_manager/
H A Dserver_view_delegate.h34 const gfx::Rect& old_bounds,
H A Dconnection_manager.cc143 const gfx::Rect& old_bounds,
149 view, old_bounds, new_bounds, IsChangeSource(i->first));
267 const gfx::Rect& old_bounds,
269 ProcessViewBoundsChanged(view, old_bounds, new_bounds);
274 display_manager_.SchedulePaint(view->parent(), old_bounds);
142 ProcessViewBoundsChanged(const ServerView* view, const gfx::Rect& old_bounds, const gfx::Rect& new_bounds) argument
266 OnViewBoundsChanged(const ServerView* view, const gfx::Rect& old_bounds, const gfx::Rect& new_bounds) argument
H A Dconnection_manager.h124 const gfx::Rect& old_bounds,
172 const gfx::Rect& old_bounds,
H A Dserver_view.cc82 const gfx::Rect old_bounds = bounds_; local
84 delegate_->OnViewBoundsChanged(this, old_bounds, bounds);
/external/chromium_org/ui/v2/public/
H A Dview_observer.h54 const gfx::Rect& old_bounds,
53 OnViewBoundsChanged(View* view, const gfx::Rect& old_bounds, const gfx::Rect& new_bounds) argument
/external/chromium_org/ash/wm/maximize_mode/
H A Dworkspace_backdrop_delegate.h39 const gfx::Rect& old_bounds,
/external/chromium_org/content/browser/web_contents/aura/
H A Dimage_window_delegate.cc39 void ImageWindowDelegate::OnBoundsChanged(const gfx::Rect& old_bounds, argument
H A Dimage_window_delegate.h30 virtual void OnBoundsChanged(const gfx::Rect& old_bounds,
/external/chromium_org/mojo/views/
H A Dnative_widget_view_manager.h51 const gfx::Rect& old_bounds,

Completed in 557 milliseconds

1234