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
122
void
RemoveListenersForProcess
(const content::RenderProcessHost* process);
event_listener_map_unittest.cc
129
listeners_->
RemoveListenersForProcess
(process_.get());
231
listeners_->
RemoveListenersForProcess
(process_.get());
244
listeners_->
RemoveListenersForProcess
(process_.get());
263
listeners_->
RemoveListenersForProcess
(process_.get());
event_listener_map.cc
225
void EventListenerMap::
RemoveListenersForProcess
(
event_router.cc
679
listeners_.
RemoveListenersForProcess
(renderer);
Completed in 77 milliseconds