Home
last modified time | relevance | path

Searched defs:network_thread_priority (Results 1 – 3 of 3) sorted by relevance

/external/cronet/components/cronet/android/proto/
Drequest_context_config.proto23 optional int32 network_thread_priority = 14; field
/external/cronet/components/cronet/
Durl_request_context_config.h172 const absl::optional<double> network_thread_priority; member
339 absl::optional<double> network_thread_priority; member
Durl_request_context_config.cc293 absl::optional<double> network_thread_priority) in URLRequestContextConfig()
336 absl::optional<double> network_thread_priority) { in CreateURLRequestContextConfig()