Searched defs:new_bounds (Results 1 - 25 of 56) sorted by relevance

123

/external/chromium_org/ash/wm/
H A Dscreen_dimmer.cc63 const gfx::Rect& new_bounds) {
61 OnWindowBoundsChanged(aura::Window* root, const gfx::Rect& old_bounds, const gfx::Rect& new_bounds) argument
H A Dsystem_background_controller.cc48 const gfx::Rect& new_bounds) {
45 OnWindowBoundsChanged( aura::Window* root, const gfx::Rect& old_bounds, const gfx::Rect& new_bounds) argument
H A Dresize_shadow_controller.cc46 const gfx::Rect& new_bounds) {
49 shadow->Layout(new_bounds);
43 OnWindowBoundsChanged( aura::Window* window, const gfx::Rect& old_bounds, const gfx::Rect& new_bounds) argument
H A Dbase_layout_manager.cc147 const gfx::Rect& new_bounds) {
145 OnWindowBoundsChanged(aura::Window* window, const gfx::Rect& old_bounds, const gfx::Rect& new_bounds) argument
H A Dcustom_frame_view_ash_unittest.cc674 gfx::Rect new_bounds = widget->GetWindowBoundsInScreen(); local
675 EXPECT_EQ(0, new_bounds.x());
676 EXPECT_EQ(0, new_bounds.y());
681 new_bounds = widget->GetWindowBoundsInScreen();
682 EXPECT_EQ(new_bounds.x(), initial_bounds.x());
683 EXPECT_EQ(new_bounds.y(), initial_bounds.x());
684 EXPECT_EQ(new_bounds.width(), initial_bounds.width());
685 EXPECT_EQ(new_bounds.height(), initial_bounds.height());
706 gfx::Rect new_bounds = widget->GetWindowBoundsInScreen(); local
707 EXPECT_EQ(0, new_bounds
742 gfx::Rect new_bounds = widget->GetWindowBoundsInScreen(); local
771 gfx::Rect new_bounds = widget->GetWindowBoundsInScreen(); local
[all...]
/external/chromium_org/chrome/browser/chromeos/ui/
H A Dfocus_ring_controller.cc83 const gfx::Rect& new_bounds) {
82 OnWidgetBoundsChanged(views::Widget* widget, const gfx::Rect& new_bounds) argument
/external/chromium_org/ui/views/controls/menu/
H A Ddisplay_change_listener_aura.cc26 const gfx::Rect& new_bounds) OVERRIDE;
52 const gfx::Rect& new_bounds) {
49 OnWindowBoundsChanged( aura::Window* window, const gfx::Rect& old_bounds, const gfx::Rect& new_bounds) argument
/external/chromium_org/ui/views/widget/
H A Dwidget_observer.h44 const gfx::Rect& new_bounds) {}
43 OnWidgetBoundsChanged(Widget* widget, const gfx::Rect& new_bounds) argument
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_popup_controller_browsertest.cc119 gfx::Rect new_bounds = browser()->window()->GetBounds() - gfx::Vector2d(1, 1); local
120 browser()->window()->SetBounds(new_bounds);
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautocheckout_bubble_views.cc123 const gfx::Rect& new_bounds) {
121 OnWidgetBoundsChanged( views::Widget* widget, const gfx::Rect& new_bounds) argument
H A Dautofill_popup_view_views.cc132 const gfx::Rect& new_bounds) {
130 OnWidgetBoundsChanged( views::Widget* widget, const gfx::Rect& new_bounds) argument
/external/chromium/chrome/browser/
H A Dblocked_content_container.cc138 const gfx::Rect& new_bounds) {
142 i->bounds = new_bounds;
137 MoveContents(TabContents* source, const gfx::Rect& new_bounds) argument
/external/chromium_org/apps/
H A Dshell_window_geometry_cache_unittest.cc134 gfx::Rect new_bounds; local
138 extension_id, kWindowId, &new_bounds, &new_screen_bounds, &new_state));
139 ASSERT_EQ(bounds, new_bounds);
152 gfx::Rect new_bounds; local
156 extension_id, kWindowId, &new_bounds, &new_screen_bounds, &new_state));
157 ASSERT_TRUE(new_bounds.IsEmpty());
170 gfx::Rect new_bounds; local
174 extension_id, kWindowId, &new_bounds, &new_screen_bounds, &new_state));
175 ASSERT_TRUE(new_bounds.IsEmpty());
188 gfx::Rect new_bounds; local
214 gfx::Rect new_bounds; local
[all...]
/external/chromium_org/chrome/browser/ui/blocked_content/
H A Dblocked_content_container.cc160 const gfx::Rect& new_bounds) {
164 i->bounds = new_bounds;
159 MoveContents(WebContents* source, const gfx::Rect& new_bounds) argument
/external/chromium_org/content/browser/web_contents/aura/
H A Dimage_window_delegate.cc39 const gfx::Rect& new_bounds) {
40 window_size_ = new_bounds.size();
38 OnBoundsChanged(const gfx::Rect& old_bounds, const gfx::Rect& new_bounds) argument
/external/chromium_org/ui/aura/test/
H A Dtest_screen.cc56 gfx::Rect new_bounds = gfx::ToNearestRect( local
58 display_.SetScaleAndBounds(display_.device_scale_factor(), new_bounds);
97 Window* window, const gfx::Rect& old_bounds, const gfx::Rect& new_bounds) {
99 display_.SetSize(new_bounds.size());
96 OnWindowBoundsChanged( Window* window, const gfx::Rect& old_bounds, const gfx::Rect& new_bounds) argument
H A Dtest_window_delegate.cc46 const gfx::Rect& new_bounds) {
45 OnBoundsChanged(const gfx::Rect& old_bounds, const gfx::Rect& new_bounds) argument
/external/chromium_org/cc/resources/
H A Dpicture_layer_tiling_set_unittest.cc165 void SyncTilings(gfx::Size new_bounds, argument
174 *source_.get(), new_bounds, invalidation, minimum_scale);
176 void SyncTilings(gfx::Size new_bounds) { argument
178 SyncTilings(new_bounds, invalidation, 0.f);
180 void SyncTilings(gfx::Size new_bounds, const Region& invalidation) { argument
181 SyncTilings(new_bounds, invalidation, 0.f);
183 void SyncTilings(gfx::Size new_bounds, float minimum_scale) { argument
185 SyncTilings(new_bounds, invalidation, minimum_scale);
188 void VerifyTargetEqualsSource(gfx::Size new_bounds) const {
189 ASSERT_FALSE(new_bounds
263 gfx::Size new_bounds; local
[all...]
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dcandidate_window_controller_impl.cc277 gfx::Rect new_bounds; local
278 new_bounds.set_size(view->GetPreferredSize());
279 new_bounds.set_origin(GetInfolistWindowPosition(
283 new_bounds.size()));
285 if (current_bounds != new_bounds)
286 infolist_window_->SetBounds(new_bounds);
/external/chromium_org/chrome/browser/ui/gtk/panels/
H A Dpanel_stack_window_gtk.cc101 Panel* panel, const gfx::Rect& new_bounds) {
105 if (panel->GetBounds() == new_bounds)
109 bounds_updates_[panel] = new_bounds;
100 AddPanelBoundsForBatchUpdate( Panel* panel, const gfx::Rect& new_bounds) argument
/external/chromium_org/chrome/browser/ui/panels/
H A Ddetached_panel_collection.cc206 gfx::Rect new_bounds(saved_panel_placement_.panel->GetBounds());
207 new_bounds.set_origin(saved_panel_placement_.position);
208 saved_panel_placement_.panel->SetPanelBounds(new_bounds);
224 Panel* panel, const gfx::Rect& new_bounds) {
226 panel->set_full_size(new_bounds.size());
223 OnPanelResizedByMouse( Panel* panel, const gfx::Rect& new_bounds) argument
/external/chromium_org/ui/aura/
H A Dwindow_observer.h73 // |new_bounds| are in parent coordinates.
76 const gfx::Rect& new_bounds) {}
74 OnWindowBoundsChanged(Window* window, const gfx::Rect& old_bounds, const gfx::Rect& new_bounds) argument
/external/chromium_org/ui/message_center/views/
H A Dtoast_contents_view.cc125 void ToastContentsView::SetBoundsInstantly(gfx::Rect new_bounds) { argument
126 if (new_bounds == bounds())
129 origin_ = new_bounds.origin();
132 GetWidget()->SetBounds(new_bounds);
135 void ToastContentsView::SetBoundsWithAnimation(gfx::Rect new_bounds) { argument
136 if (new_bounds == bounds())
139 origin_ = new_bounds.origin();
148 animated_bounds_end_ = new_bounds;
/external/chromium_org/ui/views/animation/
H A Dbounds_animator.cc235 gfx::Rect new_bounds = local
237 if (new_bounds != view->bounds()) {
238 gfx::Rect total_bounds = gfx::UnionRects(new_bounds, view->bounds());
244 view->SetBoundsRect(new_bounds);
/external/chromium_org/ui/views/bubble/
H A Dbubble_delegate.cc249 const gfx::Rect& new_bounds) {
248 OnWidgetBoundsChanged(Widget* widget, const gfx::Rect& new_bounds) argument

Completed in 882 milliseconds

123