HomeSort by relevance Sort by last modified time
    Searched refs:PostApplyResources (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderingContext.h 100 PostApplyResources = 1 << 3,
105 const static int ActionsNeeded = RestoreGraphicsContext | EndOpacityLayer | PostApplyResources;
SVGRenderingContext.cpp 59 if (m_renderingFlags & PostApplyResources) {
155 m_renderingFlags |= PostApplyResources;
164 m_renderingFlags |= PostApplyResources;
174 m_renderingFlags |= PostApplyResources;

Completed in 103 milliseconds