Home
last modified time | relevance | path

Searched refs:tryGetValueWithKey (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/resources/net_internals/
Dmodules_view.js95 return tryGetValueWithKey(SOCKET_TYPE, serviceProvider.socket_type);
110 return tryGetValueWithKey(PROTOCOL_TYPE, serviceProvider.socket_protocol);
127 return tryGetValueWithKey(NAMESPACE_PROVIDER_PTYPE,
Dutil.js125 function tryGetValueWithKey(map, key) { function
/external/chromium/chrome/browser/resources/net_internals/
Dserviceprovidersview.js66 return tryGetValueWithKey(ServiceProvidersView.namespaceProviderType_,
82 return tryGetValueWithKey(ServiceProvidersView.socketType_,
97 return tryGetValueWithKey(ServiceProvidersView.protocolType_,
Dutil.js113 function tryGetValueWithKey(map, key) { function