Home
last modified time | relevance | path

Searched refs:setDelayBeforeLiveDecodedPrune (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DMemoryCacheTest.cpp149 memoryCache()->setDelayBeforeLiveDecodedPrune(0); in TEST_F()
180 memoryCache()->setDelayBeforeLiveDecodedPrune(0); in TEST_F()
309 memoryCache()->setDelayBeforeLiveDecodedPrune(0); in TEST_F()
DMemoryCache.h167 void setDelayBeforeLiveDecodedPrune(double seconds) { m_delayBeforeLiveDecodedPrune = seconds; } in setDelayBeforeLiveDecodedPrune() function