HomeSort by relevance Sort by last modified time
    Searched defs:old_bounds (Results 1 - 10 of 10) sorted by null

  /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/
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());
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...]
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...]
  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_view.cc 974 gfx::Rect old_bounds = parent_frame_->GetClientAreaBoundsInScreen(); local
    [all...]
  /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()))
  /external/chromium_org/ui/message_center/views/
message_center_view.cc 317 gfx::Rect old_bounds = child->bounds(); local
324 view->SetBounds(old_bounds.x(), old_bounds.y(), old_bounds.width(),
325 view->GetHeightForWidth(old_bounds.width()));
    [all...]
  /external/chromium_org/cc/layers/
tiled_layer.cc 145 gfx::Size old_bounds = tiler_->bounds(); local
147 if (old_bounds == new_bounds)
152 Region old_region = gfx::Rect(old_bounds);
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view.cc 396 gfx::Rect old_bounds = GetWidget()->GetRestoredBounds(); local
397 if (old_bounds.height() > kMinimumOverlappedWindowHeight &&
406 } else if (old_bounds.height() <= kMinimumOverlappedWindowHeight &&
    [all...]
  /external/chromium_org/ui/aura/
window.cc 726 gfx::Rect old_bounds = GetTargetBounds(); local
736 OnLayerBoundsChanged(old_bounds, ContainsMouse());
    [all...]

Completed in 597 milliseconds