Searched refs:setNotificationClient (Results 1 - 8 of 8) sorted by relevance

/external/skia/bench/
H A DDeferredCanvasBench.cpp78 canvas->setNotificationClient(&fNotificationClient);
95 canvas->setNotificationClient(NULL);
/external/skia/include/utils/
H A DSkDeferredCanvas.h52 * setNotificationClient will release the previously set
56 * by calling setNotificationClient(NULL) if it is destroyed before
63 NotificationClient* setNotificationClient(NotificationClient* notificationClient);
/external/chromium_org/third_party/skia/tests/
H A DDeferredCanvasTest.cpp466 canvas->setNotificationClient(&notificationCounter);
488 canvas->setNotificationClient(&notificationCounter);
501 canvas->setNotificationClient(&notificationCounter);
581 canvas->setNotificationClient(&notificationCounter);
826 canvas->setNotificationClient(&notificationCounter);
/external/skia/tests/
H A DDeferredCanvasTest.cpp483 canvas->setNotificationClient(&notificationCounter);
504 canvas->setNotificationClient(&notificationCounter);
517 canvas->setNotificationClient(&notificationCounter);
596 canvas->setNotificationClient(&notificationCounter);
803 canvas->setNotificationClient(&notificationCounter);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DCanvas2DLayerBridge.cpp105 m_canvas->setNotificationClient(this);
140 m_canvas->setNotificationClient(0);
/external/chromium_org/third_party/skia/include/utils/
H A DSkDeferredCanvas.h52 * setNotificationClient will release the previously set
56 * by calling setNotificationClient(NULL) if it is destroyed before
63 NotificationClient* setNotificationClient(NotificationClient* notificationClient);
/external/chromium_org/third_party/skia/src/utils/
H A DSkDeferredCanvas.cpp143 void setNotificationClient(SkDeferredCanvas::NotificationClient* notificationClient);
312 void SkDeferredDevice::setNotificationClient( function in class:SkDeferredDevice
626 SkDeferredCanvas::NotificationClient* SkDeferredCanvas::setNotificationClient( function in class:SkDeferredCanvas
632 deferredDevice->setNotificationClient(notificationClient);
/external/skia/src/utils/
H A DSkDeferredCanvas.cpp143 void setNotificationClient(SkDeferredCanvas::NotificationClient* notificationClient);
312 void SkDeferredDevice::setNotificationClient( function in class:SkDeferredDevice
626 SkDeferredCanvas::NotificationClient* SkDeferredCanvas::setNotificationClient( function in class:SkDeferredCanvas
632 deferredDevice->setNotificationClient(notificationClient);

Completed in 442 milliseconds