HomeSort by relevance Sort by last modified time
    Searched defs:NotificationClient (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationClient.h 47 class NotificationClient {
91 virtual ~NotificationClient() { }
94 void provideNotification(Page*, NotificationClient*);
  /external/chromium_org/third_party/skia/include/utils/
SkDeferredCanvas.h 28 class 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() {}
    [all...]
  /external/skia/include/utils/
SkDeferredCanvas.h 28 class 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() {}
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp     [all...]
AudioFlinger.h 343 class NotificationClient : public IBinder::DeathRecipient {
345 NotificationClient(const sp<AudioFlinger>& audioFlinger,
348 virtual ~NotificationClient();
356 NotificationClient(const NotificationClient&);
357 NotificationClient& operator = (const NotificationClient&);
589 DefaultKeyedVector< pid_t, sp<NotificationClient> > mNotificationClients;
  /external/chromium_org/cc/trees/
layer_tree_host_unittest.cc     [all...]

Completed in 90 milliseconds