| 876 | } |
| 877 | |
| 878 | ResultType UserMenu::UncheckItem(UserMenuItem *aMenuItem) |
| 879 | { |
| 880 | return SetItemState(aMenuItem, MFS_UNCHECKED, MFS_CHECKED); |
| 881 | } |
| 882 | |
| 883 | ResultType UserMenu::ToggleCheckItem(UserMenuItem *aMenuItem) |
| 884 | { |
nothing calls this directly
no outgoing calls
no test coverage detected