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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.h109 void disableDestructionChecks() { m_disableDestructionChecks = true; }
525 bool m_disableDestructionChecks; member in class:blink::GraphicsContext
H A DGraphicsContext.cpp101 , m_disableDestructionChecks(false)
122 if (!m_disableDestructionChecks) {

Completed in 129 milliseconds