OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ListenerProcess
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/extensions/browser/
event_router.h
190
struct
ListenerProcess
;
194
typedef std::map<std::string, std::set<
ListenerProcess
> > ListenerMap;
event_router.cc
84
struct EventRouter::
ListenerProcess
{
88
ListenerProcess
(content::RenderProcessHost* process,
92
bool operator<(const
ListenerProcess
& that) const {
350
const std::set<
ListenerProcess
>& listeners = it->second;
354
for (std::set<
ListenerProcess
>::const_iterator listener = listeners.begin();
Completed in 194 milliseconds