HomeSort by relevance Sort by last modified time
    Searched defs:shouldBufferData (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/loader/
ThreadableLoader.h 58 ThreadableLoaderOptions() : sendLoadCallbacks(false), sniffContent(false), allowCredentials(false), forcePreflight(false), crossOriginRequestPolicy(DenyCrossOriginRequests), shouldBufferData(true) { }
64 bool shouldBufferData;
DocumentThreadableLoader.cpp 350 bool shouldBufferData = m_options.shouldBufferData || m_actualRequest;
355 sniffContent, m_optionalOutgoingReferrer, shouldBufferData);

Completed in 30 milliseconds