Searched refs:storageAllocatedForRecordingChanged (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DCanvas2DLayerManagerTest.cpp60 // storageAllocatedForRecordingChanged directly from the test code.
114 layer1.storageAllocatedForRecordingChanged(1);
117 layer1.storageAllocatedForRecordingChanged(2);
120 layer1.storageAllocatedForRecordingChanged(1);
127 layer2.storageAllocatedForRecordingChanged(2);
143 layer.storageAllocatedForRecordingChanged(8); // under the max
145 layer.storageAllocatedForRecordingChanged(12); // over the max
160 layer.storageAllocatedForRecordingChanged(8); // under the max
162 layer.storageAllocatedForRecordingChanged(12); // over the max
174 layer->storageAllocatedForRecordingChanged(
[all...]
H A DCanvas2DLayerBridge.h65 virtual void storageAllocatedForRecordingChanged(size_t) OVERRIDE;
H A DCanvas2DLayerBridge.cpp135 void Canvas2DLayerBridge::storageAllocatedForRecordingChanged(size_t bytesAllocated) function in class:WebCore::Canvas2DLayerBridge
149 storageAllocatedForRecordingChanged(storageAllocatedForRecording());
/external/skia/bench/
H A DDeferredCanvasBench.cpp61 virtual void storageAllocatedForRecordingChanged(size_t) SK_OVERRIDE {fDummy = false;}
/external/chromium_org/third_party/skia/include/utils/
H A DSkDeferredCanvas.h220 virtual void storageAllocatedForRecordingChanged( function in class:SkDeferredCanvas::NotificationClient
/external/skia/include/utils/
H A DSkDeferredCanvas.h220 virtual void storageAllocatedForRecordingChanged( function in class:SkDeferredCanvas::NotificationClient
/external/chromium_org/third_party/skia/src/utils/
H A DSkDeferredCanvas.cpp419 fNotificationClient->storageAllocatedForRecordingChanged(storageAllocated);
/external/skia/src/utils/
H A DSkDeferredCanvas.cpp419 fNotificationClient->storageAllocatedForRecordingChanged(storageAllocated);
/external/skia/tests/
H A DDeferredCanvasTest.cpp482 virtual void storageAllocatedForRecordingChanged(size_t) SK_OVERRIDE {

Completed in 57 milliseconds