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 31 class MESSAGE_CENTER_EXPORT NotifierSettingsView
37 explicit NotifierSettingsView(NotifierSettingsProvider* provider);
38 virtual ~NotifierSettingsView();
122 DISALLOW_COPY_AND_ASSIGN(NotifierSettingsView);
notifier_settings_view.cc 274 // NotifierSettingsView::NotifierButton ---------------------------------------
278 NotifierSettingsView::NotifierButton::NotifierButton(
337 NotifierSettingsView::NotifierButton::~NotifierButton() {
340 void NotifierSettingsView::NotifierButton::UpdateIconImage(
354 void NotifierSettingsView::NotifierButton::SetChecked(bool checked) {
359 bool NotifierSettingsView::NotifierButton::checked() const {
363 bool NotifierSettingsView::NotifierButton::has_learn_more() const {
367 const Notifier& NotifierSettingsView::NotifierButton::notifier() const {
371 void NotifierSettingsView::NotifierButton::SendLearnMorePressedForTest() {
381 void NotifierSettingsView::NotifierButton::ButtonPressed
    [all...]

Completed in 87 milliseconds