Home
last modified time | relevance | path

Searched refs:has_learn_more (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/message_center/views/
Dnotifier_settings_view.h67 bool has_learn_more() const;
81 void GridChanged(bool has_learn_more, bool has_icon_view);
Dnotifier_settings_view.cc363 bool NotifierSettingsView::NotifierButton::has_learn_more() const { in has_learn_more() function in message_center::NotifierSettingsView::NotifierButton
409 void NotifierSettingsView::NotifierButton::GridChanged(bool has_learn_more, in GridChanged() argument
446 if (has_learn_more) { in GridChanged()
457 if (has_learn_more) in GridChanged()
Dnotifier_settings_view_unittest.cc109 if ((*iter)->has_learn_more()) { in TEST_F()