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

/external/chromium_org/content/common/gpu/client/
H A Dcontext_provider_command_buffer.cc32 class ContextProviderCommandBuffer::MemoryAllocationCallbackProxy class in class:content::ContextProviderCommandBuffer
36 explicit MemoryAllocationCallbackProxy(ContextProviderCommandBuffer* provider) function in class:content::ContextProviderCommandBuffer::MemoryAllocationCallbackProxy
41 virtual ~MemoryAllocationCallbackProxy() {
129 new MemoryAllocationCallbackProxy(this));
/external/chromium_org/webkit/common/gpu/
H A Dcontext_provider_in_process.cc35 class ContextProviderInProcess::MemoryAllocationCallbackProxy class in class:webkit::gpu::ContextProviderInProcess
39 explicit MemoryAllocationCallbackProxy(ContextProviderInProcess* provider) function in class:webkit::gpu::ContextProviderInProcess::MemoryAllocationCallbackProxy
44 virtual ~MemoryAllocationCallbackProxy() {
142 new MemoryAllocationCallbackProxy(this));

Completed in 44 milliseconds