HomeSort by relevance Sort by last modified time
    Searched refs:NotifierSettingsView (Results 1 - 4 of 4) 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...]
message_center_view.h 34 class NotifierSettingsView;
95 NotifierSettingsView* settings_view_;
message_center_view.cc 632 settings_view_ = new NotifierSettingsView(notifier_settings_provider);
    [all...]

Completed in 132 milliseconds