Searched defs:new_bounds (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/
H A Dblocked_content_container.cc138 const gfx::Rect& new_bounds) {
142 i->bounds = new_bounds;
137 MoveContents(TabContents* source, const gfx::Rect& new_bounds) argument
/external/chromium/chrome/browser/chromeos/login/
H A Dwizard_controller.cc620 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/
H A Dtab_strip.cc488 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);

Completed in 626 milliseconds