Home | History | Annotate | Download | only in net_internals

Lines Matching refs:if

21     if (i != 0)
61 if (entries.length == 0)
74 if (!entry.isEnd() || !canCollapseBeginWithEnd(entry.begin)) {
77 // Annotate this entry with "(P)" if it was passively captured.
95 if (entry.isBegin()) {
99 if (entry.end) {
112 if (entry.orig.params != undefined) {
163 if (charCode >= 0x20 && charCode <= 0x7E) {
165 } else if (charCode == 0x00) {
199 if (k == 'headers' && entry.params[k] instanceof Array) {
207 if (k == 'hex_encoded_bytes') {
217 if (typeof value == 'number') {
218 if (k == 'net_error') {
220 } else if (k == 'load_flags') {
248 if (loadFlag == 0)
254 if (loadFlag & LoadFlag[k])
264 * For example, if |start| = ' -> ' and |lines| = ['line1', 'line2', 'line3']
277 * line, if present, and returns the modified line. Otherwise, just returns
293 if (match != null)
314 if (enableSecurityStripping)
322 if (enableSecurityStripping)
332 if (params.old_config) {
351 if (entry.isBegin() && canCollapseBeginWithEnd(entry)) {
352 // Don't prefix with '+' if we are going to collapse the END event.
354 } else if (entry.isBegin()) {
356 } else if (entry.isEnd()) {
367 if (!config)
376 if (config.auto_detect)
378 if (config.pac_url)
382 if (config.single_proxy || config.proxy_per_scheme) {
385 if (config.single_proxy) {
387 } else if (config.proxy_per_scheme) {
389 if (urlScheme != 'fallback') {
394 if (config.proxy_per_scheme.fallback) {
401 if (config.bypass_list) {
402 if (config.reverse_bypass) {
415 // If we didn't find any proxy settings modes, we are using DIRECT.
416 if (modes.length < 1)
419 // If there was just one mode, don't bother numbering it.
420 if (modes.length == 1)