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

/external/chromium_org/ui/message_center/
H A Dnotification.cc23 ButtonInfo::ButtonInfo(const base::string16& title) function in class:message_center::ButtonInfo
H A Dnotification.h29 struct MESSAGE_CENTER_EXPORT ButtonInfo { struct in namespace:message_center
33 ButtonInfo(const base::string16& title);
50 std::vector<ButtonInfo> buttons;
140 const std::vector<ButtonInfo>& buttons() const {
143 void set_buttons(const std::vector<ButtonInfo>& buttons) {

Completed in 80 milliseconds