HomeSort by relevance Sort by last modified time
    Searched full:message_center (Results 101 - 125 of 165) sorted by null

1 2 3 45 6 7

  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item_unittest.cc 15 #include "ui/message_center/message_center.h"
181 message_center::MessageCenter* message_center = local
182 message_center::MessageCenter::Get();
183 EXPECT_TRUE(message_center->HasNotification(tray_item->GetNotificationId()));
screen_tray_item.cc 10 #include "ui/message_center/message_center.h"
158 message_center::MessageCenter::Get()->RemoveNotification(
screen_tray_item.h 14 #include "ui/message_center/notification_delegate.h"
73 class ScreenNotificationDelegate : public message_center::NotificationDelegate {
77 // message_center::NotificationDelegate overrides:
  /external/chromium_org/ui/message_center/
message_center.gyp 11 'target_name': 'message_center',
42 'message_center.cc',
43 'message_center.h',
134 }, # target_name: message_center
143 'message_center',
163 'message_center',
message_center_impl.h 14 #include "ui/message_center/message_center.h"
15 #include "ui/message_center/message_center_observer.h"
17 namespace message_center { namespace
79 explicit PopupTimersController(MessageCenter* message_center);
196 } // namespace message_center
notification.h 15 #include "ui/message_center/message_center_export.h"
16 #include "ui/message_center/notification_delegate.h"
17 #include "ui/message_center/notification_types.h"
19 namespace message_center { namespace
198 } // namespace message_center
notification_list.h 16 #include "ui/message_center/message_center_export.h"
17 #include "ui/message_center/notification.h"
18 #include "ui/message_center/notification_types.h"
24 namespace message_center { namespace
154 } // namespace message_center
notifier_settings.h 12 #include "ui/message_center/message_center_export.h"
15 namespace message_center { namespace
142 virtual const message_center::NotifierGroup& GetNotifierGroupAt(
153 virtual const message_center::NotifierGroup& GetActiveNotifierGroup()
168 } // namespace message_center
message_center_style.h 11 #include "ui/message_center/message_center_export.h"
13 namespace message_center { namespace
112 } // namespace message_center
message_center.h 13 #include "ui/message_center/message_center_export.h"
14 #include "ui/message_center/notification_list.h"
15 #include "ui/message_center/notification_types.h"
30 namespace message_center { namespace
45 // Destroys the global message_center object.
195 } // namespace message_center
notification_list.cc 5 #include "ui/message_center/notification_list.h"
12 #include "ui/message_center/message_center_style.h"
13 #include "ui/message_center/notification.h"
14 #include "ui/message_center/notification_types.h"
16 namespace message_center { namespace
370 } // namespace message_center
  /external/chromium_org/chrome/browser/notifications/
notification.h 17 #include "ui/message_center/notification.h"
18 #include "ui/message_center/notification_types.h"
25 class Notification : public message_center::Notification {
57 message_center::NotificationType type,
65 const message_center::RichNotificationData& rich_notification_data,
message_center_notification_manager_win.cc 8 #include "ui/message_center/message_center_tray.h"
  /external/chromium_org/ui/message_center/cocoa/
status_item_view.mm 5 #import "ui/message_center/cocoa/status_item_view.h"
63 - (message_center::StatusItemClickedCallack)callback {
67 - (void)setCallback:(message_center::StatusItemClickedCallack)callback {
  /external/chromium_org/ui/message_center/views/
message_popup_collection.cc 5 #include "ui/message_center/views/message_popup_collection.h"
20 #include "ui/message_center/message_center.h"
21 #include "ui/message_center/message_center_style.h"
22 #include "ui/message_center/notification.h"
23 #include "ui/message_center/notification_list.h"
24 #include "ui/message_center/views/notification_view.h"
25 #include "ui/message_center/views/toast_contents_view.h"
33 namespace message_center { namespace
59 MessageCenter* message_center,
    [all...]
toast_contents_view.h 26 namespace message_center { namespace
39 MessageCenter* message_center);
119 } // namespace message_center
message_popup_collection.h 19 #include "ui/message_center/message_center_export.h"
20 #include "ui/message_center/message_center_observer.h"
36 namespace message_center { namespace
67 MessageCenter* message_center,
198 } // namespace message_center
message_popup_collection_unittest.cc 5 #include "ui/message_center/views/message_popup_collection.h"
17 #include "ui/message_center/fake_message_center.h"
18 #include "ui/message_center/views/toast_contents_view.h"
23 namespace message_center { namespace
94 message_center::RichNotificationData(),
382 } // namespace message_center
  /external/chromium_org/ash/display/
resolution_notification_controller_unittest.cc 13 #include "ui/message_center/message_center.h"
60 message_center::MessageCenter::Get()->ClickOnNotification(
65 message_center::MessageCenter::Get()->ClickOnNotificationButton(
70 message_center::MessageCenter::Get()->RemoveNotification(
75 return message_center::MessageCenter::Get()->HasNotification(
  /external/chromium_org/ash/shell/
window_type_launcher.cc 26 #include "ui/message_center/message_center.h"
27 #include "ui/message_center/notification_types.h"
340 scoped_ptr<message_center::Notification> notification;
341 notification.reset(new message_center::Notification(
342 message_center::NOTIFICATION_TYPE_SIMPLE,
349 message_center::RichNotificationData(),
353 ->web_notification_tray()->message_center()
  /external/chromium_org/chrome/browser/task_manager/
task_manager_notification_browsertest.cc 22 #include "ui/message_center/message_center_util.h"
50 if (message_center::IsRichNotificationEnabled())
  /external/chromium_org/ash/shell/content_client/
shell_browser_main_parts.cc 32 #include "ui/message_center/message_center.h"
116 message_center::MessageCenter::Initialize();
153 message_center::MessageCenter::Shutdown();
  /external/chromium_org/chrome/test/base/
testing_browser_process.cc 19 #include "ui/message_center/message_center.h"
214 message_center::MessageCenter* TestingBrowserProcess::message_center() { function in class:TestingBrowserProcess
215 return message_center::MessageCenter::Get();
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.cc 20 #include "ui/message_center/message_center_util.h"
21 #include "ui/message_center/notification_types.h"
39 return message_center::IsRichNotificationEnabled();
226 message_center::NotificationType notification_type =
227 message_center::NOTIFICATION_TYPE_BASE_FORMAT;
229 notification_type = message_center::NOTIFICATION_TYPE_IMAGE;
231 notification_type = message_center::NOTIFICATION_TYPE_MULTIPLE;
233 notification_type = message_center::NOTIFICATION_TYPE_BASE_FORMAT;
238 message_center::RichNotificationData rich_notification_data;
256 message_center::ButtonInfo button_info(UTF8ToUTF16(title))
    [all...]
synced_notification_unittest.cc 20 #include "ui/message_center/message_center_util.h"
21 #include "ui/message_center/notification_types.h"
30 message_center::LOW_PRIORITY);
33 return message_center::IsRichNotificationEnabled();
328 EXPECT_EQ(message_center::NOTIFICATION_TYPE_IMAGE, notification.type());
405 EXPECT_EQ(message_center::NOTIFICATION_TYPE_IMAGE,

Completed in 3101 milliseconds

1 2 3 45 6 7