CopySourceImageIfVolatile 669 Source/core/html/HTMLCanvasElement.cpp if (mode == CopySourceImageIfVolatile) { CopySourceImageIfVolatile 293 Source/core/html/HTMLVideoElement.cpp return imageBuffer->copyImage(mode == CopySourceImageIfVolatile ? CopyBackingStore : DontCopyBackingStore, Unscaled); CopySourceImageIfVolatile 1526 Source/core/html/canvas/CanvasRenderingContext2D.cpp SourceImageMode mode = canvas() == imageSource ? CopySourceImageIfVolatile : DontCopySourceImage; // Thunking for == CopySourceImageIfVolatile 1734 Source/core/html/canvas/CanvasRenderingContext2D.cpp RefPtr<Image> imageForRendering = imageSource->getSourceImageForCanvas(CopySourceImageIfVolatile, &status);