| /external/chromium_org/content/shell/renderer/test_runner/ |
| D | notification_presenter.cc | 30 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/ |
| D | notification_provider.cc | 33 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
|
| D | active_notification_tracker.cc | 20 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/ |
| D | NotificationPresenterImpl.cpp | 56 bool NotificationPresenterImpl::show(Notification* notification) in show() 61 void NotificationPresenterImpl::close(Notification* notification) in close() 69 void NotificationPresenterImpl::notificationObjectDestroyed(Notification* notification) in notificationObjectDestroyed()
|
| D | WebNotification.cpp | 113 WebNotification::WebNotification(Notification* notification) in WebNotification() 118 WebNotification& WebNotification::operator=(Notification* notification) in operator =()
|
| /external/chromium_org/ui/message_center/views/ |
| D | notification_view.cc | 257 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/ |
| D | TestingRemovalListeners.java | 55 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()
|
| D | NullCacheTest.java | 51 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/ |
| D | non_blocking_push_client.cc | 109 const Notification& notification) { in SendNotification() 139 const Notification& notification) { in OnIncomingNotification() 205 const Notification& notification) { in SendNotification() 234 const Notification& notification) { in OnIncomingNotification()
|
| D | non_blocking_push_client_unittest.cc | 94 Notification notification; in MakeTestNotification() local 105 const Notification notification = MakeTestNotification(); in TEST_F() local 141 const Notification notification = MakeTestNotification(); in TEST_F() local
|
| D | push_notifications_send_update_task.cc | 23 buzz::XmppTaskParentInterface* parent, const Notification& notification) in PushNotificationsSendUpdateTask() 41 const Notification& notification, in MakeUpdateMessage()
|
| D | fake_push_client.cc | 34 void FakePushClient::SendNotification(const Notification& notification) { in SendNotification() 54 const Notification& notification) { in SimulateIncomingNotification()
|
| D | xmpp_push_client.cc | 81 const Notification& notification) { in OnNotificationReceived() 140 void XmppPushClient::SendNotification(const Notification& notification) { in SendNotification()
|
| /external/chromium_org/ui/message_center/ |
| D | notification_list_unittest.cc | 39 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
|
| D | message_center_tray_unittest.cc | 82 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/ |
| D | tray_supervised_user_unittest.cc | 72 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/ |
| D | notification_ui_manager_android.cc | 20 void NotificationUIManagerAndroid::Add(const Notification& notification, in Add() 26 bool NotificationUIManagerAndroid::Update(const Notification& notification, in Update()
|
| D | notification.cc | 57 Notification::Notification(const Notification& notification) in Notification() 69 Notification& Notification::operator=(const Notification& notification) { in operator =()
|
| D | notification_test_util.cc | 33 void StubNotificationUIManager::Add(const Notification& notification, in Add() 44 bool StubNotificationUIManager::Update(const Notification& notification, in Update()
|
| D | message_center_notification_manager.cc | 112 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/ |
| D | OCMNotificationPoster.h | 10 NSNotification *notification; variable
|
| /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
| D | ShadowNotificationManager.java | 21 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/ |
| D | tray_session_length_limit_unittest.cc | 82 message_center::Notification* notification = GetNotification(); in TEST_F() local 125 message_center::Notification* notification; in TEST_F() local
|
| /external/chromium_org/components/invalidation/ |
| D | push_client_channel_unittest.cc | 167 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/ |
| D | RemovalListener.java | 45 void onRemoval(RemovalNotification<K, V> notification); in onRemoval()
|