Searched refs:m_destructionInProgress (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DCanvas2DLayerBridge.cpp87 , m_destructionInProgress(false)
113 ASSERT(m_destructionInProgress);
132 ASSERT(!m_destructionInProgress);
138 m_destructionInProgress = true;
155 ASSERT(!m_destructionInProgress);
156 bool newHiddenValue = hidden || m_destructionInProgress;
177 ASSERT(!m_destructionInProgress);
188 return !m_destructionInProgress && (hasReleasedMailbox() || bytesAllocated());
193 ASSERT(!m_destructionInProgress);
218 ASSERT(!m_destructionInProgress);
[all...]
H A DCanvas2DLayerBridge.h111 bool m_destructionInProgress; member in class:blink::Canvas2DLayerBridge
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLVertexArrayObjectOES.cpp44 , m_destructionInProgress(false)
62 m_destructionInProgress = true;
104 if (!m_destructionInProgress)
H A DWebGLVertexArrayObjectOES.h104 bool m_destructionInProgress; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DDrawingBuffer.cpp148 , m_destructionInProgress(false)
161 ASSERT(m_destructionInProgress);
211 if (m_destructionInProgress) {
294 if (m_destructionInProgress || m_context->isContextLost() || lostResource || m_isHidden) {
574 ASSERT(!m_destructionInProgress);
575 m_destructionInProgress = true;
H A DDrawingBuffer.h280 bool m_destructionInProgress; member in class:blink::DrawingBuffer

Completed in 597 milliseconds