Searched refs:GetRootMenuItem (Results 1 – 5 of 5) sorted by relevance
136 const MenuItemView* root_menu_item = GetRootMenuItem(); in GetTooltipText()419 if (!icon_view_ && GetRootMenuItem()->has_icons()) in GetHeightForWidth()434 return GetRootMenuItem()->controller_; in GetMenuController()438 return GetRootMenuItem()->controller_; in GetMenuController()442 return GetRootMenuItem()->delegate_; in GetDelegate()446 return GetRootMenuItem()->delegate_; in GetDelegate()449 MenuItemView* MenuItemView::GetRootMenuItem() { in GetRootMenuItem() function in views::MenuItemView451 static_cast<const MenuItemView*>(this)->GetRootMenuItem()); in GetRootMenuItem()454 const MenuItemView* MenuItemView::GetRootMenuItem() const { in GetRootMenuItem() function in views::MenuItemView463 if (!GetRootMenuItem()->has_mnemonics_) in GetMnemonic()[all …]
36 if (item && item->GetRootMenuItem() != item) { in Dispatch()
286 MenuItemView* GetRootMenuItem();287 const MenuItemView* GetRootMenuItem() const;
475 selected->GetRootMenuItem()); in Cancel()761 item->GetRootMenuItem()); in OnPerformDrop()807 submenu->GetMenuItem()->GetRootMenuItem()->GetSubmenu(); in UpdateSubmenuSelection()912 part.menu->GetRootMenuItem() != state_.item->GetRootMenuItem())) { in SetSelectionOnPointerDown()1211 GetSiblingMenu(source->GetMenuItem()->GetRootMenuItem(), in ShowSiblingMenu()1213 if (!alt_menu || (state_.item && state_.item->GetRootMenuItem() == alt_menu)) in ShowSiblingMenu()1242 source->GetMenuItem()->GetRootMenuItem()->show_mnemonics_); in ShowSiblingMenu()2057 state_.item->GetRootMenuItem()->GetSubmenu()->ReleaseCapture(); in RepostEvent()
229 if (menu == menu->GetRootMenuItem()) in SelectionChanged()