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

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

Completed in 119 milliseconds