OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:storageAllocatedForRecordingChanged
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DLayerManagerTest.cpp
80
//
storageAllocatedForRecordingChanged
directly from the test code.
95
storageAllocatedForRecordingChanged
(m_bytesAllocated - bytesFreed);
143
layer1->
storageAllocatedForRecordingChanged
(1);
146
layer1->
storageAllocatedForRecordingChanged
(2);
149
layer1->
storageAllocatedForRecordingChanged
(1);
157
layer2->
storageAllocatedForRecordingChanged
(2);
174
layer->
storageAllocatedForRecordingChanged
(8); // under the max
176
layer->
storageAllocatedForRecordingChanged
(12); // over the max
192
layer->
storageAllocatedForRecordingChanged
(10);
212
layer->
storageAllocatedForRecordingChanged
(5)
[
all
...]
Canvas2DLayerBridge.h
64
virtual void
storageAllocatedForRecordingChanged
(size_t) OVERRIDE;
Canvas2DLayerBridge.cpp
229
void Canvas2DLayerBridge::
storageAllocatedForRecordingChanged
(size_t bytesAllocated)
245
storageAllocatedForRecordingChanged
(storageAllocatedForRecording());
/external/chromium_org/third_party/skia/include/utils/
SkDeferredCanvas.h
225
virtual void
storageAllocatedForRecordingChanged
(
/external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp
405
fNotificationClient->
storageAllocatedForRecordingChanged
(storageAllocated);
[
all
...]
/external/chromium_org/third_party/skia/tests/
DeferredCanvasTest.cpp
440
virtual void
storageAllocatedForRecordingChanged
(size_t) SK_OVERRIDE {
[
all
...]
Completed in 277 milliseconds