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

/external/chromium_org/content/common/gpu/client/
H A Dgpu_channel_host.cc29 GpuListenerInfo::GpuListenerInfo() {} function in class:content::GpuListenerInfo
31 GpuListenerInfo::~GpuListenerInfo() {}
344 GpuListenerInfo info;
366 const GpuListenerInfo& info = it->second;
390 const GpuListenerInfo& info = it->second;
H A Dgpu_channel_host.h54 struct GpuListenerInfo { struct in namespace:content
55 GpuListenerInfo();
56 ~GpuListenerInfo();
208 typedef base::hash_map<int, GpuListenerInfo> ListenerMap;

Completed in 172 milliseconds