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();
120 DISALLOW_COPY_AND_ASSIGN(NotifierSettingsView);
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 {
382 void NotifierSettingsView::NotifierButton::SendLearnMorePressedForTest() {
391 void NotifierSettingsView::NotifierButton::ButtonPressed
    [all...]

Completed in 141 milliseconds