Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/proxy_resolution/
H A Dpac_file_decider.h116 struct PacSource { struct
119 PacSource(Type type, const GURL& url) : type(type), url(url) {} in PacSource() argument
130 typedef std::vector<PacSource> PacSourceList; argument