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 161 Panel* resized_panel = resizing_panel_; local
166 return resized_panel;
panel_manager.cc 482 Panel* resized_panel = resize_controller_->EndResizing(cancelled); local
483 if (!cancelled && resized_panel->collection())
484 resized_panel->collection()->RefreshLayout();
stacked_panel_collection.cc 561 Panel* resized_panel, const gfx::Rect& new_bounds) {
562 resized_panel->set_full_size(new_bounds.size());
569 Panel* other_panel = resized_panel == top_panel() ? bottom_panel()
581 if (panel == resized_panel) {

Completed in 231 milliseconds