Home | History | Annotate | Download | only in menu

Lines Matching refs:EMPTY

42       : MenuItemView(parent, 0, EMPTY) {
51 // Empty menu items shouldn't have a tooltip.
121 if (!tooltip->empty())
147 return !tooltip->empty();
177 case EMPTY:
210 if (!minor_text.empty()) {
233 DCHECK_NE(type, EMPTY);
243 if (label.empty() && GetDelegate())
527 // Handles the case where we were empty and are no longer empty.
530 // Handles the case where we were not empty, but now are.
683 // a container for real items. EMPTY items will be disabled.
685 if (parent && type != EMPTY && root_delegate)
881 if (minor_text.empty())
1011 minor_text.empty() ? 0 : GetFont().GetStringWidth(minor_text);
1048 return (NonIconChildViewsCount() == 1) && title_.empty();