HomeSort by relevance Sort by last modified time
    Searched refs:MESSAGE_CENTER_EXPORT (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/ui/message_center/
notification_types.h 8 #include "ui/message_center/message_center_export.h"
13 MESSAGE_CENTER_EXPORT extern const char kPriorityKey[];
14 MESSAGE_CENTER_EXPORT extern const char kTimestampKey[];
15 MESSAGE_CENTER_EXPORT extern const char kButtonOneTitleKey[];
16 MESSAGE_CENTER_EXPORT extern const char kButtonOneIconUrlKey[];
17 MESSAGE_CENTER_EXPORT extern const char kButtonTwoTitleKey[];
18 MESSAGE_CENTER_EXPORT extern const char kButtonTwoIconUrlKey[];
19 MESSAGE_CENTER_EXPORT extern const char kExpandedMessageKey[];
20 MESSAGE_CENTER_EXPORT extern const char kImageUrlKey[];
21 MESSAGE_CENTER_EXPORT extern const char kItemsKey[]
    [all...]
message_center_export.h 8 // Defines MESSAGE_CENTER_EXPORT so that functionality implemented by the
15 #define MESSAGE_CENTER_EXPORT __declspec(dllexport)
17 #define MESSAGE_CENTER_EXPORT __declspec(dllimport)
22 #define MESSAGE_CENTER_EXPORT __attribute__((visibility("default")))
24 #define MESSAGE_CENTER_EXPORT
29 #define MESSAGE_CENTER_EXPORT
message_center_switches.h 9 #include "ui/message_center/message_center_export.h"
13 MESSAGE_CENTER_EXPORT extern const char
message_center_tray_delegate.h 8 #include "ui/message_center/message_center_export.h"
16 class MESSAGE_CENTER_EXPORT MessageCenterTrayDelegate {
notification_delegate.h 12 #include "ui/message_center/message_center_export.h"
23 class MESSAGE_CENTER_EXPORT NotificationDelegate
56 class MESSAGE_CENTER_EXPORT HandleNotificationClickedDelegate
81 class MESSAGE_CENTER_EXPORT HandleNotificationButtonClickDelegate
notifier_settings.h 13 #include "ui/message_center/message_center_export.h"
33 MESSAGE_CENTER_EXPORT NotifierSettingsDelegate* ShowSettings(
38 struct MESSAGE_CENTER_EXPORT NotifierId {
85 struct MESSAGE_CENTER_EXPORT Notifier {
107 struct MESSAGE_CENTER_EXPORT NotifierGroup {
133 class MESSAGE_CENTER_EXPORT NotifierSettingsObserver {
149 class MESSAGE_CENTER_EXPORT NotifierSettingsProvider {
notification_blocker.h 9 #include "ui/message_center/message_center_export.h"
18 class MESSAGE_CENTER_EXPORT NotificationBlocker {
message_center_observer.h 10 #include "ui/message_center/message_center_export.h"
17 class MESSAGE_CENTER_EXPORT MessageCenterObserver {
message_center_style.h 11 #include "ui/message_center/message_center_export.h"
36 MESSAGE_CENTER_EXPORT extern const SkColor kMessageCenterBorderColor;
37 MESSAGE_CENTER_EXPORT extern const SkColor kMessageCenterShadowColor;
notification_list.h 13 #include "ui/message_center/message_center_export.h"
37 struct MESSAGE_CENTER_EXPORT ComparePriorityTimestampSerial {
46 class MESSAGE_CENTER_EXPORT NotificationList {
message_center_tray.h 10 #include "ui/message_center/message_center_export.h"
33 class MESSAGE_CENTER_EXPORT MessageCenterTray : public MessageCenterObserver {
notification.h 15 #include "ui/message_center/message_center_export.h"
22 struct MESSAGE_CENTER_EXPORT NotificationItem {
29 struct MESSAGE_CENTER_EXPORT ButtonInfo {
36 class MESSAGE_CENTER_EXPORT RichNotificationData {
55 class MESSAGE_CENTER_EXPORT Notification {
  /external/chromium_org/ui/message_center/views/
popup_alignment_delegate.h 8 #include "ui/message_center/message_center_export.h"
20 class MESSAGE_CENTER_EXPORT PopupAlignmentDelegate {
desktop_popup_alignment_delegate.h 23 class MESSAGE_CENTER_EXPORT DesktopPopupAlignmentDelegate
message_bubble_base.h 10 #include "ui/message_center/message_center_export.h"
16 class MESSAGE_CENTER_EXPORT MessageBubbleBase {
message_center_bubble.h 9 #include "ui/message_center/message_center_export.h"
18 class MESSAGE_CENTER_EXPORT MessageCenterBubble
notifier_settings_view.h 11 #include "ui/message_center/message_center_export.h"
31 class MESSAGE_CENTER_EXPORT NotifierSettingsView
56 class MESSAGE_CENTER_EXPORT NotifierButton : public views::CustomButton,
bounded_label.h 13 #include "ui/message_center/message_center_export.h"
34 class MESSAGE_CENTER_EXPORT BoundedLabel : public views::View {
  /external/chromium_org/ui/message_center/cocoa/
tray_controller.h 12 #include "ui/message_center/message_center_export.h"
22 MESSAGE_CENTER_EXPORT
status_item_view.h 12 #include "ui/message_center/message_center_export.h"
26 MESSAGE_CENTER_EXPORT
popup_controller.h 14 #include "ui/message_center/message_center_export.h"
27 MESSAGE_CENTER_EXPORT
notification_controller.h 13 #include "ui/message_center/message_center_export.h"
25 MESSAGE_CENTER_EXPORT
popup_collection.h 15 #include "ui/message_center/message_center_export.h"
30 MESSAGE_CENTER_EXPORT
settings_controller.h 14 #include "ui/message_center/message_center_export.h"
45 MESSAGE_CENTER_EXPORT
tray_view_controller.h 17 #include "ui/message_center/message_center_export.h"
37 MESSAGE_CENTER_EXPORT

Completed in 835 milliseconds

1 2