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

  /external/chromium_org/remoting/jingle_glue/
iq_sender.h 64 typedef std::map<std::string, IqRequest*> IqRequestMap;
77 IqRequestMap requests_;
iq_sender.cc 66 IqRequestMap::iterator it = requests_.begin();
68 IqRequestMap::iterator cur = it;
104 IqRequestMap::iterator it = requests_.find(id);

Completed in 75 milliseconds