Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/
DPlatformGraphicsContext.h154 bool deleteUs() const { return m_deleteCanvas; } in deleteUs() function
DGraphicsContextAndroid.cpp236 if (m_platformGfxCtx && m_platformGfxCtx->deleteUs()) in ~GraphicsContextPlatformPrivate()