Searched defs:WebNotificationTray (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray.h46 class ASH_EXPORT WebNotificationTray class in namespace:ash
51 public base::SupportsWeakPtr<WebNotificationTray>,
54 explicit WebNotificationTray(StatusAreaWidget* status_area_widget);
55 virtual ~WebNotificationTray();
180 DISALLOW_COPY_AND_ASSIGN(WebNotificationTray);
H A Dweb_notification_tray.cc79 WebNotificationBubbleWrapper(WebNotificationTray* tray,
169 WebNotificationTray::WebNotificationTray(StatusAreaWidget* status_area_widget) function in class:ash::WebNotificationTray
198 WebNotificationTray::~WebNotificationTray() {
207 bool WebNotificationTray::ShowMessageCenterInternal(bool show_settings) {
257 bool WebNotificationTray::ShowMessageCenter() {
261 void WebNotificationTray::HideMessageCenter() {
273 void WebNotificationTray::SetSystemTrayHeight(int height) {
277 bool WebNotificationTray
[all...]
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dweb_notification_tray.h48 class WebNotificationTray : public message_center::MessageCenterTrayDelegate, class in namespace:message_center
50 public base::SupportsWeakPtr<WebNotificationTray>,
53 explicit WebNotificationTray(PrefService* local_state);
54 virtual ~WebNotificationTray();
128 DISALLOW_COPY_AND_ASSIGN(WebNotificationTray);
H A Dweb_notification_tray.cc128 return new WebNotificationTray(g_browser_process->local_state());
131 WebNotificationTray::WebNotificationTray(PrefService* local_state) function in class:message_center::WebNotificationTray
157 WebNotificationTray::~WebNotificationTray() {
165 message_center::MessageCenter* WebNotificationTray::message_center() {
169 bool WebNotificationTray::ShowPopups() {
175 void WebNotificationTray::HidePopups() {
180 bool WebNotificationTray::ShowMessageCenter() {
191 void WebNotificationTray
[all...]

Completed in 998 milliseconds