Searched refs:kIsHTTPBasedSource (Results 1 – 3 of 3) sorted by relevance
252 if (mSource->flags() & kIsHTTPBasedSource) { in getEstimatedBandwidthKbps()264 if (mSource->flags() & kIsHTTPBasedSource) { in disconnect()285 if (mSource->flags() & kIsHTTPBasedSource) { in setCacheStatCollectFreq()302 uint32_t flags = mSource->flags() & ~(kWantsPrefetching | kIsHTTPBasedSource); in flags()428 && (mSource->flags() & DataSource::kIsHTTPBasedSource)) { in onFetch()
149 return kWantsPrefetching | kIsHTTPBasedSource; in flags()
36 kIsHTTPBasedSource = 8, enumerator