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

1 2 3 4

  /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/ui/keyboard/
keyboard_layout_manager.cc 50 gfx::Rect old_bounds = child->bounds(); local
52 if (old_bounds.height() == 0 && child->bounds().height() != 0) {
53 // The window height is set to 0 initially. If the height of |old_bounds| is
  /external/chromium_org/ash/wm/
system_background_controller.h 37 const gfx::Rect& old_bounds,
screen_dimmer.h 49 const gfx::Rect& old_bounds,
resize_shadow_controller.h 41 const gfx::Rect& old_bounds,
system_background_controller.cc 37 const gfx::Rect& old_bounds,
window_animations.cc 70 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.y())
    [all...]
toplevel_window_event_handler_unittest.cc 406 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.ToString()
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...]
lock_layout_manager.h 74 const gfx::Rect& old_bounds,
resize_shadow_controller.cc 44 const gfx::Rect& old_bounds,
screen_dimmer.cc 60 const gfx::Rect& old_bounds,
  /external/chromium_org/ui/v2/public/
view_observer.h 54 const gfx::Rect& old_bounds,
  /external/chromium_org/mojo/services/public/cpp/view_manager/lib/
node_private.h 48 void LocalSetBounds(const gfx::Rect& old_bounds,
50 node_->LocalSetBounds(old_bounds, new_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/ash/wm/maximize_mode/
workspace_backdrop_delegate.h 36 const gfx::Rect& old_bounds,
maximize_mode_window_manager.h 62 const gfx::Rect& old_bounds,
  /external/chromium_org/mojo/services/public/cpp/view_manager/
node_observer.h 55 const gfx::Rect& old_bounds,
node.h 90 void LocalSetBounds(const gfx::Rect& old_bounds, const gfx::Rect& new_bounds);
  /external/chromium_org/ui/aura/
window_delegate.h 44 virtual void OnBoundsChanged(const gfx::Rect& old_bounds,
  /external/chromium_org/mojo/aura/
window_tree_host_mojo.cc 169 const gfx::Rect& old_bounds,
173 if (old_bounds.origin() != new_bounds.origin())
175 if (old_bounds.size() != new_bounds.size())
window_tree_host_mojo.h 67 const gfx::Rect& old_bounds,
  /external/chromium_org/ash/wm/overview/
window_grid.h 93 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 30 virtual void OnBoundsChanged(const gfx::Rect& old_bounds,
  /external/chromium_org/ui/aura/test/
test_screen.h 45 const gfx::Rect& old_bounds,

Completed in 3411 milliseconds

1 2 3 4