Searched defs:NotifierSettingsView (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/message_center/views/
H A Dnotifier_settings_view.h31 class MESSAGE_CENTER_EXPORT NotifierSettingsView class in namespace:message_center
37 explicit NotifierSettingsView(NotifierSettingsProvider* provider);
38 virtual ~NotifierSettingsView();
122 DISALLOW_COPY_AND_ASSIGN(NotifierSettingsView);
H A Dnotifier_settings_view.cc282 // NotifierSettingsView::NotifierButton ---------------------------------------
286 NotifierSettingsView::NotifierButton::NotifierButton(
345 NotifierSettingsView::NotifierButton::~NotifierButton() {
348 void NotifierSettingsView::NotifierButton::UpdateIconImage(
362 void NotifierSettingsView::NotifierButton::SetChecked(bool checked) {
367 bool NotifierSettingsView::NotifierButton::checked() const {
371 bool NotifierSettingsView::NotifierButton::has_learn_more() const {
375 const Notifier& NotifierSettingsView::NotifierButton::notifier() const {
379 void NotifierSettingsView::NotifierButton::SendLearnMorePressedForTest() {
389 void NotifierSettingsView
474 NotifierSettingsView::NotifierSettingsView(NotifierSettingsProvider* provider) function in class:message_center::NotifierSettingsView
[all...]

Completed in 104 milliseconds