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

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerMetadataParserTest.java 66 private void adjustSize() {
67 adjustSize(0);
72 private void adjustSize(int offset) {
119 adjustSize();
132 adjustSize();
141 adjustSize();
148 adjustSize();
159 adjustSize();
169 adjustSize();
186 adjustSize(start)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
MemoryCache.h 134 void adjustSize(bool live, int delta);
MemoryCache.cpp 120 adjustSize(newResource->hasClients(), delta);
298 adjustSize(resource->hasClients(), -static_cast<int>(resource->size()));
478 void MemoryCache::adjustSize(bool live, int delta)
Resource.cpp 505 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/
DrawingBuffer.h 91 IntSize adjustSize(const IntSize&);
DrawingBuffer.cpp 581 IntSize DrawingBuffer::adjustSize(const IntSize& size) {
608 IntSize adjustedSize = adjustSize(size);
619 adjustedSize = adjustSize(size);
637 adjustedSize = adjustSize(newSize);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp 165 IntSize desiredSize = evictedContext->m_drawingBuffer->adjustSize(evictedContext->clampedCanvasSize());
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 157 milliseconds