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

  /external/chromium/chrome/browser/ui/panels/
panel_manager.cc 155 gfx::Rect new_bounds(active_panels_[dragging_panel_index_]->bounds());
156 new_bounds.set_x(new_bounds.x() + delta_x);
157 active_panels_[dragging_panel_index_]->SetBounds(new_bounds);
274 gfx::Rect new_bounds((*iter)->bounds());
275 ComputeBoundsForNextPanel(&new_bounds, false);
276 if (new_bounds != (*iter)->bounds())
277 (*iter)->SetBounds(new_bounds);
  /external/chromium/chrome/browser/
blocked_content_container.h 76 virtual void MoveContents(TabContents* source, const gfx::Rect& new_bounds);
blocked_content_container.cc 138 const gfx::Rect& new_bounds) {
142 i->bounds = new_bounds;
  /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...]
  /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/tab_contents/
tab_contents.h     [all...]

Completed in 466 milliseconds