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

1 2

  /external/chromium_org/ui/message_center/
notification_types.h 11 #include "ui/message_center/message_center_export.h"
16 MESSAGE_CENTER_EXPORT extern const char kPriorityKey[];
17 MESSAGE_CENTER_EXPORT extern const char kTimestampKey[];
18 MESSAGE_CENTER_EXPORT extern const char kButtonOneTitleKey[];
19 MESSAGE_CENTER_EXPORT extern const char kButtonOneIconUrlKey[];
20 MESSAGE_CENTER_EXPORT extern const char kButtonTwoTitleKey[];
21 MESSAGE_CENTER_EXPORT extern const char kButtonTwoIconUrlKey[];
22 MESSAGE_CENTER_EXPORT extern const char kExpandedMessageKey[];
23 MESSAGE_CENTER_EXPORT extern const char kImageUrlKey[];
24 MESSAGE_CENTER_EXPORT extern const char kItemsKey[]
    [all...]
message_center_switches.h 8 #include "ui/message_center/message_center_export.h"
22 MESSAGE_CENTER_EXPORT extern const char kEnableRichNotifications[];
23 MESSAGE_CENTER_EXPORT extern const char kDisableRichNotifications[];
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_util.h 8 #include "ui/message_center/message_center_export.h"
12 MESSAGE_CENTER_EXPORT bool IsRichNotificationEnabled();
message_center_style.h 11 #include "ui/message_center/message_center_export.h"
18 MESSAGE_CENTER_EXPORT extern const int kNotificationButtonIconSize;
19 MESSAGE_CENTER_EXPORT extern const int kNotificationIconSize;
20 MESSAGE_CENTER_EXPORT extern const int kNotificationPreferredImageSize;
21 MESSAGE_CENTER_EXPORT extern const float kNotificationPreferredImageRatio;
22 MESSAGE_CENTER_EXPORT extern const int kSettingsIconSize;
25 MESSAGE_CENTER_EXPORT extern const size_t kMaxVisiblePopupNotifications;
26 MESSAGE_CENTER_EXPORT extern const size_t kMaxVisibleMessageCenterNotifications;
29 MESSAGE_CENTER_EXPORT extern const int kNotificationWidth; // H size of the
33 MESSAGE_CENTER_EXPORT extern const SkColor kMessageCenterBorderColor
    [all...]
message_center_tray_delegate.h 8 #include "ui/message_center/message_center_export.h"
16 class MESSAGE_CENTER_EXPORT MessageCenterTrayDelegate {
notifier_settings.h 12 #include "ui/message_center/message_center_export.h"
23 MESSAGE_CENTER_EXPORT NotifierSettingsDelegate* ShowSettings(
28 struct MESSAGE_CENTER_EXPORT NotifierId {
67 struct MESSAGE_CENTER_EXPORT Notifier {
87 struct MESSAGE_CENTER_EXPORT NotifierGroup {
111 MESSAGE_CENTER_EXPORT std::string ToString(
113 MESSAGE_CENTER_EXPORT NotifierId::SystemComponentNotifierType
118 class MESSAGE_CENTER_EXPORT NotifierSettingsObserver {
130 class MESSAGE_CENTER_EXPORT NotifierSettingsProvider {
notification_delegate.h 12 #include "ui/message_center/message_center_export.h"
23 class MESSAGE_CENTER_EXPORT NotificationDelegate
56 class MESSAGE_CENTER_EXPORT HandleNotificationClickedDelegate
message_center_observer.h 10 #include "ui/message_center/message_center_export.h"
15 class MESSAGE_CENTER_EXPORT MessageCenterObserver {
notification.h 15 #include "ui/message_center/message_center_export.h"
21 struct MESSAGE_CENTER_EXPORT NotificationItem {
28 struct MESSAGE_CENTER_EXPORT ButtonInfo {
35 class MESSAGE_CENTER_EXPORT RichNotificationData {
51 class MESSAGE_CENTER_EXPORT Notification {
message_center.h 13 #include "ui/message_center/message_center_export.h"
37 class MESSAGE_CENTER_EXPORT MessageCenter {
48 class MESSAGE_CENTER_EXPORT Delegate {
notification_list.h 16 #include "ui/message_center/message_center_export.h"
33 struct MESSAGE_CENTER_EXPORT ComparePriorityTimestampSerial {
42 class MESSAGE_CENTER_EXPORT NotificationList {
message_center_tray.h 10 #include "ui/message_center/message_center_export.h"
28 class MESSAGE_CENTER_EXPORT MessageCenterTray
  /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 12 #include "ui/message_center/message_center_export.h"
42 MESSAGE_CENTER_EXPORT
tray_view_controller.h 17 #include "ui/message_center/message_center_export.h"
37 MESSAGE_CENTER_EXPORT
  /external/chromium_org/ui/message_center/views/
message_center_bubble.h 9 #include "ui/message_center/message_center_export.h"
18 class MESSAGE_CENTER_EXPORT MessageCenterBubble
message_bubble_base.h 10 #include "ui/message_center/message_center_export.h"
16 class MESSAGE_CENTER_EXPORT MessageBubbleBase {
bounded_label.h 13 #include "ui/message_center/message_center_export.h"
34 class MESSAGE_CENTER_EXPORT BoundedLabel : public views::View {
notification_view.h 10 #include "ui/message_center/message_center_export.h"
26 class MESSAGE_CENTER_EXPORT NotificationView : public MessageView {
notifier_settings_view.h 11 #include "ui/message_center/message_center_export.h"
29 class MESSAGE_CENTER_EXPORT NotifierSettingsView

Completed in 383 milliseconds

1 2