Home | History | Annotate | Download | only in shill

Lines Matching refs:Result

52 // to access a URL and expecting a specific response.  Any result
53 // that deviates from this result (DNS or HTTP errors, as well as
57 struct Result {
58 Result()
59 : trial_result(ConnectivityTrial::Result()),
62 explicit Result(ConnectivityTrial::Result result_in)
66 Result(ConnectivityTrial::Result result_in,
73 ConnectivityTrial::Result trial_result;
89 const base::Callback<void(const PortalDetector::Result&)>
100 // this is the last attempt, the "final" flag in the Result structure will
153 // Callback used by ConnectivityTrial to return |result| after attempting to
155 void CompleteAttempt(ConnectivityTrial::Result result);
162 base::Callback<void(const Result&)> portal_result_callback_;
163 base::Callback<void(ConnectivityTrial::Result)> connectivity_trial_callback_;