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

  /external/chromium_org/chrome/browser/extensions/
event_router.h 159 struct ListenerProcess;
163 typedef std::map<std::string, std::set<ListenerProcess> > ListenerMap;
event_router.cc 78 struct EventRouter::ListenerProcess {
82 ListenerProcess(content::RenderProcessHost* process,
86 bool operator<(const ListenerProcess& that) const {
367 const std::set<ListenerProcess>& listeners = it->second;
371 for (std::set<ListenerProcess>::const_iterator listener = listeners.begin();
    [all...]

Completed in 550 milliseconds