Searched defs:notification (Results 76 - 100 of 136) sorted by relevance

123456

/external/chromium_org/ui/message_center/views/
H A Dmessage_popup_collection.cc23 #include "ui/message_center/notification.h"
136 true); // Create top-level notification.
257 // The notification may scrolls the boundary of the screen due to image
391 Notification* notification = *iter; local
392 DCHECK(notification);
396 if (notification->id() != notification_id)
400 notification->rich_notification_data();
404 toast_contents_view->UpdateContents(*notification,
410 // OnNotificationUpdated() can be called when a notification is excluded from
411 // the popup notification lis
[all...]
H A Dmessage_center_view.cc117 void UpdateNotification(MessageView* view, const Notification& notification);
141 // the last closed notification.
144 // the last closed notification.
151 // Animate clearing one notification.
266 const Notification& notification) {
276 view->UpdateWithNotification(notification);
312 // Paint in the inversed order. Otherwise upper notification may be
322 // upper notification may be hidden by the lower one.
441 // Find first notification below target (or all notifications if no
468 // Find first notification abov
265 UpdateNotification(MessageView* view, const Notification& notification) argument
968 AddNotificationAt(const Notification& notification, int index) argument
[all...]
H A Dnotification_view.cc19 #include "ui/message_center/notification.h"
110 // ItemViews are responsible for drawing each list notification item's title and
156 // notification's image, including background and border. Its size can be
257 const Notification& notification,
259 switch (notification.type()) {
269 // doesn't have the requested kind of notification template), we'll fall
270 // back to a notification instance that will provide at least basic
273 << "notification type " << notification.type() << ". "
274 << "Falling back to simple notification typ
256 Create(MessageCenterController* controller, const Notification& notification, bool top_level) argument
316 CreateOrUpdateViews(const Notification& notification) argument
327 SetAccessibleName(const Notification& notification) argument
340 NotificationView(MessageCenterController* controller, const Notification& notification) argument
478 UpdateWithNotification( const Notification& notification) argument
517 CreateOrUpdateTitleView( const Notification& notification) argument
554 CreateOrUpdateMessageView( const Notification& notification) argument
585 CreateOrUpdateContextMessageView( const Notification& notification) argument
616 CreateOrUpdateProgressBarView( const Notification& notification) argument
640 CreateOrUpdateListItemViews( const Notification& notification) argument
661 CreateOrUpdateIconView( const Notification& notification) argument
690 CreateOrUpdateImageView( const Notification& notification) argument
709 CreateOrUpdateActionButtonViews( const Notification& notification) argument
[all...]
/external/guava/guava/src/com/google/common/cache/
H A DCacheBuilder.java59 * <li>notification of evicted (or otherwise removed) entries
178 public void onRemoval(RemovalNotification<Object, Object> notification) {} argument
/external/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp269 lldb::InputReaderAction notification,
276 switch (notification)
267 GenerateBreakpointCommandCallback(void *baton, InputReader &reader, lldb::InputReaderAction notification, const char *bytes, size_t bytes_len) argument
H A DCommandObjectWatchpointCommand.cpp247 lldb::InputReaderAction notification,
254 switch (notification)
245 GenerateWatchpointCommandCallback(void *callback_data, InputReader &reader, lldb::InputReaderAction notification, const char *bytes, size_t bytes_len) argument
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_sim.c37 u16 notification; member in struct:eap_sim_data
294 wpa_printf(MSG_DEBUG, " AT_NOTIFICATION (%d)", data->notification);
295 eap_sim_msg_add(msg, EAP_SIM_AT_NOTIFICATION, data->notification,
559 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
575 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
584 data->notification = EAP_SIM_SUCCESS;
657 data->notification = EAP_SIM_SUCCESS;
675 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
690 if (data->notification == EAP_SIM_SUCCESS && data->use_result_ind)
702 wpa_printf(MSG_DEBUG, "EAP-SIM: Client replied to notification");
[all...]
H A Deap_server_aka.c43 u16 notification; member in struct:eap_aka_data
597 wpa_printf(MSG_DEBUG, " AT_NOTIFICATION (%d)", data->notification);
598 eap_sim_msg_add(msg, EAP_SIM_AT_NOTIFICATION, data->notification,
724 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
775 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
816 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
862 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
874 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
881 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
926 data->notification
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_sim.c37 u16 notification; member in struct:eap_sim_data
294 wpa_printf(MSG_DEBUG, " AT_NOTIFICATION (%d)", data->notification);
295 eap_sim_msg_add(msg, EAP_SIM_AT_NOTIFICATION, data->notification,
559 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
575 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
584 data->notification = EAP_SIM_SUCCESS;
657 data->notification = EAP_SIM_SUCCESS;
675 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
690 if (data->notification == EAP_SIM_SUCCESS && data->use_result_ind)
702 wpa_printf(MSG_DEBUG, "EAP-SIM: Client replied to notification");
[all...]
H A Deap_server_aka.c43 u16 notification; member in struct:eap_aka_data
597 wpa_printf(MSG_DEBUG, " AT_NOTIFICATION (%d)", data->notification);
598 eap_sim_msg_add(msg, EAP_SIM_AT_NOTIFICATION, data->notification,
724 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
775 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
816 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
862 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
874 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
881 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
926 data->notification
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_sim.c37 u16 notification; member in struct:eap_sim_data
294 wpa_printf(MSG_DEBUG, " AT_NOTIFICATION (%d)", data->notification);
295 eap_sim_msg_add(msg, EAP_SIM_AT_NOTIFICATION, data->notification,
559 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
575 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
584 data->notification = EAP_SIM_SUCCESS;
657 data->notification = EAP_SIM_SUCCESS;
675 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
690 if (data->notification == EAP_SIM_SUCCESS && data->use_result_ind)
702 wpa_printf(MSG_DEBUG, "EAP-SIM: Client replied to notification");
[all...]
H A Deap_server_aka.c43 u16 notification; member in struct:eap_aka_data
597 wpa_printf(MSG_DEBUG, " AT_NOTIFICATION (%d)", data->notification);
598 eap_sim_msg_add(msg, EAP_SIM_AT_NOTIFICATION, data->notification,
724 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
775 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
816 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
862 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
874 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
881 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
926 data->notification
[all...]
/external/chromium_org/cloud_print/virtual_driver/win/install/
H A Dsetup.cc189 UINT notification,
194 if (notification == SPFILENOTIFY_FILEINCABINET) {
188 CabinetCallback(PVOID data, UINT notification, UINT_PTR param1, UINT_PTR param2) argument
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXObjectCache.cpp716 AXNotification notification = m_notificationsToPost[i].second; local
717 postPlatformNotification(obj, notification);
719 if (notification == AXChildrenChanged && obj->parentObjectIfExists() && obj->lastKnownIsIgnoredValue() != obj->accessibilityIsIgnored())
726 void AXObjectCache::postNotification(RenderObject* renderer, AXNotification notification, bool postToElement, PostType postType) argument
744 postNotification(object.get(), &renderer->document(), notification, postToElement, postType);
747 void AXObjectCache::postNotification(Node* node, AXNotification notification, bool postToElement, PostType postType) argument
765 postNotification(object.get(), &node->document(), notification, postToElement, postType);
768 void AXObjectCache::postNotification(AXObject* object, Document* document, AXNotification notification, bool postToElement, PostType postType) argument
782 m_notificationsToPost.append(std::make_pair(object, notification));
786 postPlatformNotification(object, notification);
978 postPlatformNotification(AXObject* obj, AXNotification notification) argument
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DMapMaker.java56 * <li>notification of evicted (or otherwise removed) entries
715 * An object that can receive a notification when an entry is removed from a map. The removal
716 * resulting in notification could have occured to an entry being manually removed or replaced, or
733 void onRemoval(RemovalNotification<K, V> notification); argument
737 * A notification of the removal of a single entry. The key or value may be null if it was already
869 RemovalNotification<K, V> notification =
871 removalListener.onRemoval(notification);
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_sim_common.c505 attr->notification = -1;
612 attr->notification = apos[0] * 256 + apos[1];
614 attr->notification);
1168 void eap_sim_report_notification(void *msg_ctx, int notification, int aka) argument
1174 switch (notification) {
1177 "notification (after authentication)", type);
1180 wpa_printf(MSG_WARNING, "EAP-%s: Failure notification: "
1185 wpa_printf(MSG_WARNING, "EAP-%s: Failure notification: "
1191 "notification (before authentication)", type);
1195 "notification", typ
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_sim.c587 u8 id, u16 notification)
590 u8 *k_aut = (notification & 0x4000) == 0 ? data->k_aut : NULL;
837 "data from notification message");
842 wpa_printf(MSG_WARNING, "EAP-SIM: Counter in notification "
873 wpa_printf(MSG_WARNING, "EAP-SIM: Invalid notification "
888 wpa_printf(MSG_INFO, "EAP-SIM: too many notification "
894 if (attr->notification == -1) {
901 if ((attr->notification & 0x4000) == 0 &&
907 eap_sim_report_notification(sm->msg_ctx, attr->notification, 0);
908 if (attr->notification >
586 eap_sim_response_notification(struct eap_sim_data *data, u8 id, u16 notification) argument
[all...]
/external/wpa_supplicant_8/src/eap_common/
H A Deap_sim_common.c505 attr->notification = -1;
612 attr->notification = apos[0] * 256 + apos[1];
614 attr->notification);
1168 void eap_sim_report_notification(void *msg_ctx, int notification, int aka) argument
1174 switch (notification) {
1177 "notification (after authentication)", type);
1180 wpa_printf(MSG_WARNING, "EAP-%s: Failure notification: "
1185 wpa_printf(MSG_WARNING, "EAP-%s: Failure notification: "
1191 "notification (before authentication)", type);
1195 "notification", typ
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_sim.c587 u8 id, u16 notification)
590 u8 *k_aut = (notification & 0x4000) == 0 ? data->k_aut : NULL;
837 "data from notification message");
842 wpa_printf(MSG_WARNING, "EAP-SIM: Counter in notification "
873 wpa_printf(MSG_WARNING, "EAP-SIM: Invalid notification "
888 wpa_printf(MSG_INFO, "EAP-SIM: too many notification "
894 if (attr->notification == -1) {
901 if ((attr->notification & 0x4000) == 0 &&
907 eap_sim_report_notification(sm->msg_ctx, attr->notification, 0);
908 if (attr->notification >
586 eap_sim_response_notification(struct eap_sim_data *data, u8 id, u16 notification) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_sim_common.c505 attr->notification = -1;
612 attr->notification = apos[0] * 256 + apos[1];
614 attr->notification);
1168 void eap_sim_report_notification(void *msg_ctx, int notification, int aka) argument
1174 switch (notification) {
1177 "notification (after authentication)", type);
1180 wpa_printf(MSG_WARNING, "EAP-%s: Failure notification: "
1185 wpa_printf(MSG_WARNING, "EAP-%s: Failure notification: "
1191 "notification (before authentication)", type);
1195 "notification", typ
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_sim.c587 u8 id, u16 notification)
590 u8 *k_aut = (notification & 0x4000) == 0 ? data->k_aut : NULL;
837 "data from notification message");
842 wpa_printf(MSG_WARNING, "EAP-SIM: Counter in notification "
873 wpa_printf(MSG_WARNING, "EAP-SIM: Invalid notification "
888 wpa_printf(MSG_INFO, "EAP-SIM: too many notification "
894 if (attr->notification == -1) {
901 if ((attr->notification & 0x4000) == 0 &&
907 eap_sim_report_notification(sm->msg_ctx, attr->notification, 0);
908 if (attr->notification >
586 eap_sim_response_notification(struct eap_sim_data *data, u8 id, u16 notification) argument
[all...]
/external/chromium_org/content/browser/devtools/
H A Ddevtools_http_handler_impl.cc100 base::DictionaryValue notification; variable
101 notification.SetString(
107 notification.DeepCopy())->Serialize();
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
H A Dsctpdataengine.cc120 // The |flags| parameter is used by SCTP to distinguish notification packets
212 // It's neither a notification nor a recognized data packet. Drop it.
611 << " notification: " << (packet->flags & MSG_NOTIFICATION)
698 const sctp_notification& notification = local
700 ASSERT(notification.sn_header.sn_length == buffer->length());
703 switch (notification.sn_header.sn_type) {
706 OnNotificationAssocChange(notification.sn_assoc_change);
735 OnStreamResetEvent(&notification.sn_strreset_event);
750 << notification.sn_header.sn_type;
/external/chromium_org/ui/message_center/
H A Dmessage_center_impl.cc13 #include "ui/message_center/notification.h"
35 // notification list once the visibility is set to VISIBILITY_TRANSIENT.
44 // Change represents an operation made on a notification. Since it contains
45 // the final state of the notification, we only keep the last change for a
46 // particular notification that is in the notification list around. There are
47 // two ids; |id_| is the newest notification id that has been assigned by an
48 // update, and |notification_list_id_| is the id of the notification it should
49 // be updating as it exists in the notification list.
54 scoped_ptr<Notification> notification);
60 Notification* notification() const { return notification_.get(); } function in class:message_center::internal::ChangeQueue::Change
128 Change(ChangeType type, const std::string& id, scoped_ptr<Notification> notification) argument
179 AddNotification(scoped_ptr<Notification> notification) argument
187 UpdateNotification(const std::string& old_id, scoped_ptr<Notification> notification) argument
562 AddNotification(scoped_ptr<Notification> notification) argument
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DMapMakerInternalMapTest.java295 public void onRemoval(RemovalNotification<Object, Object> notification) {}
427 RemovalNotification<K, V> notification = listener.remove();
428 assertSame(key, notification.getKey());
429 assertSame(value, notification.getValue());
430 assertSame(cause, notification.getCause());
1190 // no notification sent with clearValue
1208 RemovalNotification<K, V> notification = map.removalNotificationQueue.poll();
1209 assertSame(key, notification.getKey());
1210 assertSame(value, notification.getValue());
1691 public void onRemoval(RemovalNotification<K, V> notification) { argument
1713 onRemoval(RemovalNotification<K, V> notification) argument
[all...]

Completed in 457 milliseconds

123456