HomeSort by relevance Sort by last modified time
    Searched defs:PopupItem (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.h 66 struct PopupItem {
73 PopupItem(const String& label, Type type)
156 const Vector<PopupItem*>& items() const { return m_items; }
252 Vector<PopupItem*> m_items;
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model.h 37 struct PopupItem {
38 PopupItem(const gfx::Image& image, const std::string& title, int32 popup_id)
45 typedef std::vector<PopupItem> PopupItems;
135 void add_popup(const PopupItem& popup) {

Completed in 51 milliseconds