isPainting       1739 Source/core/dom/Document.cpp     RELEASE_ASSERT(!view()->isPainting());
isPainting        866 Source/core/frame/FrameView.cpp     RELEASE_ASSERT(!isPainting());
isPainting        207 Source/core/frame/FrameView.h     bool isPainting() const;
isPainting        204 Source/core/page/Page.h     bool isPainting() const { return m_isPainting; }
isPainting       2046 Source/core/rendering/compositing/CompositedLayerMapping.cpp     ASSERT(!renderer()->frame()->page() || !renderer()->frame()->page()->isPainting());