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

  /external/chromium_org/ui/message_center/views/
message_popup_collection.cc 60 MessagePopupCollection::MessagePopupCollection(gfx::NativeView parent,
76 defer_timer_.reset(new base::OneShotTimer<MessagePopupCollection>);
80 MessagePopupCollection::~MessagePopupCollection() {
90 void MessagePopupCollection::ClickOnNotification(
95 void MessagePopupCollection::RemoveNotification(
101 scoped_ptr<ui::MenuModel> MessagePopupCollection::CreateMenuModel(
107 bool MessagePopupCollection::HasClickedListener(
112 void MessagePopupCollection::ClickOnNotificationButton
    [all...]
message_popup_collection.h 63 class MESSAGE_CENTER_EXPORT MessagePopupCollection
72 MessagePopupCollection(gfx::NativeView parent,
76 virtual ~MessagePopupCollection();
209 scoped_ptr<base::OneShotTimer<MessagePopupCollection> > defer_timer_;
225 base::WeakPtrFactory<MessagePopupCollection> weak_factory_;
227 DISALLOW_COPY_AND_ASSIGN(MessagePopupCollection);

Completed in 128 milliseconds