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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.h 206 IntSize adjustSizeWithContextEviction(const IntSize&, bool& evictContext);
DrawingBuffer.cpp 791 IntSize DrawingBuffer::adjustSizeWithContextEviction(const IntSize& size, bool& evictContext)
818 adjustedSize = adjustSizeWithContextEviction(newSize, evictContext);
    [all...]

Completed in 49 milliseconds