OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RemoveNotification
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/ash/system/session_length_limit/
tray_session_length_limit_unittest.cc
61
void
RemoveNotification
() {
62
message_center::MessageCenter::Get()->
RemoveNotification
(
165
TEST_F(TraySessionLengthLimitTest,
RemoveNotification
) {
175
RemoveNotification
();
186
RemoveNotification
();
/external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray_browsertest.cc
93
void
RemoveNotification
(const std::string& id) {
133
RemoveNotification
("test_id1");
138
RemoveNotification
("test_id3");
157
RemoveNotification
("test_id1");
161
RemoveNotification
("test_id3");
/external/chromium_org/ui/message_center/
fake_message_center.cc
70
void FakeMessageCenter::
RemoveNotification
(const std::string& id,
notification_list.cc
118
void NotificationList::
RemoveNotification
(const std::string& id) {
message_center_impl.cc
170
message_center->
RemoveNotification
(change->notification_list_id(),
623
void MessageCenterImpl::
RemoveNotification
(const std::string& id,
639
// but the instance can be destructed in
RemoveNotification
(). Hence
642
notification_list_->
RemoveNotification
(copied_id);
672
notification_list_->
RemoveNotification
((*iter)->id());
760
RemoveNotification
(id, false);
/external/chromium_org/ui/message_center/views/
group_view.cc
266
void GroupView::
RemoveNotification
(const std::string& notification_id,
message_center_view_unittest.cc
99
virtual void
RemoveNotification
(const std::string& notification_id,
187
void MessageCenterViewTest::
RemoveNotification
(
toast_contents_view.cc
296
void ToastContentsView::
RemoveNotification
(
300
collection_->
RemoveNotification
(notification_id, by_user);
message_popup_collection.cc
113
void MessagePopupCollection::
RemoveNotification
(
116
message_center_->
RemoveNotification
(notification_id, by_user);
notification_view.cc
634
void NotificationView::
RemoveNotification
(const std::string& notification_id,
636
controller_->
RemoveNotification
(notification_id, by_user);
message_center_view.cc
[
all
...]
/external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc
137
void
RemoveNotification
(const std::string& id) {
138
GetMessageCenter()->
RemoveNotification
(id, false);
181
RemoveNotification
("test_id1");
186
RemoveNotification
("test_id3");
205
RemoveNotification
("test_id1");
209
RemoveNotification
("test_id3");
/external/chromium_org/chrome/browser/notifications/
desktop_notification_service.cc
318
void DesktopNotificationService::
RemoveNotification
(
Completed in 149 milliseconds