Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/net_internals/
Dsource_entry.js69 if (e.source.type == EventSourceType.NONE) {
81 case EventSourceType.URL_REQUEST:
82 case EventSourceType.SOCKET_STREAM:
83 case EventSourceType.HTTP_STREAM_JOB:
86 case EventSourceType.CONNECT_JOB:
89 case EventSourceType.HOST_RESOLVER_IMPL_REQUEST:
90 case EventSourceType.HOST_RESOLVER_IMPL_JOB:
91 case EventSourceType.HOST_RESOLVER_IMPL_PROC_TASK:
94 case EventSourceType.DISK_CACHE_ENTRY:
95 case EventSourceType.MEMORY_CACHE_ENTRY:
[all …]
Dtimeline_view.js195 EventSourceType.SOCKET,
203 EventSourceType.URL_REQUEST,
208 EventSourceType.HOST_RESOLVER_IMPL_REQUEST,
213 EventSourceType.HOST_RESOLVER_IMPL_JOB,
Dmain.js13 var EventSourceType = null; variable
304 EventSourceType = Constants.logSourceType;
305 EventSourceTypeNames = makeInverseMap(EventSourceType);
Dtimeline_data_series.js222 superClass.call(this, EventSourceType.SOCKET, EventType.SOCKET_IN_USE);
355 if (entry.source.type != EventSourceType.DISK_CACHE_ENTRY ||
Dwaterfall_view.js83 if (sourceEntry.getSourceType() == EventSourceType.URL_REQUEST) {