Searched refs:m_annotationCount (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp99 , m_annotationCount(0)
125 ASSERT(!m_annotationCount);
227 ++m_annotationCount;
237 ASSERT(m_annotationCount > 0);
241 --m_annotationCount;
H A DGraphicsContext.h523 unsigned m_annotationCount; member in class:blink::GraphicsContext

Completed in 40 milliseconds