Searched defs:PopupItem (Results 1 – 2 of 2) sorted by relevance
65 struct PopupItem { struct72 PopupItem(const String& label, Type type) in PopupItem() argument78 String label;79 Type type;80 int yOffset; // y offset of this item, relative to the top of the popup.81 TextDirection textDirection;82 bool hasTextDirectionOverride;83 bool enabled;84 bool displayNone;
37 struct PopupItem { struct38 PopupItem(const gfx::Image& image, const std::string& title, int32 popup_id) in PopupItem() argument45 typedef std::vector<PopupItem> PopupItems; argument