HomeSort by relevance Sort by last modified time
    Searched refs:new_bounds (Results 76 - 100 of 175) sorted by null

1 2 34 5 6 7

  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.h 82 const gfx::Rect& new_bounds) OVERRIDE;
  /external/chromium_org/ui/aura/
window_tree_host.cc 112 gfx::RectF new_bounds(ui::ConvertRectToDIP(window()->layer(), bounds));
113 window()->layer()->transform().TransformRect(&new_bounds);
114 window()->SetBounds(gfx::Rect(gfx::ToFlooredSize(new_bounds.size())));
  /external/chromium_org/ui/ozone/platform/dri/
screen_manager_unittest.cc 157 gfx::Rect new_bounds(0, 0, new_mode.hdisplay, new_mode.vdisplay);
158 EXPECT_TRUE(screen_manager_->GetDisplayController(new_bounds));
161 screen_manager_->GetDisplayController(new_bounds)->get_mode();
  /external/chromium_org/ui/wm/core/
shadow_controller.cc 108 const gfx::Rect& new_bounds) OVERRIDE;
181 const gfx::Rect& new_bounds) {
184 shadow->SetContentBounds(gfx::Rect(new_bounds.size()));
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc 360 gfx::Rect new_bounds(CalculateDraggedBrowserBounds(source_tabstrip_,
363 new_bounds.Offset(-widget->GetRestoredBounds().x() +
368 widget->SetBounds(new_bounds);
431 const gfx::Rect& new_bounds) {
433 "new_bounds", new_bounds.ToString());
    [all...]
tab_strip.cc 1738 gfx::Rect new_bounds = bounds[i]; local
1763 gfx::Rect new_bounds = tab->bounds(); local
    [all...]
  /external/chromium_org/mojo/services/public/cpp/view_manager/lib/
view.cc 154 const gfx::Rect& new_bounds)
157 new_bounds_(new_bounds) {
397 const gfx::Rect& new_bounds) {
399 ScopedSetBoundsNotifier notifier(this, old_bounds, new_bounds);
400 bounds_ = new_bounds;
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura_unittest.cc 67 gfx::Rect new_bounds(0, 0, 200, 200);
68 widget.SetBounds(new_bounds);
69 EXPECT_EQ(new_bounds.ToString(),
71 EXPECT_EQ(new_bounds.ToString(), widget.GetNativeView()->bounds().ToString());
72 EXPECT_EQ(new_bounds.ToString(),
  /external/chromium_org/mojo/examples/window_manager/
window_manager.cc 156 const gfx::Rect& new_bounds) OVERRIDE {
158 keyboard_bounds.set_y(new_bounds.bottom() - keyboard_bounds.height());
160 new_bounds.width() - old_bounds.width());
199 const gfx::Rect& new_bounds) OVERRIDE {
203 content_view->SetBounds(new_bounds);
205 int delta_width = new_bounds.width() - old_bounds.width();
206 int delta_height = new_bounds.height() - old_bounds.height();
  /external/chromium_org/ash/wm/
window_state.cc 411 void WindowState::SetBoundsDirectCrossFade(const gfx::Rect& new_bounds) {
416 SetBoundsConstrained(new_bounds);
434 SetBoundsDirect(new_bounds);
437 bool old_on_top = (old_bounds.width() > new_bounds.width());
  /external/chromium_org/chrome/browser/chromeos/login/lock/
webui_screen_locker.h 121 virtual void OnKeyboardBoundsChanging(const gfx::Rect& new_bounds) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/panels/
detached_panel_collection.h 39 const gfx::Rect& new_bounds) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_stack_view.h 54 Panel* panel, const gfx::Rect& new_bounds) OVERRIDE;
panel_view.h 145 const gfx::Rect& new_bounds) OVERRIDE;
166 // Sets the bounds of the underlying window to |new_bounds|. Note that this
169 void SetWidgetBounds(const gfx::Rect& new_bounds);
panel_stack_view.cc 216 const gfx::Rect& new_bounds) {
220 if (panel->GetBounds() == new_bounds)
229 new_bounds);
  /external/chromium_org/content/browser/renderer_host/
render_view_host_delegate.h 119 virtual void RequestMove(const gfx::Rect& new_bounds) {}
  /external/chromium_org/mojo/services/html_viewer/
html_document_view.h 99 const gfx::Rect& new_bounds) OVERRIDE;
  /external/chromium_org/mojo/services/window_manager/
window_manager_app.h 117 const gfx::Rect& new_bounds) MOJO_OVERRIDE;
window_manager_app.cc 44 const gfx::Rect& new_bounds) OVERRIDE {}
287 const gfx::Rect& new_bounds) {
289 window->SetBounds(new_bounds);
  /external/chromium_org/ui/aura/test/
test_window_delegate.h 48 const gfx::Rect& new_bounds) OVERRIDE;
  /external/chromium_org/ash/display/
screen_position_controller.cc 202 gfx::Rect new_bounds = gfx::Rect(origin, bounds.size()); local
204 window->SetBounds(new_bounds);
  /external/chromium_org/mojo/services/view_manager/
test_change_tracker.cc 40 "BoundsChanged view=%s old_bounds=%s new_bounds=%s",
152 RectPtr new_bounds) {
157 change.bounds2 = new_bounds.To<gfx::Rect>();
  /external/chromium_org/ui/keyboard/
keyboard_controller_unittest.cc 257 gfx::Rect new_bounds(
261 keyboard->SetBounds(new_bounds);
262 ASSERT_EQ(new_bounds, keyboard->bounds());
522 virtual void OnKeyboardBoundsChanging(const gfx::Rect& new_bounds) OVERRIDE {
523 notified_bounds_ = new_bounds;
  /external/chromium_org/ui/v2/src/
view_unittest.cc 439 const gfx::Rect& new_bounds) OVERRIDE {
441 bounds_changes_.push_back(std::make_pair(old_bounds, new_bounds));
454 gfx::Rect new_bounds(0, 0, 10, 10);
456 v1.SetBounds(new_bounds);
459 EXPECT_EQ(new_bounds, o1.bounds_changes().front().second);
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.h 166 const gfx::Rect& new_bounds) OVERRIDE;

Completed in 4150 milliseconds

1 2 34 5 6 7