Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DPopupListBox.h89 struct PopupItem { struct
96 PopupItem(const String& label, Type type) in PopupItem() argument
102 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;
/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() function
45 typedef std::vector<PopupItem> PopupItems; argument
/external/chromium/chrome/browser/
Dcontent_setting_bubble_model.h36 struct PopupItem { struct
41 typedef std::vector<PopupItem> PopupItems; argument