Searched defs:PopupItem (Results 1 – 3 of 3) sorted by relevance
89 struct PopupItem { struct96 PopupItem(const String& label, Type type) in PopupItem() argument102 String label;103 Type type;104 int yOffset; // y offset of this item, relative to the top of the popup.105 TextDirection textDirection;106 bool hasTextDirectionOverride;107 bool enabled;
37 struct PopupItem { struct38 PopupItem(const gfx::Image& image, const std::string& title, int32 popup_id) in PopupItem() function45 typedef std::vector<PopupItem> PopupItems; argument
36 struct PopupItem { struct41 typedef std::vector<PopupItem> PopupItems; argument