Home
last modified time | relevance | path

Searched defs:PopupItem (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DPopupListBox.h65 struct PopupItem { struct
72 PopupItem(const String& label, Type type) in PopupItem() argument
78 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;
/external/chromium_org/chrome/browser/ui/content_settings/
Dcontent_setting_bubble_model.h37 struct PopupItem { struct
38 PopupItem(const gfx::Image& image, const std::string& title, int32 popup_id) in PopupItem() argument
45 typedef std::vector<PopupItem> PopupItems; argument