Searched refs:_VERSION_CACHE_MAXAGE (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dcaching_rietveld_patcher_test.py8 _VERSION_CACHE_MAXAGE)
40 self._datetime.time += _VERSION_CACHE_MAXAGE
48 self._datetime.time += _VERSION_CACHE_MAXAGE
H A Dcaching_rietveld_patcher.py10 _VERSION_CACHE_MAXAGE = timedelta(seconds=5) variable
77 if self._datetime.now() - time < _VERSION_CACHE_MAXAGE:

Completed in 97 milliseconds