hasTransientResources  175 Source/platform/graphics/Canvas2DLayerBridge.cpp     ASSERT(!hasTransientResources());
hasTransientResources   92 Source/platform/graphics/Canvas2DLayerBridge.h     bool hasTransientResources() const;
hasTransientResources  116 Source/platform/graphics/Canvas2DLayerManager.cpp     if (!isInList(layer) && layer->hasTransientResources()) {
hasTransientResources  118 Source/platform/graphics/Canvas2DLayerManager.cpp     } else if (isInList(layer) && !layer->hasTransientResources()) {
hasTransientResources  137 Source/platform/graphics/Canvas2DLayerManager.cpp             ASSERT(isInList(currentLayer) == currentLayer->hasTransientResources());
hasTransientResources  147 Source/platform/graphics/Canvas2DLayerManager.cpp             ASSERT(isInList(currentLayer) == currentLayer->hasTransientResources());
hasTransientResources  155 Source/platform/graphics/Canvas2DLayerManager.cpp     ASSERT(!layer->hasTransientResources());