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

  /external/chromium_org/content/child/npapi/
np_channel_base.cc 58 ChannelMap* GetChannelMap() {
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()->size())
    [all...]
  /external/lldb/source/Core/
Log.cpp 333 GetChannelMap ()
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 61 milliseconds