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

  /external/chromium_org/ui/message_center/views/
notifier_settings_view.h 54 class MESSAGE_CENTER_EXPORT NotifierButton : public views::CustomButton,
57 NotifierButton(NotifierSettingsProvider* provider,
60 virtual ~NotifierButton();
90 DISALLOW_COPY_AND_ASSIGN(NotifierButton);
116 std::set<NotifierButton*> buttons_;
notifier_settings_view.cc 285 // NotifierSettingsView::NotifierButton ---------------------------------------
289 NotifierSettingsView::NotifierButton::NotifierButton(
348 NotifierSettingsView::NotifierButton::~NotifierButton() {
351 void NotifierSettingsView::NotifierButton::UpdateIconImage(
365 void NotifierSettingsView::NotifierButton::SetChecked(bool checked) {
370 bool NotifierSettingsView::NotifierButton::checked() const {
374 bool NotifierSettingsView::NotifierButton::has_learn_more() const {
378 const Notifier& NotifierSettingsView::NotifierButton::notifier() const
    [all...]
notifier_settings_view_unittest.cc 102 const std::set<NotifierSettingsView::NotifierButton*> buttons =
106 std::set<NotifierSettingsView::NotifierButton*>::iterator iter =

Completed in 9609 milliseconds