Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/loader/
DThreadableLoader.h58 …orcePreflight(false), crossOriginRequestPolicy(DenyCrossOriginRequests), shouldBufferData(true) { } in ThreadableLoaderOptions()
64 bool shouldBufferData; member
DSubresourceLoader.cpp63 …dCallbacks, bool shouldContentSniff, const String& optionalOutgoingReferrer, bool shouldBufferData) in create() argument
98 subloader->setShouldBufferData(shouldBufferData); in create()
DDocumentThreadableLoader.cpp350 bool shouldBufferData = m_options.shouldBufferData || m_actualRequest; in loadRequest() local
355 … sniffContent, m_optionalOutgoingReferrer, shouldBufferData); in loadRequest()
DSubresourceLoader.h44 …tentSniff = true, const String& optionalOutgoingReferrer = String(), bool shouldBufferData = true);
DResourceLoadScheduler.cpp87 …dCallbacks, bool shouldContentSniff, const String& optionalOutgoingReferrer, bool shouldBufferData) in scheduleSubresourceLoad() argument
89 …yCheck, sendResourceLoadCallbacks, shouldContentSniff, optionalOutgoingReferrer, shouldBufferData); in scheduleSubresourceLoad()
DResourceLoadScheduler.h53 …tentSniff = true, const String& optionalOutgoingReferrer = String(), bool shouldBufferData = true);
DResourceLoader.cpp195 void ResourceLoader::setShouldBufferData(bool shouldBufferData) in setShouldBufferData() argument
197 m_shouldBufferData = shouldBufferData; in setShouldBufferData()
DResourceLoader.h141 void setShouldBufferData(bool shouldBufferData);
/external/webkit/Source/WebKit/chromium/src/
DAssociatedURLLoader.cpp213 options.shouldBufferData = false; in loadAsynchronously()
/external/webkit/Source/WebKit/chromium/
DChangeLog9 …(WebKit::AssociatedURLLoader::loadAsynchronously): set shouldBufferData to false in ThreadableLoad…
/external/webkit/Source/WebCore/
DChangeLog5 Expose shouldBufferData to ThreadableLoaderOptions to be able to disable buffering of the
11 Pass the shouldBufferData to the resource load scheduler, forcing it to true for the
15 Pass through shouldBufferData to SubresourceLoader::create
20 Set shouldBufferData on the newly created loader
26 Add shouldBufferData to the options, defaulting to true.