Home
last modified time | relevance | path

Searched refs:PacFileDataWithSource (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/proxy_resolution/
H A Dpac_file_decider.h41 struct NET_EXPORT_PRIVATE PacFileDataWithSource { struct
42 PacFileDataWithSource();
43 PacFileDataWithSource(const PacFileDataWithSource&);
44 ~PacFileDataWithSource();
46 PacFileDataWithSource& operator=(const PacFileDataWithSource&); argument
107 const PacFileDataWithSource& script_data() const;
215 PacFileDataWithSource script_data_;
H A Dpac_file_decider.cc62 PacFileDataWithSource::PacFileDataWithSource() = default;
63 PacFileDataWithSource::~PacFileDataWithSource() = default;
64 PacFileDataWithSource::PacFileDataWithSource(const PacFileDataWithSource&) =
66 PacFileDataWithSource& PacFileDataWithSource::operator=(
67 const PacFileDataWithSource&) = default;
153 const PacFileDataWithSource& PacFileDecider::script_data() const { in script_data()
H A Dconfigured_proxy_resolution_service.cc462 const PacFileDataWithSource& script_data, in StartSkipDecider()
488 const PacFileDataWithSource& script_data() { in script_data()
596 PacFileDataWithSource script_data_;
617 void(int, const PacFileDataWithSource&, const ProxyConfigWithAnnotation&)>
646 const PacFileDataWithSource& init_script_data, in PacFileDeciderPoller()
760 const PacFileDataWithSource& script_data) { in HasScriptDataChanged()
783 const PacFileDataWithSource& script_data, in NotifyProxyResolutionServiceOfChange()
797 PacFileDataWithSource last_script_data_;
1503 const PacFileDataWithSource& script_data, in InitializeUsingDecidedConfig()
H A Dconfigured_proxy_resolution_service.h47 struct PacFileDataWithSource;
324 const PacFileDataWithSource& script_data,