HomeSort by relevance Sort by last modified time
    Searched refs:IMAGE_OCL (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/chrome_proxy/integration_tests/
network_metrics_unittest.py 23 IMAGE_OCL = 3 * len(IMAGE_BODY)
95 'X-Original-Content-Length': str(IMAGE_OCL),
104 self.assertEqual(IMAGE_OCL, resp.original_content_length)
106 self.assertEqual(float(IMAGE_OCL - len(IMAGE_BODY)) / IMAGE_OCL,
115 'X-Original-Content-Length': str(IMAGE_OCL),
122 self.assertEqual(IMAGE_OCL, resp.original_content_length)
152 'X-Original-Content-Length': str(IMAGE_OCL),
168 ocl = len(HTML_BODY) + len(HTML_BODY) + IMAGE_OCL
chrome_proxy_metrics_unittest.py 43 'X-Original-Content-Length': str(network_unittest.IMAGE_OCL),
106 'X-Original-Content-Length': str(network_unittest.IMAGE_OCL),

Completed in 588 milliseconds