Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DDrawingBuffer.cpp612 IntSize DrawingBuffer::adjustSize(const IntSize& size) { in adjustSize() function in WebCore::DrawingBuffer
639 IntSize adjustedSize = adjustSize(size); in adjustSizeWithContextEviction()
650 adjustedSize = adjustSize(size); in adjustSizeWithContextEviction()
668 adjustedSize = adjustSize(newSize); in reset()
DDrawingBuffer.h92 IntSize adjustSize(const IntSize&);
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResource.cpp535 memoryCache()->adjustSize(hasClients(), delta); in setDecodedSize()
559 memoryCache()->adjustSize(hasClients(), delta); in setEncodedSize()
729 memoryCache()->adjustSize(hasClients(), size()); in updateForAccess()
DMemoryCache.h136 void adjustSize(bool live, ptrdiff_t delta);
DMemoryCache.cpp132 adjustSize(newResource->hasClients(), delta); in replace()
308 adjustSize(resource->hasClients(), -static_cast<ptrdiff_t>(resource->size())); in evict()
491 void MemoryCache::adjustSize(bool live, ptrdiff_t delta) in adjustSize() function in WebCore::MemoryCache
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContext.cpp190 …IntSize desiredSize = evictedContext->m_drawingBuffer->adjustSize(evictedContext->clampedCanvasSiz… in willDestroyContext()