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

  /external/chromium_org/ui/views/animation/
bounds_animator.h 120 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:__anon8818::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 351 gfx::Rect start_bounds, target_bounds, middle_bounds; local
352 start_bounds = target_bounds = middle_bounds = gfx::Rect(0, 0, 50, 50);
353 start_bounds.set_x(-90);
359 delegate.SetBoundsFromAnimation(start_bounds);
372 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), start_bounds);
403 gfx::Rect start_bounds, target_bounds, middle_bounds; local
404 start_bounds = target_bounds = middle_bounds = gfx::Rect(0, 0, 50, 50);
405 start_bounds.set_x(-90);
411 delegate.SetBoundsFromAnimation(start_bounds);
426 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), start_bounds);
523 gfx::Rect start_bounds, target_bounds, middle_bounds; local
602 gfx::Rect start_bounds, target_bounds, middle_bounds; local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 587 const gfx::Rect& start_bounds)
590 start_bounds_(start_bounds),
1036 gfx::Rect start_bounds = GetIdealBounds(from_index); local
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 613 const gfx::Rect& start_bounds)
616 start_bounds_(start_bounds),
1112 gfx::Rect start_bounds = GetIdealBounds(from_index); local
    [all...]

Completed in 142 milliseconds