Searched defs:ContextEvictionManager (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DDrawingBuffer.h59 class PLATFORM_EXPORT ContextEvictionManager : public RefCounted<ContextEvictionManager> { class in namespace:blink
61 virtual ~ContextEvictionManager() {};
98 static PassRefPtr<DrawingBuffer> create(PassOwnPtr<WebGraphicsContext3D>, const IntSize&, PreserveDrawingBuffer, WebGraphicsContext3D::Attributes requestedAttributes, PassRefPtr<ContextEvictionManager>);
174 PassRefPtr<ContextEvictionManager>);
290 RefPtr<ContextEvictionManager> m_contextEvictionManager;

Completed in 1905 milliseconds