HomeSort by relevance Sort by last modified time
    Searched refs:storageAllocatedForRecordingChanged (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/tests/
Canvas2DLayerManagerTest.cpp 60 // storageAllocatedForRecordingChanged directly from the test code.
125 layer1->storageAllocatedForRecordingChanged(1);
128 layer1->storageAllocatedForRecordingChanged(2);
131 layer1->storageAllocatedForRecordingChanged(1);
138 layer2->storageAllocatedForRecordingChanged(2);
154 layer->storageAllocatedForRecordingChanged(8); // under the max
156 layer->storageAllocatedForRecordingChanged(12); // over the max
171 layer->storageAllocatedForRecordingChanged(8); // under the max
173 layer->storageAllocatedForRecordingChanged(12); // over the max
185 layer->storageAllocatedForRecordingChanged(1)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DLayerBridge.h 64 virtual void storageAllocatedForRecordingChanged(size_t) OVERRIDE;
Canvas2DLayerBridge.cpp 163 void Canvas2DLayerBridge::storageAllocatedForRecordingChanged(size_t bytesAllocated)
180 storageAllocatedForRecordingChanged(storageAllocatedForRecording());
  /external/skia/bench/
DeferredCanvasBench.cpp 56 virtual void storageAllocatedForRecordingChanged(size_t) SK_OVERRIDE {fDummy = false;}
  /external/chromium_org/third_party/skia/include/utils/
SkDeferredCanvas.h 220 virtual void storageAllocatedForRecordingChanged(
  /external/skia/include/utils/
SkDeferredCanvas.h 220 virtual void storageAllocatedForRecordingChanged(
  /external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp 415 fNotificationClient->storageAllocatedForRecordingChanged(storageAllocated);
    [all...]
  /external/skia/src/utils/
SkDeferredCanvas.cpp 415 fNotificationClient->storageAllocatedForRecordingChanged(storageAllocated);
    [all...]
  /external/skia/tests/
DeferredCanvasTest.cpp 482 virtual void storageAllocatedForRecordingChanged(size_t) SK_OVERRIDE {
    [all...]

Completed in 37 milliseconds