Home
last modified time | relevance | path

Searched refs:MessageBubbleBase (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/ui/message_center/views/
Dmessage_bubble_base.cc21 const SkColor MessageBubbleBase::kBackgroundColor =
24 MessageBubbleBase::MessageBubbleBase(MessageCenter* message_center, in MessageBubbleBase() function in message_center::MessageBubbleBase
33 MessageBubbleBase::~MessageBubbleBase() { in ~MessageBubbleBase()
38 void MessageBubbleBase::BubbleViewDestroyed() { in BubbleViewDestroyed()
43 void MessageBubbleBase::ScheduleUpdate() { in ScheduleUpdate()
47 base::Bind(&MessageBubbleBase::UpdateBubbleView, in ScheduleUpdate()
52 bool MessageBubbleBase::IsVisible() const { in IsVisible()
56 void MessageBubbleBase::SetMaxHeight(int height) { in SetMaxHeight()
68 views::TrayBubbleView::InitParams MessageBubbleBase::GetDefaultInitParams( in GetDefaultInitParams()
Dmessage_bubble_base.h16 class MESSAGE_CENTER_EXPORT MessageBubbleBase {
18 MessageBubbleBase(MessageCenter* message_center, MessageCenterTray* tray);
20 virtual ~MessageBubbleBase();
74 base::WeakPtrFactory<MessageBubbleBase> weak_ptr_factory_;
76 DISALLOW_COPY_AND_ASSIGN(MessageBubbleBase);
Dmessage_center_bubble.h19 : public MessageBubbleBase,
Dmessage_center_bubble.cc64 : MessageBubbleBase(message_center, tray), in MessageCenterBubble()
/external/chromium_org/ash/system/web_notification/
Dweb_notification_tray.cc80 message_center::MessageBubbleBase* bubble) { in WebNotificationBubbleWrapper()
99 message_center::MessageBubbleBase* bubble() const { return bubble_.get(); } in bubble()
105 scoped_ptr<message_center::MessageBubbleBase> bubble_;
Dweb_notification_tray.h34 class MessageBubbleBase; variable
/external/chromium_org/ui/message_center/
Dmessage_center_tray.h22 class MessageBubbleBase; variable