Searched refs:show_settings (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dweb_notification_tray.h83 // The actual process to show the message center. Set |show_settings| to true
86 bool ShowMessageCenterInternal(bool show_settings);
H A Dweb_notification_tray.cc156 bool WebNotificationTray::ShowMessageCenterInternal(bool show_settings) { argument
165 show_settings, // settings initally invisible
172 return ShowMessageCenterInternal(/*show_settings =*/false);
188 return ShowMessageCenterInternal(/*show_settings =*/true);
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray.h130 // The actual process to show the message center. Set |show_settings| to true
133 bool ShowMessageCenterInternal(bool show_settings);
H A Dweb_notification_tray.cc297 bool WebNotificationTray::ShowMessageCenterInternal(bool show_settings) { argument
335 if (show_settings)
347 return ShowMessageCenterInternal(false /* show_settings */);
539 return ShowMessageCenterInternal(true /* show_settings */);

Completed in 126 milliseconds