Home | History | Annotate | Download | only in net

Lines Matching refs:url

21 // to try and discover why loading a particular URL is failing with an error
24 // For example, one reason why the URL might have failed, is that the
25 // network requires the URL to be routed through a proxy, however chrome is
28 // The above issue might be detected by running test that fetches the URL using
79 Experiment(const GURL& url,
82 : url(url),
87 // The URL to try and fetch.
88 GURL url;
136 // Starts running the test suite on |url|. Notification of progress is sent to
138 void RunAllTests(const GURL& url);
152 // Fills |list| with the set of all possible experiments for |url|.
153 static void GetAllPossibleExperimentCombinations(const GURL& url,