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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.h 116 void disableDestructionChecks() { m_disableDestructionChecks = true; }
503 bool m_disableDestructionChecks;
GraphicsContext.cpp 122 , m_disableDestructionChecks(false)
146 if (!m_disableDestructionChecks) {
    [all...]

Completed in 64 milliseconds