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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageBufferClient.h 39 virtual void notifySurfaceInvalid() = 0;
ImageBuffer.h 125 void notifySurfaceInvalid();
ImageBuffer.cpp 135 void ImageBuffer::notifySurfaceInvalid()
138 m_client->notifySurfaceInvalid();
RecordingImageBufferSurfaceTest.cpp 39 virtual void notifySurfaceInvalid() { }
Canvas2DLayerBridge.cpp 348 m_imageBuffer->notifySurfaceInvalid();
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.h 155 virtual void notifySurfaceInvalid() OVERRIDE;
HTMLCanvasElement.cpp 573 void HTMLCanvasElement::notifySurfaceInvalid()

Completed in 1002 milliseconds