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

  /external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.cc 32 class ContextProviderCommandBuffer::MemoryAllocationCallbackProxy
36 explicit MemoryAllocationCallbackProxy(ContextProviderCommandBuffer* provider)
41 virtual ~MemoryAllocationCallbackProxy() {
129 new MemoryAllocationCallbackProxy(this));
  /external/chromium_org/webkit/common/gpu/
context_provider_in_process.cc 35 class ContextProviderInProcess::MemoryAllocationCallbackProxy
39 explicit MemoryAllocationCallbackProxy(ContextProviderInProcess* provider)
44 virtual ~MemoryAllocationCallbackProxy() {
142 new MemoryAllocationCallbackProxy(this));

Completed in 682 milliseconds