OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveListenersForProcess
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/extensions/browser/
event_listener_map.h
139
void
RemoveListenersForProcess
(const content::RenderProcessHost* process);
event_listener_map_unittest.cc
178
listeners_->
RemoveListenersForProcess
(process_.get());
305
listeners_->
RemoveListenersForProcess
(process_.get());
318
listeners_->
RemoveListenersForProcess
(process_.get());
344
listeners_->
RemoveListenersForProcess
(process_.get());
event_listener_map.cc
248
void EventListenerMap::
RemoveListenersForProcess
(
event_router.cc
732
listeners_.
RemoveListenersForProcess
(renderer);
Completed in 172 milliseconds