Home
last modified time | relevance | path

Searched defs:shouldBufferData (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/loader/
DThreadableLoader.h64 bool shouldBufferData; member
DSubresourceLoader.cpp63 …dCallbacks, bool shouldContentSniff, const String& optionalOutgoingReferrer, bool shouldBufferData) in create()
DResourceLoadScheduler.cpp87 …dCallbacks, bool shouldContentSniff, const String& optionalOutgoingReferrer, bool shouldBufferData) in scheduleSubresourceLoad()
DDocumentThreadableLoader.cpp350 bool shouldBufferData = m_options.shouldBufferData || m_actualRequest; in loadRequest() local
DResourceLoader.cpp195 void ResourceLoader::setShouldBufferData(bool shouldBufferData) in setShouldBufferData()