Searched refs:restoreSurface (Results 1 - 6 of 6) sorted by path

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp203 if (canvas()->hasImageBuffer() && canvas()->buffer()->restoreSurface()) {
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DCanvas2DImageBufferSurface.h60 virtual bool restore() OVERRIDE { return m_layerBridge->restoreSurface(); }
H A DCanvas2DLayerBridge.cpp354 bool Canvas2DLayerBridge::restoreSurface() function in class:blink::Canvas2DLayerBridge
H A DCanvas2DLayerBridge.h73 bool restoreSurface();
H A DImageBuffer.cpp130 bool ImageBuffer::restoreSurface() const function in class:blink::ImageBuffer
H A DImageBuffer.h84 bool restoreSurface() const;

Completed in 708 milliseconds