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

/external/chromium_org/content/browser/gamepad/
H A Dgamepad_service.h99 struct ConsumerInfo { struct in class:content::GamepadService
100 ConsumerInfo(GamepadConsumer* consumer) function in struct:content::GamepadService::ConsumerInfo
105 bool operator<(const ConsumerInfo& other) const {
118 typedef std::set<ConsumerInfo> ConsumerSet;

Completed in 294 milliseconds