Searched refs:BufferData (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/loader/cache/
H A DCachedTextTrack.cpp53 ASSERT(m_options.dataBufferingPolicy() == BufferData);
H A DCachedRawResource.cpp63 ASSERT(m_options.dataBufferingPolicy() == BufferData);
88 if (dataBufferingPolicy == BufferData) {
99 if (dataBufferingPolicy == BufferData && m_options.dataBufferingPolicy() == DoNotBufferData) {
H A DCachedImage.cpp419 ASSERT(m_options.dataBufferingPolicy() == BufferData);
H A DCachedResourceLoader.cpp214 userSheet->load(this, ResourceLoaderOptions(DoNotSendCallbacks, SniffContent, BufferData, AllowStoredCredentials, AskClientForAllCredentials, SkipSecurityCheck, UseDefaultOriginRestrictionsForType));
971 static ResourceLoaderOptions options(SendCallbacks, SniffContent, BufferData, AllowStoredCredentials, AskClientForAllCredentials, DoSecurityCheck, UseDefaultOriginRestrictionsForType);
H A DCachedResource.cpp339 ASSERT(m_options.dataBufferingPolicy() == BufferData);
/macosx-10.10/WebCore-7600.1.25/loader/
H A DResourceLoaderOptions.h49 BufferData, enumerator in enum:WebCore::DataBufferingPolicy
68 , m_dataBufferingPolicy(BufferData)
H A DDocumentThreadableLoader.cpp378 options.setDataBufferingPolicy(BufferData);
H A DDocumentLoader.cpp1440 static NeverDestroyed<ResourceLoaderOptions> mainResourceLoadOptions(SendCallbacks, SniffContent, BufferData, AllowStoredCredentials, AskClientForAllCredentials, SkipSecurityCheck, UseDefaultOriginRestrictionsForType);
/macosx-10.10/WebCore-7600.1.25/loader/mac/
H A DResourceLoaderMac.mm84 if (m_options.dataBufferingPolicy() == BufferData) {
/macosx-10.10/WebCore-7600.1.25/loader/icon/
H A DIconLoader.cpp61 CachedResourceRequest request(ResourceRequest(m_frame.loader().icon().url()), ResourceLoaderOptions(SendCallbacks, SniffContent, BufferData, DoNotAllowStoredCredentials, DoNotAskClientForAnyCredentials, DoSecurityCheck, UseDefaultOriginRestrictionsForType));
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DWebCoreAVCFResourceLoader.cpp75 CachedResourceRequest request(ResourceRequest(requestURL), ResourceLoaderOptions(SendCallbacks, DoNotSniffContent, BufferData, DoNotAllowStoredCredentials, DoNotAskClientForCrossOriginCredentials, DoSecurityCheck, UseDefaultOriginRestrictionsForType));
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/objc/
H A DWebCoreAVFResourceLoader.mm71 CachedResourceRequest request(ResourceRequest(requestURL), ResourceLoaderOptions(SendCallbacks, DoNotSniffContent, BufferData, DoNotAllowStoredCredentials, DoNotAskClientForCrossOriginCredentials, DoSecurityCheck, UseDefaultOriginRestrictionsForType));
/macosx-10.10/WebCore-7600.1.25/platform/graphics/gstreamer/
H A DWebKitWebSourceGStreamer.cpp999 DataBufferingPolicy bufferingPolicy = request.url().protocolIs("blob") ? BufferData : DoNotBufferData;

Completed in 184 milliseconds