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

  /external/chromium_org/ui/message_center/views/
notification_view.cc 454 expand_button_ = new PaddedButton(this);
455 expand_button_->SetPadding(-kExpandIconRightPadding,
457 expand_button_->SetNormalImage(IDR_NOTIFICATION_EXPAND);
458 expand_button_->SetHoveredImage(IDR_NOTIFICATION_EXPAND_HOVER);
459 expand_button_->SetPressedImage(IDR_NOTIFICATION_EXPAND_PRESSED);
460 expand_button_->set_animate_on_state_change(false);
461 expand_button_->SetAccessibleName(l10n_util::GetStringUTF16(
473 AddChildView(expand_button_);
548 gfx::Size expand_size(expand_button_->GetPreferredSize());
550 expand_button_->SetVisible(IsExpansionNeeded(width()))
    [all...]
notification_view.h 101 PaddedButton* expand_button_; member in class:message_center::NotificationView

Completed in 23 milliseconds