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

  /external/chromium_org/ui/message_center/views/
notifier_settings_view.h 29 class MESSAGE_CENTER_EXPORT NotifierSettingsView
35 explicit NotifierSettingsView(NotifierSettingsProvider* provider);
36 virtual ~NotifierSettingsView();
77 DISALLOW_COPY_AND_ASSIGN(NotifierSettingsView);
notifier_settings_view.cc 246 class NotifierSettingsView::NotifierButton : public views::CustomButton,
302 // the state on NotifierSettingsView::ButtonPressed() too, so here change
319 NotifierSettingsView::NotifierSettingsView(NotifierSettingsProvider* provider)
362 NotifierSettingsView::~NotifierSettingsView() {
368 bool NotifierSettingsView::IsScrollable() {
372 void NotifierSettingsView::UpdateIconImage(const NotifierId& notifier_id,
383 void NotifierSettingsView::NotifierGroupChanged() {
391 void NotifierSettingsView::UpdateContentsView
    [all...]

Completed in 47 milliseconds