Home | History | Annotate | Download | only in utils

Lines Matching refs:notificationClient

28     class SK_API NotificationClient;
51 * Specify a NotificationClient to be used by this canvas. Calling
53 * NotificationClient, if any. SkDeferredCanvas does not take ownership
60 * @param notificationClient interface for dispatching notifications
61 * @return The notificationClient argument, for convenience.
63 NotificationClient* setNotificationClient(NotificationClient* notificationClient);
204 class NotificationClient {
206 virtual ~NotificationClient() {}