OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MessagePopupCollection
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/ui/message_center/views/
message_popup_collection.cc
60
MessagePopupCollection
::
MessagePopupCollection
(gfx::NativeView parent,
73
defer_timer_.reset(new base::OneShotTimer<
MessagePopupCollection
>);
97
MessagePopupCollection
::~
MessagePopupCollection
() {
108
void
MessagePopupCollection
::ClickOnNotification(
113
void
MessagePopupCollection
::RemoveNotification(
119
void
MessagePopupCollection
::DisableNotificationsFromThisSource(
124
void
MessagePopupCollection
::ShowNotifierSettingsBubble() {
128
bool
MessagePopupCollection
::HasClickedListener
[
all
...]
message_popup_collection.h
58
class MESSAGE_CENTER_EXPORT
MessagePopupCollection
67
MessagePopupCollection
(gfx::NativeView parent,
71
virtual ~
MessagePopupCollection
();
207
scoped_ptr<base::OneShotTimer<
MessagePopupCollection
> > defer_timer_;
221
base::WeakPtrFactory<
MessagePopupCollection
> weak_factory_;
223
DISALLOW_COPY_AND_ASSIGN(
MessagePopupCollection
);
toast_contents_view.h
29
class
MessagePopupCollection
;
34
// which delegates over to
MessagePopupCollection
, but takes care about
35
// checking the weakref since
MessagePopupCollection
may disappear before
45
base::WeakPtr<
MessagePopupCollection
> collection);
121
base::WeakPtr<
MessagePopupCollection
> collection_;
message_popup_collection_unittest.cc
32
collection_.reset(new
MessagePopupCollection
(
52
MessagePopupCollection
* collection() { return collection_.get(); }
76
for (
MessagePopupCollection
::Toasts::iterator iter =
120
scoped_ptr<
MessagePopupCollection
> collection_;
toast_contents_view.cc
50
base::WeakPtr<
MessagePopupCollection
> collection)
/external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray.h
24
class
MessagePopupCollection
;
97
scoped_ptr<message_center::
MessagePopupCollection
> popup_collection_;
web_notification_tray.cc
150
popup_collection_.reset(new message_center::
MessagePopupCollection
(
/external/chromium_org/ash/system/web_notification/
web_notification_tray.h
37
class
MessagePopupCollection
;
166
scoped_ptr<message_center::
MessagePopupCollection
> popup_collection_;
web_notification_tray.cc
75
// and notifies
MessagePopupCollection
.
85
void StartObserving(message_center::
MessagePopupCollection
* collection,
101
message_center::
MessagePopupCollection
* collection_;
141
message_center::
MessagePopupCollection
* collection,
406
popup_collection_.reset(new message_center::
MessagePopupCollection
(
Completed in 80 milliseconds