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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 94 , m_isContextLost(false)
138 return m_isContextLost;
143 if (m_isContextLost)
145 m_isContextLost = true;
155 ASSERT(m_isContextLost && !canvas()->hasImageBuffer());
163 m_isContextLost = false;
198 if (!m_isContextLost) {
221 if (!m_isContextLost)
224 m_isContextLost = false;
    [all...]
CanvasRenderingContext2D.h 376 bool m_isContextLost;

Completed in 207 milliseconds