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

  /external/chromium/chrome/browser/chromeos/login/
wizard_controller.cc 620 gfx::Rect new_bounds = GetWizardScreenBounds(new_screen_size.width(), local
622 if (new_bounds != current_bounds) {
626 window = CreateScreenWindow(new_bounds, initial_show_);
  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip.cc 488 gfx::Rect new_bounds = bounds[i]; local
489 new_bounds.Offset(location.x(), location.y());
498 bounds_animator().SetTargetBounds(tabs[i], new_bounds);
500 tab->SetBoundsRect(new_bounds);
512 gfx::Rect new_bounds = tab->bounds(); local
513 new_bounds.set_origin(gfx::Point(x, 0));
514 bounds->push_back(new_bounds);
    [all...]

Completed in 99 milliseconds