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

  /external/chromium_org/content/renderer/media/
cache_util.h 26 kShortMaxAge = 1 << 3, // Max age less than 1h (arbitrary value).
cache_util.cc 71 reasons |= kShortMaxAge;
cache_util_unittest.cc 62 WebURLResponse::HTTP_1_1, 200, "cache-control: max-Age=42", kShortMaxAge

Completed in 62 milliseconds