Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRenderingContext.h102 const static int ActionsNeeded = RestoreGraphicsContext | EndOpacityLayer | PostApplyResources; variable
DSVGRenderingContext.cpp57 if (!(m_renderingFlags & ActionsNeeded)) in ~SVGRenderingContext()