Home
last modified time | relevance | path

Searched refs:m_deleteCanvas (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/context/
DPlatformGraphicsContextSkia.h47 virtual bool deleteUs() const { return m_deleteCanvas; } in deleteUs()
117 bool m_deleteCanvas; variable
DPlatformGraphicsContextSkia.cpp73 , m_deleteCanvas(takeCanvasOwnership) in PlatformGraphicsContextSkia()
80 if (m_deleteCanvas) in ~PlatformGraphicsContextSkia()