Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:shouldCache

262     BOOL shouldCache;
263 if (SUCCEEDED(resourceLoadDelegatePrivate->shouldCacheResponse(webView, identifier, urlResponse.get(), data, length, getWebDataSource(loader), &shouldCache)))
264 return shouldCache;