Searched defs:contextDisabled (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.h102 bool contextDisabled() const { return m_disabledState; } function in class:blink::GraphicsContext
464 if (contextDisabled())
484 if (!m_pendingCanvasSave || contextDisabled())
498 // null indicates painting is contextDisabled. Never delete this object.

Completed in 279 milliseconds