Searched refs:hasTransientResources (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DCanvas2DLayerManager.cpp114 if (!isInList(layer) && layer->hasTransientResources()) {
116 } else if (isInList(layer) && !layer->hasTransientResources()) {
135 ASSERT(isInList(currentLayer) == currentLayer->hasTransientResources());
145 ASSERT(isInList(currentLayer) == currentLayer->hasTransientResources());
H A DCanvas2DLayerBridge.h89 bool hasTransientResources() const;
H A DCanvas2DLayerBridge.cpp183 ASSERT(!hasTransientResources());
186 bool Canvas2DLayerBridge::hasTransientResources() const function in class:blink::Canvas2DLayerBridge

Completed in 72 milliseconds