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

  /external/chromium_org/chrome/browser/ui/panels/
panel_drag_controller.cc 211 PanelCollection* current_collection = dragging_panel_->collection();
216 if (current_collection != dragging_panel_original_collection_) {
236 if (current_collection->type() == PanelCollection::STACKED)
243 current_collection->RefreshLayout();
250 if (current_collection != panel_manager_->detached_collection())
panel_manager.cc 489 PanelCollection* current_collection = panel->collection(); local
490 DCHECK(current_collection);
491 DCHECK_NE(current_collection, target_collection);
492 current_collection->RemovePanel(panel,

Completed in 187 milliseconds