HomeSort by relevance Sort by last modified time
    Searched refs:old_bounds (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/ui/ash/
shelf_browsertest.cc 25 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/ash/wm/
system_background_controller.h 42 const gfx::Rect& old_bounds,
resize_shadow_controller.h 43 const gfx::Rect& old_bounds,
screen_dimmer.h 54 const gfx::Rect& old_bounds,
window_animations.cc 322 const gfx::Rect old_bounds(old_layer->bounds());
324 const bool old_on_top = (old_bounds.width() > new_bounds.width());
327 const base::TimeDelta duration = GetCrossFadeDuration(old_bounds, new_bounds);
340 static_cast<float>(old_bounds.width());
342 static_cast<float>(old_bounds.height());
343 out_transform.Translate(new_bounds.x() - old_bounds.x(),
344 new_bounds.y() - old_bounds.y());
359 const float scale_x = static_cast<float>(old_bounds.width()) /
361 const float scale_y = static_cast<float>(old_bounds.height()) /
363 in_transform.Translate(old_bounds.x() - new_bounds.x()
396 const gfx::Rect old_bounds = window->bounds(); local
    [all...]
window_animations.h 55 // Returns the duration of the cross-fade animation based on the |old_bounds|
57 ASH_EXPORT base::TimeDelta GetCrossFadeDuration(const gfx::Rect& old_bounds,
toplevel_window_event_handler_unittest.cc 384 gfx::Rect old_bounds = target->bounds(); local
405 EXPECT_NE(old_bounds.ToString(), target->bounds().ToString());
409 old_bounds = target->bounds();
425 EXPECT_NE(old_bounds.ToString(), target->bounds().ToString());
432 old_bounds = target->bounds();
441 EXPECT_NE(old_bounds.ToString(), target->bounds().ToString());
443 EXPECT_EQ(old_bounds.ToString(),
447 target->SetBounds(old_bounds);
456 EXPECT_NE(old_bounds.ToString(), target->bounds().ToString());
459 EXPECT_EQ(old_bounds.ToString()
478 gfx::Rect old_bounds = target->bounds(); local
502 gfx::Rect old_bounds = window->bounds(); local
523 gfx::Rect old_bounds = target->bounds(); local
593 gfx::Rect old_bounds = target->bounds(); local
    [all...]
app_list_controller.h 95 const gfx::Rect& old_bounds,
screen_dimmer.cc 62 const gfx::Rect& old_bounds,
system_background_controller.cc 47 const gfx::Rect& old_bounds,
base_layout_manager.h 71 const gfx::Rect& old_bounds,
resize_shadow_controller.cc 45 const gfx::Rect& old_bounds,
base_layout_manager_unittest.cc 209 gfx::Rect old_bounds = window->bounds(); local
211 EXPECT_EQ(old_bounds.width(), window->bounds().width());
212 EXPECT_EQ(old_bounds.height(), window->bounds().height());
  /external/chromium_org/ui/views/controls/menu/
display_change_listener_aura.cc 25 const gfx::Rect& old_bounds,
51 const gfx::Rect& old_bounds,
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_frame_aura.cc 70 const gfx::Rect& old_bounds,
78 if ((old_bounds.y() == 0 && new_bounds.y() != 0) ||
79 (old_bounds.y() != 0 && new_bounds.y() == 0))
  /external/chromium_org/ui/aura/
window_delegate.h 43 virtual void OnBoundsChanged(const gfx::Rect& old_bounds,
window_observer.h 72 // Invoked when SetBounds() is invoked on |window|. |old_bounds| and
75 const gfx::Rect& old_bounds,
  /external/chromium_org/content/browser/web_contents/aura/
image_window_delegate.cc 38 void ImageWindowDelegate::OnBoundsChanged(const gfx::Rect& old_bounds,
image_window_delegate.h 29 virtual void OnBoundsChanged(const gfx::Rect& old_bounds,
  /external/chromium_org/ui/aura/test/
test_screen.h 43 const gfx::Rect& old_bounds,
test_window_delegate.h 47 virtual void OnBoundsChanged(const gfx::Rect& old_bounds,
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.h 112 const gfx::Rect& old_bounds,
  /external/chromium_org/ash/wm/workspace/
frame_maximize_button.h 55 const gfx::Rect& old_bounds,
  /external/chromium_org/ui/views/corewm/
shadow_controller.cc 95 const gfx::Rect& old_bounds,
168 const gfx::Rect& old_bounds,
  /external/chromium_org/chrome/browser/ui/panels/
docked_panel_collection.cc 683 gfx::Rect old_bounds = panel->GetBounds(); local
684 gfx::Rect new_bounds = old_bounds;
694 if (x < old_bounds.x() ||
695 (x == old_bounds.x() && new_bounds.width() <= old_bounds.width()))

Completed in 1254 milliseconds

1 2 3