Searched defs:ChromeProxyMetricException (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/chrome_proxy/integration_tests/
H A Dchrome_proxy_metrics.py14 class ChromeProxyMetricException(page_test.MeasurementFailure): class in inherits:page_test.MeasurementFailure
152 raise ChromeProxyMetricException, (
164 raise ChromeProxyMetricException, ('%s: Response is not 200: %d' %
167 raise ChromeProxyMetricException, ('%s: Response missing via header' %
180 raise ChromeProxyMetricException, (
211 raise ChromeProxyMetricException, (
224 raise ChromeProxyMetricException, (
235 raise ChromeProxyMetricException, (
243 raise ChromeProxyMetricException, (
263 raise ChromeProxyMetricException, (
[all...]

Completed in 82 milliseconds