HomeSort by relevance Sort by last modified time
    Searched refs:NotificationButton (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/message_center/views/
notification_button.h 21 class NotificationButton : public views::CustomButton {
23 NotificationButton(views::ButtonListener* listener);
24 virtual ~NotificationButton();
46 DISALLOW_COPY_AND_ASSIGN(NotificationButton);
notification_button.cc 19 NotificationButton::NotificationButton(views::ButtonListener* listener)
36 NotificationButton::~NotificationButton() {
39 void NotificationButton::SetIcon(const gfx::ImageSkia& image) {
57 void NotificationButton::SetTitle(const base::string16& title) {
74 gfx::Size NotificationButton::GetPreferredSize() const {
79 int NotificationButton::GetHeightForWidth(int width) const {
83 void NotificationButton::OnPaint(gfx::Canvas* canvas) {
88 void NotificationButton::OnFocus()
    [all...]
notification_view.h 23 class NotificationButton;
117 std::vector<NotificationButton*> action_buttons_;
notification_view.cc 730 NotificationButton* button = new NotificationButton(this);
  /external/chromium_org/chrome/browser/notifications/
notification_conversion_helper.cc 58 linked_ptr<extensions::api::notifications::NotificationButton> > >
60 linked_ptr<extensions::api::notifications::NotificationButton> >);
62 linked_ptr<extensions::api::notifications::NotificationButton> button(
63 new extensions::api::notifications::NotificationButton);
  /external/chromium_org/third_party/closure_compiler/externs/
chrome_extensions.js     [all...]

Completed in 756 milliseconds