/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 | 38 const gfx::Rect& old_bounds,
|
resize_shadow_controller.h | 43 const gfx::Rect& old_bounds,
|
screen_dimmer.h | 50 const gfx::Rect& old_bounds,
|
system_background_controller.cc | 38 const gfx::Rect& old_bounds,
|
window_animations.cc | 323 const gfx::Rect old_bounds(old_layer->bounds()); 325 const bool old_on_top = (old_bounds.width() > new_bounds.width()); 329 old_bounds, new_bounds); 342 static_cast<float>(old_bounds.width()); 344 static_cast<float>(old_bounds.height()); 345 out_transform.Translate(new_bounds.x() - old_bounds.x(), 346 new_bounds.y() - old_bounds.y()); 361 const float scale_x = static_cast<float>(old_bounds.width()) / 363 const float scale_y = static_cast<float>(old_bounds.height()) / 365 in_transform.Translate(old_bounds.x() - new_bounds.x() 398 const gfx::Rect old_bounds = window->bounds(); local [all...] |
window_animations.h | 47 // Returns the duration of the cross-fade animation based on the |old_bounds| 50 const gfx::Rect& old_bounds,
|
toplevel_window_event_handler_unittest.cc | 383 gfx::Rect old_bounds = target->bounds(); local 404 EXPECT_NE(old_bounds.ToString(), target->bounds().ToString()); 408 old_bounds = target->bounds(); 424 EXPECT_NE(old_bounds.ToString(), target->bounds().ToString()); 431 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() 477 gfx::Rect old_bounds = target->bounds(); local 502 gfx::Rect old_bounds = window->bounds(); local 524 gfx::Rect old_bounds = target->bounds(); local 594 gfx::Rect old_bounds = target->bounds(); local [all...] |
screen_dimmer.cc | 62 const gfx::Rect& old_bounds,
|
app_list_controller.h | 104 const gfx::Rect& old_bounds,
|
base_layout_manager.h | 70 const gfx::Rect& old_bounds,
|
resize_shadow_controller.cc | 45 const gfx::Rect& old_bounds,
|
header_painter.h | 131 const gfx::Rect& old_bounds,
|
/external/chromium_org/ui/v2/public/ |
view_observer.h | 54 const gfx::Rect& old_bounds,
|
/external/chromium_org/ui/views/controls/menu/ |
display_change_listener_aura.cc | 24 const gfx::Rect& old_bounds, 50 const gfx::Rect& old_bounds,
|
/external/chromium_org/ui/aura/ |
window_delegate.h | 44 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 | 39 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/overview/ |
window_selector.h | 78 const gfx::Rect& old_bounds,
|
/external/chromium_org/ui/v2/src/ |
view.cc | 196 gfx::Rect old_bounds = bounds_; local 203 if (bounds_ != old_bounds) { 205 old_bounds, bounds_));
|
/external/chromium_org/ash/wm/caption_buttons/ |
frame_maximize_button.h | 63 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,
|