OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
492
PanelCollection*
current_collection
= panel->collection();
local
493
DCHECK(
current_collection
);
494
DCHECK_NE(
current_collection
, target_collection);
495
current_collection
->RemovePanel(panel,
Completed in 51 milliseconds