HomeSort by relevance Sort by last modified time
    Searched refs:setNotificationClient (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/include/utils/
SkDeferredCanvas.h 52 * 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/
DeferredCanvasTest.cpp 466 canvas->setNotificationClient(&notificationCounter);
488 canvas->setNotificationClient(&notificationCounter);
501 canvas->setNotificationClient(&notificationCounter);
581 canvas->setNotificationClient(&notificationCounter);
826 canvas->setNotificationClient(&notificationCounter);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DLayerBridge.cpp 105 m_canvas->setNotificationClient(this);
140 m_canvas->setNotificationClient(0);
  /external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp 143 void setNotificationClient(SkDeferredCanvas::NotificationClient* notificationClient);
312 void SkDeferredDevice::setNotificationClient(
626 SkDeferredCanvas::NotificationClient* SkDeferredCanvas::setNotificationClient(
632 deferredDevice->setNotificationClient(notificationClient);
    [all...]

Completed in 646 milliseconds