Home
last modified time | relevance | path

Searched refs:getKeyWithValue (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/resources/net_internals/
Ddnsview.js62 addTextNode(this.defaultFamilySpan_, getKeyWithValue(AddressFamily, family));
82 addTextNode(familyCell, getKeyWithValue(AddressFamily, e.address_family));
Dlogviewpainter.js238 return getKeyWithValue(NetError, netError);
249 return getKeyWithValue(LoadFlag, loadFlag);
362 text += getKeyWithValue(LogEventType, entry.orig.type);
Ddataview.js184 getKeyWithValue(AddressFamily, default_address_family));
245 getKeyWithValue(AddressFamily, e.address_family));
426 out.push(getKeyWithValue(LogSourceType, sourceType) +
Dsourceentry.js216 return getKeyWithValue(LogEventType, e.type);
281 return getKeyWithValue(LogSourceType, this.entries_[0].source.type);
Dutil.js99 function getKeyWithValue(map, value) { function