Searched refs:toEndOfFile (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/network/
H A DBlobData.h61 static const long long toEndOfFile; member in struct:WebCore::BlobDataItem
68 , length(toEndOfFile)
78 , length(toEndOfFile)
88 , length(toEndOfFile)
H A DBlobData.cpp42 const long long BlobDataItem::toEndOfFile = -1; member in class:WebCore::BlobDataItem
H A DBlobRegistryImpl.cpp99 ASSERT(length != BlobDataItem::toEndOfFile);
H A DBlobResourceHandle.cpp283 if (item.type == BlobDataItem::File && item.length != BlobDataItem::toEndOfFile)
H A DFormData.cpp165 m_elements.append(FormDataElement(filename, 0, BlobDataItem::toEndOfFile, BlobDataItem::doNotCheckFileChange, shouldGenerateFile));
/external/webkit/Source/WebCore/platform/network/mac/
H A DFormDataStreamMac.mm153 form->currentStreamRangeLength = BlobDataItem::toEndOfFile;
235 newInfo->currentStreamRangeLength = BlobDataItem::toEndOfFile;
283 if (form->currentStreamRangeLength != BlobDataItem::toEndOfFile && form->currentStreamRangeLength < bytesToRead)
296 if (form->currentStreamRangeLength != BlobDataItem::toEndOfFile)
456 if (element.m_fileLength != BlobDataItem::toEndOfFile) {

Completed in 473 milliseconds