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

  /external/chromium_org/chrome/browser/ui/panels/
panel_resize_controller.cc 162 Panel* resized_panel = resizing_panel_; local
167 return resized_panel;
panel_manager.cc 474 Panel* resized_panel = resize_controller_->EndResizing(cancelled); local
475 if (!cancelled && resized_panel->collection())
476 resized_panel->collection()->RefreshLayout();
stacked_panel_collection.cc 567 Panel* resized_panel, const gfx::Rect& new_bounds) {
568 resized_panel->set_full_size(new_bounds.size());
575 Panel* other_panel = resized_panel == top_panel() ? bottom_panel()
587 if (panel == resized_panel) {

Completed in 94 milliseconds