Home
last modified time | relevance | path

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

/external/cronet/net/proxy_resolution/
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