Searched refs:oldestContextSize (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DDrawingBuffer.h64 virtual IntSize oldestContextSize() = 0;
H A DDrawingBufferTest.cpp56 IntSize oldestContextSize() { return IntSize(); } function in class:__anon11322::FakeContextEvictionManager
H A DDrawingBuffer.cpp800 IntSize oldestSize = m_contextEvictionManager->oldestContextSize();
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.h957 static IntSize oldestContextSize();
H A DWebGLRenderingContextBase.cpp155 IntSize WebGLRenderingContextBase::oldestContextSize() function in class:blink::WebGLRenderingContextBase
231 IntSize oldestContextSize() { function in class:blink::WebGLRenderingContextEvictionManager
232 return WebGLRenderingContextBase::oldestContextSize();

Completed in 198 milliseconds