Searched refs:SetDropMenuItem (Results 1 – 4 of 4) sorted by relevance
117 void SetDropMenuItem(MenuItemView* item,
728 SetDropMenuItem(menu_item, drop_position); in OnDragUpdated()738 SetDropMenuItem(NULL, MenuDelegate::DROP_NONE); in OnDragExited()786 SetDropMenuItem(source->GetMenuItemAt(0), MenuDelegate::DROP_NONE); in OnDragEnteredScrollButton()793 SetDropMenuItem(NULL, MenuDelegate::DROP_NONE); in OnDragExitedScrollButton()2174 void MenuController::SetDropMenuItem( in SetDropMenuItem() function in views::MenuController2181 drop_target_->GetParentMenuItem()->GetSubmenu()->SetDropMenuItem( in SetDropMenuItem()2187 drop_target_->GetParentMenuItem()->GetSubmenu()->SetDropMenuItem( in SetDropMenuItem()
440 void SetDropMenuItem(MenuItemView* new_item,
359 void SubmenuView::SetDropMenuItem(MenuItemView* item, in SetDropMenuItem() function in views::SubmenuView