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

  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerThread.h 66 void setNotificationClient(NotificationClient* client) { m_notificationClient = client; }
  /external/skia/bench/
DeferredCanvasBench.cpp 76 canvas->setNotificationClient(&fNotificationClient);
93 canvas->setNotificationClient(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/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/WebKit/Source/platform/graphics/
Canvas2DLayerBridge.cpp 96 m_canvas->setNotificationClient(this);
123 m_canvas->setNotificationClient(0);
  /external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp 147 void setNotificationClient(SkDeferredCanvas::NotificationClient* notificationClient);
316 void DeferredDevice::setNotificationClient(
653 SkDeferredCanvas::NotificationClient* SkDeferredCanvas::setNotificationClient(
659 deferredDevice->setNotificationClient(notificationClient);
    [all...]
  /external/skia/src/utils/
SkDeferredCanvas.cpp 147 void setNotificationClient(SkDeferredCanvas::NotificationClient* notificationClient);
316 void DeferredDevice::setNotificationClient(
653 SkDeferredCanvas::NotificationClient* SkDeferredCanvas::setNotificationClient(
659 deferredDevice->setNotificationClient(notificationClient);
    [all...]
  /external/skia/tests/
DeferredCanvasTest.cpp 508 canvas->setNotificationClient(&notificationCounter);
591 canvas->setNotificationClient(&notificationCounter);
820 canvas->setNotificationClient(&notificationCounter)
    [all...]

Completed in 366 milliseconds