Searched refs:LogEventType (Results 1 – 3 of 3) sorted by relevance
184 case LogEventType.HTTP_TRANSACTION_SEND_REQUEST_HEADERS:185 case LogEventType.HTTP_TRANSACTION_SEND_TUNNEL_HEADERS:188 case LogEventType.HTTP_TRANSACTION_READ_RESPONSE_HEADERS:189 case LogEventType.HTTP_TRANSACTION_READ_TUNNEL_RESPONSE_HEADERS:193 case LogEventType.PROXY_CONFIG_CHANGED:362 text += getKeyWithValue(LogEventType, entry.orig.type);
216 return getKeyWithValue(LogEventType, e.type);269 if (this.entries_[0].type == LogEventType.REQUEST_ALIVE ||270 this.entries_[0].type == LogEventType.SOCKET_POOL_CONNECT_JOB)
8 var LogEventType = null; variable400 LogEventType = constantsMap;580 if (LogEventType[entries[i].type] != undefined &&583 entries[i].type = LogEventType[entries[i].type];