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

/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupListBox.h65 struct PopupItem { struct in namespace:blink
72 PopupItem(const String& label, Type type) function in struct:blink::PopupItem
177 const Vector<PopupItem*>& items() const { return m_items; }
283 Vector<PopupItem*> m_items;
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dcontent_setting_bubble_model.h37 struct PopupItem { struct in class:ContentSettingBubbleModel
38 PopupItem(const gfx::Image& image, const std::string& title, int32 popup_id) function in struct:ContentSettingBubbleModel::PopupItem
45 typedef std::vector<PopupItem> PopupItems;
135 void add_popup(const PopupItem& popup) {

Completed in 96 milliseconds