isInList           98 Source/platform/graphics/Canvas2DLayerManager.cpp     if (isInList(layer)) {
isInList          116 Source/platform/graphics/Canvas2DLayerManager.cpp     if (!isInList(layer) && layer->hasTransientResources()) {
isInList          118 Source/platform/graphics/Canvas2DLayerManager.cpp     } else if (isInList(layer) && !layer->hasTransientResources()) {
isInList          137 Source/platform/graphics/Canvas2DLayerManager.cpp             ASSERT(isInList(currentLayer) == currentLayer->hasTransientResources());
isInList          147 Source/platform/graphics/Canvas2DLayerManager.cpp             ASSERT(isInList(currentLayer) == currentLayer->hasTransientResources());
isInList          154 Source/platform/graphics/Canvas2DLayerManager.cpp     ASSERT(isInList(layer));
isInList           50 Source/platform/graphics/Canvas2DLayerManager.h     bool isInList(Canvas2DLayerBridge*) const;
isInList          212 Source/platform/graphics/Canvas2DLayerManagerTest.cpp         EXPECT_FALSE(manager.isInList(layer.get()));
isInList          214 Source/platform/graphics/Canvas2DLayerManagerTest.cpp         EXPECT_TRUE(manager.isInList(layer.get()));
isInList          216 Source/platform/graphics/Canvas2DLayerManagerTest.cpp         EXPECT_FALSE(manager.isInList(layer.get()));
isInList          234 Source/platform/graphics/Canvas2DLayerManagerTest.cpp         EXPECT_TRUE(manager.isInList(layer.get()));