Searched refs:drop_target (Results 1 – 3 of 3) sorted by relevance
739 MenuItemView* drop_target = drop_target_; in OnPerformDrop() local751 if (drop_target->id() == MenuItemView::kEmptyMenuItemViewID) in OnPerformDrop()752 drop_target = drop_target->GetParentMenuItem(); in OnPerformDrop()762 return drop_target->GetDelegate()->OnPerformDrop( in OnPerformDrop()763 drop_target, drop_position, event); in OnPerformDrop()
386 bool CanDropIntoTarget(const Index& drop_target);
1992 bool AppsGridView::CanDropIntoTarget(const Index& drop_target) { in CanDropIntoTarget() argument1993 views::View* target_view = GetViewAtSlotOnCurrentPage(drop_target.slot); in CanDropIntoTarget()