Searched defs:notification (Results 1 - 25 of 146) sorted by relevance

123456

/external/chromium_org/third_party/ocmock/OCMock/
H A DOCMNotificationPoster.h10 NSNotification *notification; variable
/external/junit/src/org/junit/runner/notification/
H A Dpackage-info.java6 package org.junit.runner.notification
H A DStoppedByUserException.java1 package org.junit.runner.notification;
7 * @see org.junit.runner.notification.RunNotifier
H A DFailure.java1 package org.junit.runner.notification;
H A DRunListener.java1 package org.junit.runner.notification;
/external/chromium_org/jingle/notifier/listener/
H A Dnotification_defines_unittest.cc16 // Create a notification with binary data in the data field.
21 Notification notification; local
22 notification.data = kNonUtf8Data;
23 EXPECT_EQ("{ channel: \"\", data: \"\\u00FF\" }", notification.ToString());
H A Dpush_notifications_send_update_task_unittest.cc34 Notification notification; local
35 notification.channel = "test_channel";
36 notification.data = "test_data";
39 EXPECT_TRUE(base::Base64Encode(notification.data, &base64_data));
43 notification, to_jid_bare_));
53 to_jid_bare_.Str().c_str(), notification.channel.c_str(),
H A Dfake_push_client_observer.cc24 const Notification& notification) {
25 last_incoming_notification_ = notification;
23 OnIncomingNotification( const Notification& notification) argument
H A Dnon_blocking_push_client_unittest.cc94 Notification notification; local
95 notification.channel = "channel";
96 notification.recipients.resize(10);
97 notification.recipients[0].to = "to";
98 notification.recipients[9].user_specific_data = "user_specific_data";
99 notification.data = "data";
100 return notification;
105 const Notification notification = MakeTestNotification(); local
107 push_client_->SendNotification(notification);
112 fake_push_client_->sent_notifications()[0].Equals(notification));
141 const Notification notification = MakeTestNotification(); local
[all...]
H A Dpush_notifications_send_update_task.cc23 buzz::XmppTaskParentInterface* parent, const Notification& notification)
24 : XmppTask(parent), notification_(notification) {}
32 DVLOG(1) << "Sending notification " << notification_.ToString()
41 const Notification& notification,
62 push->AddAttr(kQnChannel, notification.channel);
65 const RecipientList& recipients = notification.recipients;
85 if (!base::Base64Encode(notification.data, &base64_data)) {
86 DLOG(WARNING) << "Could not encode data " << notification.data;
22 PushNotificationsSendUpdateTask( buzz::XmppTaskParentInterface* parent, const Notification& notification) argument
40 MakeUpdateMessage( const Notification& notification, const buzz::Jid& to_jid_bare) argument
/external/guava/guava/src/com/google/common/cache/
H A DRemovalListener.java22 * An object that can receive a notification when an entry is removed from a cache. The removal
23 * resulting in notification could have occured to an entry being manually removed or replaced, or
45 void onRemoval(RemovalNotification<K, V> notification); argument
/external/chromium/chrome/browser/notifications/
H A Dnotification.cc5 #include "chrome/browser/notifications/notification.h"
19 Notification::Notification(const Notification& notification) argument
20 : origin_url_(notification.origin_url()),
21 content_url_(notification.content_url()),
22 display_source_(notification.display_source()),
23 replace_id_(notification.replace_id()),
24 delegate_(notification.delegate()) {
29 Notification& Notification::operator=(const Notification& notification) { argument
30 origin_url_ = notification.origin_url();
31 content_url_ = notification
[all...]
H A Dballoon_collection_base.cc9 #include "chrome/browser/notifications/notification.h"
41 if ((*iter)->notification().notification_id() == id)
57 if ((*iter)->notification().origin_url() == source_origin)
76 const Notification& notification) {
79 if ((*iter)->notification().notification_id() ==
80 notification.notification_id()) {
75 FindBalloon( const Notification& notification) argument
H A Dballoon.cc9 #include "chrome/browser/notifications/notification.h"
14 Balloon::Balloon(const Notification& notification, Profile* profile, argument
17 notification_(new Notification(notification)),
46 void Balloon::Update(const Notification& notification) { argument
48 notification_.reset(new Notification(notification));
H A Dballoon_collection_linux.cc16 Balloon* BalloonCollectionImpl::MakeBalloon(const Notification& notification, argument
18 Balloon* balloon = new Balloon(notification, profile, this);
H A Dballoon_collection_win.cc11 Balloon* BalloonCollectionImpl::MakeBalloon(const Notification& notification, argument
13 Balloon* balloon = new Balloon(notification, profile, this);
/external/chromium_org/chrome/browser/notifications/
H A Ddesktop_notification_service_win.cc9 #include "chrome/browser/notifications/notification.h"
32 const Notification& notification) {
38 if (!notification.is_html()) {
39 display_metro_notification(notification.origin_url().spec().c_str(),
40 notification.content_url().spec().c_str(),
41 notification.title().c_str(),
42 notification.message().c_str(),
43 notification.display_source().c_str(),
44 notification.notification_id().c_str(),
51 GetUIManager()->Add(notification, profile
31 ShowNotification( const Notification& notification) argument
[all...]
H A Dnotification.cc5 #include "chrome/browser/notifications/notification.h"
117 Notification::Notification(const Notification& notification) argument
118 : message_center::Notification(notification),
119 origin_url_(notification.origin_url()),
120 icon_url_(notification.icon_url()),
121 is_html_(notification.is_html()),
122 content_url_(notification.content_url()),
123 button_one_icon_url_(notification.button_one_icon_url()),
124 button_two_icon_url_(notification.button_two_icon_url()),
125 image_url_(notification
131 operator =(const Notification& notification) argument
[all...]
/external/chromium_org/chrome/browser/ui/panels/
H A Dtest_panel_notification_observer.cc13 int notification,
17 registrar_.Add(this, notification, source);
12 TestPanelNotificationObserver( int notification, const content::NotificationSource& source) argument
/external/chromium_org/content/renderer/accessibility/
H A Drenderer_accessibility.cc48 AccessibilityNotification notification) {
49 switch (notification) {
47 AccessibilityNotificationToString( AccessibilityNotification notification) argument
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowNotificationManager.java21 public void notify(int id, Notification notification) argument
23 notify(null, id, notification);
27 public void notify(String tag, int id, Notification notification) { argument
31 notifications.put(id, notification);
/external/chromium/chrome/browser/chromeos/notifications/
H A Dballoon_collection_impl.h28 // A balloon collection represents a set of notification balloons being
29 // shown in the chromeos notification panel. Unlike other platforms,
30 // chromeos shows the all notifications in the notification panel, and
48 // Resize notification from webkit.
62 virtual void Add(const Notification& notification,
81 // there is no notification that matches NotificationDelegate::id(),
84 bool AddWebUIMessageCallback(const Notification& notification,
88 // Adds new system notification.
89 // |sticky| is used to indicate that the notification
92 void AddSystemNotification(const Notification& notification,
131 FindBalloon(const Notification& notification) argument
[all...]
/external/chromium_org/chrome/browser/notifications/sync_notifier/
H A Dchrome_notifier_delegate.cc31 SyncedNotification* notification = local
33 if (notification == NULL)
36 GURL destination = notification->GetDefaultDestinationUrl();
42 SyncedNotification* notification = local
44 if (notification) {
45 GURL destination = notification->GetButtonUrl(button_index);
/external/chromium_org/chrome/browser/resources/google_now/
H A Dcards.js10 * Builds an object to manage notification card set.
18 * Schedules hiding a notification.
33 * Shows a notification.
36 * parameters for showing a Chrome notification.
44 // Delete a notification with the specified id if it already exists, and
45 // then create a notification.
48 cardCreateInfo.notification,
65 // Update existing notification.
68 cardCreateInfo.notification,
87 * Updates/creates a card notification wit
[all...]
/external/chromium_org/chrome/browser/ui/views/notifications/
H A Dballoon_collection_views.cc14 Balloon* BalloonCollectionImpl::MakeBalloon(const Notification& notification, argument
16 Balloon* balloon = new Balloon(notification, profile, this);

Completed in 1508 milliseconds

123456