Searched refs:adjustSize (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/cache/
H A DMemoryCache.h134 void adjustSize(bool live, int delta);
H A DMemoryCache.cpp120 adjustSize(newResource->hasClients(), delta);
298 adjustSize(resource->hasClients(), -static_cast<int>(resource->size()));
478 void MemoryCache::adjustSize(bool live, int delta) function in class:WebCore::MemoryCache
H A DResource.cpp505 memoryCache()->adjustSize(hasClients(), delta);
529 memoryCache()->adjustSize(hasClients(), delta);
689 memoryCache()->adjustSize(hasClients(), size());
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/
H A DDrawingBuffer.h91 IntSize adjustSize(const IntSize&);
H A DDrawingBuffer.cpp581 IntSize DrawingBuffer::adjustSize(const IntSize& size) { function in class:WebCore::DrawingBuffer
608 IntSize adjustedSize = adjustSize(size);
619 adjustedSize = adjustSize(size);
637 adjustedSize = adjustSize(newSize);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContext.cpp165 IntSize desiredSize = evictedContext->m_drawingBuffer->adjustSize(evictedContext->clampedCanvasSize());

Completed in 177 milliseconds