Searched refs:GetChannelMap (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/child/npapi/
H A Dnp_channel_base.cc58 ChannelMap* GetChannelMap() { function in namespace:content::__anon7502
78 ChannelMap::const_iterator iter = GetChannelMap()->find(channel_key);
79 if (iter == GetChannelMap()->end()) {
98 (*GetChannelMap())[channel_key] = channel;
108 for (ChannelMap::iterator iter = GetChannelMap()->begin();
109 iter != GetChannelMap()->end();
144 for (ChannelMap::const_iterator iter = GetChannelMap()->begin();
145 iter != GetChannelMap()->end();
155 GetChannelMap()->clear();
213 return static_cast<int>(GetChannelMap()
[all...]
/external/lldb/source/Core/
H A DLog.cpp333 GetChannelMap () function
380 LogChannelMap &channel_map = GetChannelMap ();
392 LogChannelMap &map = GetChannelMap ();
420 LogChannelMap &channel_map = GetChannelMap ();
443 LogChannelMap &channel_map = GetChannelMap ();
493 LogChannelMap &channel_map = GetChannelMap ();

Completed in 576 milliseconds