HomeSort by relevance Sort by last modified time
    Searched defs:MessageBubbleBase (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/message_center/views/
message_bubble_base.cc 13 // Delay laying out the MessageBubbleBase until all notifications have been
21 const SkColor MessageBubbleBase::kBackgroundColor =
24 MessageBubbleBase::MessageBubbleBase(MessageCenter* message_center,
33 MessageBubbleBase::~MessageBubbleBase() {
38 void MessageBubbleBase::BubbleViewDestroyed() {
43 void MessageBubbleBase::ScheduleUpdate() {
47 base::Bind(&MessageBubbleBase::UpdateBubbleView,
52 bool MessageBubbleBase::IsVisible() const
    [all...]
message_bubble_base.h 16 class MESSAGE_CENTER_EXPORT MessageBubbleBase {
18 MessageBubbleBase(MessageCenter* message_center, MessageCenterTray* tray);
20 virtual ~MessageBubbleBase();
73 base::WeakPtrFactory<MessageBubbleBase> weak_ptr_factory_;
76 DISALLOW_COPY_AND_ASSIGN(MessageBubbleBase);

Completed in 280 milliseconds