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

  /external/webkit/Source/WebCore/platform/graphics/gpu/
DrawingBuffer.h 103 void setWillPublishCallback(PassOwnPtr<WillPublishCallback> callback) { m_callback = callback; }
  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.cpp 242 m_gpuCanvas->drawingBuffer()->setWillPublishCallback(0);
734 drawingBuffer->setWillPublishCallback(WillPublishCallbackImpl::create(this));

Completed in 330 milliseconds