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

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 299 cc_response = _parse_cache_control(response_headers)
307 elif cc_response.has_key('no-cache'):
315 if cc_response.has_key('max-age'):
317 freshness_lifetime = int(cc_response['max-age'])
364 cc_response = _parse_cache_control(response_headers)
365 if cc.has_key('no-store') or cc_response.has_key('no-store'):
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 299 cc_response = _parse_cache_control(response_headers)
307 elif cc_response.has_key('no-cache'):
315 if cc_response.has_key('max-age'):
317 freshness_lifetime = int(cc_response['max-age'])
364 cc_response = _parse_cache_control(response_headers)
365 if cc.has_key('no-store') or cc_response.has_key('no-store'):
    [all...]

Completed in 43 milliseconds