PersistentStorage 37 Source/core/html/canvas/Canvas2DContextAttributes.cpp , m_storage(PersistentStorage) PersistentStorage 63 Source/core/html/canvas/Canvas2DContextAttributes.cpp return m_storage == PersistentStorage ? "persistent" : "discardable"; PersistentStorage 69 Source/core/html/canvas/Canvas2DContextAttributes.cpp m_storage = PersistentStorage; PersistentStorage 93 Source/core/html/canvas/CanvasRenderingContext2D.cpp , m_storageMode(!attrs ? PersistentStorage : attrs->parsedStorage())