Home
last modified time | relevance | path

Searched defs:notification (Results 1 – 25 of 155) sorted by relevance

1234567

/external/chromium_org/content/shell/renderer/test_runner/
Dnotification_presenter.cc30 WebNotification* notification = static_cast<WebNotification*>(context); in DeferredDisplayDispatch() local
47 const WebNotification& notification = iter->second; in SimulateClick() local
57 const WebNotification& notification = active_notifications_.begin()->second; in Reset() local
64 bool NotificationPresenter::show(const WebNotification& notification) { in show()
109 void NotificationPresenter::cancel(const WebNotification& notification) { in cancel()
122 const WebNotification& notification) { in objectDestroyed()
/external/chromium_org/content/renderer/
Dnotification_provider.cc33 bool NotificationProvider::show(const WebNotification& notification) { in show()
48 void NotificationProvider::cancel(const WebNotification& notification) { in cancel()
57 const WebNotification& notification) { in objectDestroyed()
92 WebNotification notification; in OnDisplay() local
101 WebNotification notification; in OnError() local
110 WebNotification notification; in OnClose() local
121 WebNotification notification; in OnClick() local
Dactive_notification_tracker.cc20 const WebNotification& notification, int& id) { in GetId()
29 int id, WebNotification* notification) { in GetNotification()
44 WebNotification* notification = new WebNotification(proxy); in RegisterNotification() local
53 scoped_ptr<WebNotification> notification(notification_table_.Lookup(id)); in UnregisterNotification() local
/external/chromium_org/third_party/WebKit/Source/web/
DNotificationPresenterImpl.cpp56 bool NotificationPresenterImpl::show(Notification* notification) in show()
61 void NotificationPresenterImpl::close(Notification* notification) in close()
69 void NotificationPresenterImpl::notificationObjectDestroyed(Notification* notification) in notificationObjectDestroyed()
DWebNotification.cpp113 WebNotification::WebNotification(Notification* notification) in WebNotification()
118 WebNotification& WebNotification::operator=(Notification* notification) in operator =()
/external/chromium_org/ui/message_center/views/
Dnotification_view.cc257 const Notification& notification, in Create()
316 void NotificationView::CreateOrUpdateViews(const Notification& notification) { in CreateOrUpdateViews()
327 void NotificationView::SetAccessibleName(const Notification& notification) { in SetAccessibleName()
341 const Notification& notification) in NotificationView()
479 const Notification& notification) { in UpdateWithNotification()
518 const Notification& notification) { in CreateOrUpdateTitleView()
555 const Notification& notification) { in CreateOrUpdateMessageView()
586 const Notification& notification) { in CreateOrUpdateContextMessageView()
617 const Notification& notification) { in CreateOrUpdateProgressBarView()
641 const Notification& notification) { in CreateOrUpdateListItemViews()
[all …]
/external/guava/guava-tests/test/com/google/common/cache/
DTestingRemovalListeners.java55 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval()
69 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval()
96 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval()
DNullCacheTest.java51 RemovalNotification<Object, Object> notification = listener.remove(); in testGet() local
68 RemovalNotification<Object, Object> notification = listener.remove(); in testGet_expireAfterWrite() local
85 RemovalNotification<Object, Object> notification = listener.remove(); in testGet_expireAfterAccess() local
/external/chromium_org/jingle/notifier/listener/
Dnon_blocking_push_client.cc109 const Notification& notification) { in SendNotification()
139 const Notification& notification) { in OnIncomingNotification()
205 const Notification& notification) { in SendNotification()
234 const Notification& notification) { in OnIncomingNotification()
Dnon_blocking_push_client_unittest.cc94 Notification notification; in MakeTestNotification() local
105 const Notification notification = MakeTestNotification(); in TEST_F() local
141 const Notification notification = MakeTestNotification(); in TEST_F() local
Dpush_notifications_send_update_task.cc23 buzz::XmppTaskParentInterface* parent, const Notification& notification) in PushNotificationsSendUpdateTask()
41 const Notification& notification, in MakeUpdateMessage()
Dfake_push_client.cc34 void FakePushClient::SendNotification(const Notification& notification) { in SendNotification()
54 const Notification& notification) { in SimulateIncomingNotification()
Dxmpp_push_client.cc81 const Notification& notification) { in OnNotificationReceived()
140 void XmppPushClient::SendNotification(const Notification& notification) { in SendNotification()
/external/chromium_org/ui/message_center/
Dnotification_list_unittest.cc39 scoped_ptr<Notification> notification( in AddNotification() local
55 scoped_ptr<Notification> notification(new Notification( in MakeNotification() local
188 scoped_ptr<Notification> notification( in TEST_F() local
212 scoped_ptr<Notification> notification( in TEST_F() local
421 scoped_ptr<Notification> notification( in TEST_F() local
452 scoped_ptr<Notification> notification( in TEST_F() local
661 scoped_ptr<Notification> notification( in TEST_F() local
724 scoped_ptr<Notification> notification(MakeNotification(&id1)); in TEST_F() local
Dmessage_center_tray_unittest.cc82 scoped_ptr<Notification> notification( in AddNotification() local
187 scoped_ptr<Notification> notification( in TEST_F() local
262 scoped_ptr<Notification> notification( in TEST_F() local
/external/chromium_org/ash/system/chromeos/supervised/
Dtray_supervised_user_unittest.cc72 message_center::Notification* notification = GetPopup(); in TEST_F() local
81 message_center::Notification* notification = GetPopup(); in TEST_F() local
/external/chromium_org/chrome/browser/notifications/
Dnotification_ui_manager_android.cc20 void NotificationUIManagerAndroid::Add(const Notification& notification, in Add()
26 bool NotificationUIManagerAndroid::Update(const Notification& notification, in Update()
Dnotification.cc57 Notification::Notification(const Notification& notification) in Notification()
69 Notification& Notification::operator=(const Notification& notification) { in operator =()
Dnotification_test_util.cc33 void StubNotificationUIManager::Add(const Notification& notification, in Add()
44 bool StubNotificationUIManager::Update(const Notification& notification, in Update()
Dmessage_center_notification_manager.cc112 void MessageCenterNotificationManager::Add(const Notification& notification, in Add()
144 bool MessageCenterNotificationManager::Update(const Notification& notification, in Update()
332 const Notification& notification) { in StartDownloads()
377 const Notification& notification, in StartDownloadWithImage()
442 const Notification& notification, in ProfileNotification()
/external/chromium_org/third_party/ocmock/OCMock/
DOCMNotificationPoster.h10 NSNotification *notification; variable
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowNotificationManager.java21 public void notify(int id, Notification notification) in notify()
27 public void notify(String tag, int id, Notification notification) { in notify()
/external/chromium_org/ash/system/chromeos/session/
Dtray_session_length_limit_unittest.cc82 message_center::Notification* notification = GetNotification(); in TEST_F() local
125 message_center::Notification* notification; in TEST_F() local
/external/chromium_org/components/invalidation/
Dpush_client_channel_unittest.cc167 notifier::Notification notification; in TEST_F() local
185 notifier::Notification notification; in TEST_F() local
199 notifier::Notification notification; in TEST_F() local
229 notifier::Notification notification; in TEST_F() local
/external/guava/guava/src/com/google/common/cache/
DRemovalListener.java45 void onRemoval(RemovalNotification<K, V> notification); in onRemoval()

1234567