Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResource.cpp471 static bool shouldSendCachedDataSynchronouslyForType(Resource::Type type) in shouldSendCachedDataSynchronouslyForType() function
506 …if (!m_response.isNull() && !m_proxyResource && !shouldSendCachedDataSynchronouslyForType(type()) … in addClientToSet()