Searched refs:PersistentStorage (Results 1 - 3 of 3) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvas2DContextAttributes.cpp37 , m_storage(PersistentStorage)
60 return m_storage == PersistentStorage ? "persistent" : "discardable";
66 m_storage = PersistentStorage;
H A DCanvas2DContextAttributes.h37 PersistentStorage, enumerator in enum:blink::Canvas2DContextStorage
H A DCanvasRenderingContext2D.cpp96 , m_storageMode(!attrs ? PersistentStorage : attrs->parsedStorage())

Completed in 106 milliseconds