OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MessagePopupCollection
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/message_center/views/
message_popup_collection.h
51
class MESSAGE_CENTER_EXPORT
MessagePopupCollection
58
MessagePopupCollection
(gfx::NativeView parent,
62
virtual ~
MessagePopupCollection
();
169
scoped_ptr<base::OneShotTimer<
MessagePopupCollection
> > defer_timer_;
182
base::WeakPtrFactory<
MessagePopupCollection
> weak_factory_;
184
DISALLOW_COPY_AND_ASSIGN(
MessagePopupCollection
);
message_popup_collection.cc
50
MessagePopupCollection
::
MessagePopupCollection
(
65
defer_timer_.reset(new base::OneShotTimer<
MessagePopupCollection
>);
70
MessagePopupCollection
::~
MessagePopupCollection
() {
78
void
MessagePopupCollection
::ClickOnNotification(
83
void
MessagePopupCollection
::RemoveNotification(
89
scoped_ptr<ui::MenuModel>
MessagePopupCollection
::CreateMenuModel(
95
bool
MessagePopupCollection
::HasClickedListener(
100
void
MessagePopupCollection
::ClickOnNotificationButton
[
all
...]
Completed in 699 milliseconds