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

  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_event_router.h 131 typedef std::map<int, scoped_refptr<device::BluetoothSocket> > SocketMap;
132 SocketMap socket_map_;
bluetooth_event_router.cc 87 for (SocketMap::const_iterator i = socket_map_.begin();
98 SocketMap::iterator socket_entry = socket_map_.find(id);
136 SocketMap::iterator socket_entry = socket_map_.find(id);

Completed in 113 milliseconds