Lines Matching refs:notification
61 uint32 notification) { in is_overlapping() argument
63 && notification == (B_FOLLOW_RIGHT | B_FOLLOW_TOP)) in is_overlapping()
66 && notification == (B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM)) in is_overlapping()
69 && notification == (B_FOLLOW_LEFT | B_FOLLOW_TOP)) in is_overlapping()
72 && notification == (B_FOLLOW_LEFT | B_FOLLOW_BOTTOM)) in is_overlapping()
75 && (notification == (B_FOLLOW_LEFT | B_FOLLOW_TOP) in is_overlapping()
76 || notification == (B_FOLLOW_RIGHT | B_FOLLOW_TOP))) in is_overlapping()
79 && (notification == (B_FOLLOW_LEFT | B_FOLLOW_BOTTOM) in is_overlapping()
80 || notification == (B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM))) in is_overlapping()
172 BNotification* notification = new BNotification(message); in MessageReceived() local
174 if (notification->InitCheck() == B_OK) { in MessageReceived()
178 BString sourceSignature(notification->SourceSignature()); in MessageReceived()
179 BString sourceName(notification->SourceName()); in MessageReceived()
201 BString groupName(notification->Group()); in MessageReceived()
212 NotificationView* view = new NotificationView(notification, in MessageReceived()