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

  /external/chromium_org/ui/views/animation/
bounds_animator.h 107 gfx::Rect start_bounds; member in struct:views::BoundsAnimator::Data
  /external/chromium_org/chrome/browser/ui/views/tabs/
stacked_tab_strip_layout_unittest.cc 25 const std::string start_bounds; member in struct:__anon9968::CommonTestData
45 if (!data.start_bounds.empty())
46 PrepareChildViewsFromString(data.start_bounds);
52 if (data.start_bounds.empty()) {
57 ASSERT_NO_FATAL_FAILURE(SetBoundsFromString(data.start_bounds));
60 ASSERT_NO_FATAL_FAILURE(SetBoundsFromString(data.start_bounds));
284 EXPECT_EQ(test_data[i].start_bounds, BoundsString()) << " at " << i;
  /external/chromium_org/ui/compositor/
layer_animator_unittest.cc 383 gfx::Rect start_bounds, target_bounds, middle_bounds; local
384 start_bounds = target_bounds = middle_bounds = gfx::Rect(0, 0, 50, 50);
385 start_bounds.set_x(-90);
391 delegate.SetBoundsFromAnimation(start_bounds);
404 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), start_bounds);
435 gfx::Rect start_bounds, target_bounds, middle_bounds; local
436 start_bounds = target_bounds = middle_bounds = gfx::Rect(0, 0, 50, 50);
437 start_bounds.set_x(-90);
443 delegate.SetBoundsFromAnimation(start_bounds);
458 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), start_bounds);
553 gfx::Rect start_bounds, target_bounds, middle_bounds; local
631 gfx::Rect start_bounds, target_bounds, middle_bounds; local
    [all...]

Completed in 1376 milliseconds